cannam@86: #! /bin/sh cannam@86: # Guess values for system-dependent variables and create Makefiles. cannam@86: # Generated by GNU Autoconf 2.68. cannam@86: # cannam@86: # cannam@86: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, cannam@86: # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software cannam@86: # Foundation, Inc. cannam@86: # cannam@86: # cannam@86: # This configure script is free software; the Free Software Foundation cannam@86: # gives unlimited permission to copy, distribute and modify it. cannam@86: ## -------------------- ## cannam@86: ## M4sh Initialization. ## cannam@86: ## -------------------- ## cannam@86: cannam@86: # Be more Bourne compatible cannam@86: DUALCASE=1; export DUALCASE # for MKS sh cannam@86: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@86: emulate sh cannam@86: NULLCMD=: cannam@86: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@86: # is contrary to our usage. Disable this feature. cannam@86: alias -g '${1+"$@"}'='"$@"' cannam@86: setopt NO_GLOB_SUBST cannam@86: else cannam@86: case `(set -o) 2>/dev/null` in #( cannam@86: *posix*) : cannam@86: set -o posix ;; #( cannam@86: *) : cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: cannam@86: as_nl=' cannam@86: ' cannam@86: export as_nl cannam@86: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@86: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@86: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@86: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@86: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@86: # but without wasting forks for bash or zsh. cannam@86: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@86: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@86: as_echo='print -r --' cannam@86: as_echo_n='print -rn --' cannam@86: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@86: as_echo='printf %s\n' cannam@86: as_echo_n='printf %s' cannam@86: else cannam@86: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@86: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@86: as_echo_n='/usr/ucb/echo -n' cannam@86: else cannam@86: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@86: as_echo_n_body='eval cannam@86: arg=$1; cannam@86: case $arg in #( cannam@86: *"$as_nl"*) cannam@86: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@86: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@86: esac; cannam@86: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@86: ' cannam@86: export as_echo_n_body cannam@86: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@86: fi cannam@86: export as_echo_body cannam@86: as_echo='sh -c $as_echo_body as_echo' cannam@86: fi cannam@86: cannam@86: # The user is always right. cannam@86: if test "${PATH_SEPARATOR+set}" != set; then cannam@86: PATH_SEPARATOR=: cannam@86: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@86: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@86: PATH_SEPARATOR=';' cannam@86: } cannam@86: fi cannam@86: cannam@86: cannam@86: # IFS cannam@86: # We need space, tab and new line, in precisely that order. Quoting is cannam@86: # there to prevent editors from complaining about space-tab. cannam@86: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@86: # splitting by setting IFS to empty value.) cannam@86: IFS=" "" $as_nl" cannam@86: cannam@86: # Find who we are. Look in the path if we contain no directory separator. cannam@86: as_myself= cannam@86: case $0 in #(( cannam@86: *[\\/]* ) as_myself=$0 ;; cannam@86: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: ;; cannam@86: esac cannam@86: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@86: # in which case we are not to be found in the path. cannam@86: if test "x$as_myself" = x; then cannam@86: as_myself=$0 cannam@86: fi cannam@86: if test ! -f "$as_myself"; then cannam@86: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@86: exit 1 cannam@86: fi cannam@86: cannam@86: # Unset variables that we do not need and which cause bugs (e.g. in cannam@86: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@86: # suppresses any "Segmentation fault" message there. '((' could cannam@86: # trigger a bug in pdksh 5.2.14. cannam@86: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@86: do eval test x\${$as_var+set} = xset \ cannam@86: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@86: done cannam@86: PS1='$ ' cannam@86: PS2='> ' cannam@86: PS4='+ ' cannam@86: cannam@86: # NLS nuisances. cannam@86: LC_ALL=C cannam@86: export LC_ALL cannam@86: LANGUAGE=C cannam@86: export LANGUAGE cannam@86: cannam@86: # CDPATH. cannam@86: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@86: cannam@86: if test "x$CONFIG_SHELL" = x; then cannam@86: as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : cannam@86: emulate sh cannam@86: NULLCMD=: cannam@86: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which cannam@86: # is contrary to our usage. Disable this feature. cannam@86: alias -g '\${1+\"\$@\"}'='\"\$@\"' cannam@86: setopt NO_GLOB_SUBST cannam@86: else cannam@86: case \`(set -o) 2>/dev/null\` in #( cannam@86: *posix*) : cannam@86: set -o posix ;; #( cannam@86: *) : cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: " cannam@86: as_required="as_fn_return () { (exit \$1); } cannam@86: as_fn_success () { as_fn_return 0; } cannam@86: as_fn_failure () { as_fn_return 1; } cannam@86: as_fn_ret_success () { return 0; } cannam@86: as_fn_ret_failure () { return 1; } cannam@86: cannam@86: exitcode=0 cannam@86: as_fn_success || { exitcode=1; echo as_fn_success failed.; } cannam@86: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } cannam@86: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } cannam@86: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } cannam@86: if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : cannam@86: cannam@86: else cannam@86: exitcode=1; echo positional parameters were not saved. cannam@86: fi cannam@86: test x\$exitcode = x0 || exit 1" cannam@86: as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO cannam@86: as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO cannam@86: eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && cannam@86: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 cannam@86: cannam@86: test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( cannam@86: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@86: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@86: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@86: PATH=/empty FPATH=/empty; export PATH FPATH cannam@86: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ cannam@86: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 cannam@86: test \$(( 1 + 1 )) = 2 || exit 1" cannam@86: if (eval "$as_required") 2>/dev/null; then : cannam@86: as_have_required=yes cannam@86: else cannam@86: as_have_required=no cannam@86: fi cannam@86: if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : cannam@86: cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: as_found=false cannam@86: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: as_found=: cannam@86: case $as_dir in #( cannam@86: /*) cannam@86: for as_base in sh bash ksh sh5; do cannam@86: # Try only shells that exist, to save several forks. cannam@86: as_shell=$as_dir/$as_base cannam@86: if { test -f "$as_shell" || test -f "$as_shell.exe"; } && cannam@86: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@86: CONFIG_SHELL=$as_shell as_have_required=yes cannam@86: if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@86: break 2 cannam@86: fi cannam@86: fi cannam@86: done;; cannam@86: esac cannam@86: as_found=false cannam@86: done cannam@86: $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && cannam@86: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : cannam@86: CONFIG_SHELL=$SHELL as_have_required=yes cannam@86: fi; } cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: cannam@86: if test "x$CONFIG_SHELL" != x; then : cannam@86: # We cannot yet assume a decent shell, so we have to provide a cannam@86: # neutralization value for shells without unset; and this also cannam@86: # works around shells that cannot unset nonexistent variables. cannam@86: # Preserve -v and -x to the replacement shell. cannam@86: BASH_ENV=/dev/null cannam@86: ENV=/dev/null cannam@86: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV cannam@86: export CONFIG_SHELL cannam@86: case $- in # (((( cannam@86: *v*x* | *x*v* ) as_opts=-vx ;; cannam@86: *v* ) as_opts=-v ;; cannam@86: *x* ) as_opts=-x ;; cannam@86: * ) as_opts= ;; cannam@86: esac cannam@86: exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} cannam@86: fi cannam@86: cannam@86: if test x$as_have_required = xno; then : cannam@86: $as_echo "$0: This script requires a shell more modern than all" cannam@86: $as_echo "$0: the shells that I found on your system." cannam@86: if test x${ZSH_VERSION+set} = xset ; then cannam@86: $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" cannam@86: $as_echo "$0: be upgraded to zsh 4.3.4 or later." cannam@86: else cannam@86: $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, cannam@86: $0: including any error possibly output before this cannam@86: $0: message. Then install a modern shell, or manually run cannam@86: $0: the script under such a shell if you do have one." cannam@86: fi cannam@86: exit 1 cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: SHELL=${CONFIG_SHELL-/bin/sh} cannam@86: export SHELL cannam@86: # Unset more variables known to interfere with behavior of common tools. cannam@86: CLICOLOR_FORCE= GREP_OPTIONS= cannam@86: unset CLICOLOR_FORCE GREP_OPTIONS cannam@86: cannam@86: ## --------------------- ## cannam@86: ## M4sh Shell Functions. ## cannam@86: ## --------------------- ## cannam@86: # as_fn_unset VAR cannam@86: # --------------- cannam@86: # Portably unset VAR. cannam@86: as_fn_unset () cannam@86: { cannam@86: { eval $1=; unset $1;} cannam@86: } cannam@86: as_unset=as_fn_unset cannam@86: cannam@86: # as_fn_set_status STATUS cannam@86: # ----------------------- cannam@86: # Set $? to STATUS, without forking. cannam@86: as_fn_set_status () cannam@86: { cannam@86: return $1 cannam@86: } # as_fn_set_status cannam@86: cannam@86: # as_fn_exit STATUS cannam@86: # ----------------- cannam@86: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@86: as_fn_exit () cannam@86: { cannam@86: set +e cannam@86: as_fn_set_status $1 cannam@86: exit $1 cannam@86: } # as_fn_exit cannam@86: cannam@86: # as_fn_mkdir_p cannam@86: # ------------- cannam@86: # Create "$as_dir" as a directory, including parents if necessary. cannam@86: as_fn_mkdir_p () cannam@86: { cannam@86: cannam@86: case $as_dir in #( cannam@86: -*) as_dir=./$as_dir;; cannam@86: esac cannam@86: test -d "$as_dir" || eval $as_mkdir_p || { cannam@86: as_dirs= cannam@86: while :; do cannam@86: case $as_dir in #( cannam@86: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@86: *) as_qdir=$as_dir;; cannam@86: esac cannam@86: as_dirs="'$as_qdir' $as_dirs" cannam@86: as_dir=`$as_dirname -- "$as_dir" || cannam@86: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@86: X"$as_dir" : 'X\(//\)$' \| \ cannam@86: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$as_dir" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: test -d "$as_dir" && break cannam@86: done cannam@86: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@86: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@86: cannam@86: cannam@86: } # as_fn_mkdir_p cannam@86: # as_fn_append VAR VALUE cannam@86: # ---------------------- cannam@86: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@86: # advantage of any shell optimizations that allow amortized linear growth over cannam@86: # repeated appends, instead of the typical quadratic growth present in naive cannam@86: # implementations. cannam@86: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@86: eval 'as_fn_append () cannam@86: { cannam@86: eval $1+=\$2 cannam@86: }' cannam@86: else cannam@86: as_fn_append () cannam@86: { cannam@86: eval $1=\$$1\$2 cannam@86: } cannam@86: fi # as_fn_append cannam@86: cannam@86: # as_fn_arith ARG... cannam@86: # ------------------ cannam@86: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@86: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@86: # must be portable across $(()) and expr. cannam@86: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@86: eval 'as_fn_arith () cannam@86: { cannam@86: as_val=$(( $* )) cannam@86: }' cannam@86: else cannam@86: as_fn_arith () cannam@86: { cannam@86: as_val=`expr "$@" || test $? -eq 1` cannam@86: } cannam@86: fi # as_fn_arith cannam@86: cannam@86: cannam@86: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@86: # ---------------------------------------- cannam@86: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@86: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@86: # script with STATUS, using 1 if that was 0. cannam@86: as_fn_error () cannam@86: { cannam@86: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@86: if test "$4"; then cannam@86: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@86: fi cannam@86: $as_echo "$as_me: error: $2" >&2 cannam@86: as_fn_exit $as_status cannam@86: } # as_fn_error cannam@86: cannam@86: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@86: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@86: as_expr=expr cannam@86: else cannam@86: as_expr=false cannam@86: fi cannam@86: cannam@86: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@86: as_basename=basename cannam@86: else cannam@86: as_basename=false cannam@86: fi cannam@86: cannam@86: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@86: as_dirname=dirname cannam@86: else cannam@86: as_dirname=false cannam@86: fi cannam@86: cannam@86: as_me=`$as_basename -- "$0" || cannam@86: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@86: X"$0" : 'X\(//\)$' \| \ cannam@86: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X/"$0" | cannam@86: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\/\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\/\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: cannam@86: # Avoid depending upon Character Ranges. cannam@86: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@86: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@86: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@86: as_cr_digits='0123456789' cannam@86: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@86: cannam@86: cannam@86: as_lineno_1=$LINENO as_lineno_1a=$LINENO cannam@86: as_lineno_2=$LINENO as_lineno_2a=$LINENO cannam@86: eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && cannam@86: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { cannam@86: # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) cannam@86: sed -n ' cannam@86: p cannam@86: /[$]LINENO/= cannam@86: ' <$as_myself | cannam@86: sed ' cannam@86: s/[$]LINENO.*/&-/ cannam@86: t lineno cannam@86: b cannam@86: :lineno cannam@86: N cannam@86: :loop cannam@86: s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ cannam@86: t loop cannam@86: s/-\n.*// cannam@86: ' >$as_me.lineno && cannam@86: chmod +x "$as_me.lineno" || cannam@86: { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } cannam@86: cannam@86: # Don't try to exec as it changes $[0], causing all sort of problems cannam@86: # (the dirname of $[0] is not the place where we might find the cannam@86: # original and so on. Autoconf is especially sensitive to this). cannam@86: . "./$as_me.lineno" cannam@86: # Exit status is that of the last command. cannam@86: exit cannam@86: } cannam@86: cannam@86: ECHO_C= ECHO_N= ECHO_T= cannam@86: case `echo -n x` in #((((( cannam@86: -n*) cannam@86: case `echo 'xy\c'` in cannam@86: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@86: xy) ECHO_C='\c';; cannam@86: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@86: ECHO_T=' ';; cannam@86: esac;; cannam@86: *) cannam@86: ECHO_N='-n';; cannam@86: esac cannam@86: cannam@86: rm -f conf$$ conf$$.exe conf$$.file cannam@86: if test -d conf$$.dir; then cannam@86: rm -f conf$$.dir/conf$$.file cannam@86: else cannam@86: rm -f conf$$.dir cannam@86: mkdir conf$$.dir 2>/dev/null cannam@86: fi cannam@86: if (echo >conf$$.file) 2>/dev/null; then cannam@86: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@86: as_ln_s='ln -s' cannam@86: # ... but there are two gotchas: cannam@86: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@86: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@86: # In both cases, we have to default to `cp -p'. cannam@86: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@86: as_ln_s='cp -p' cannam@86: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@86: as_ln_s=ln cannam@86: else cannam@86: as_ln_s='cp -p' cannam@86: fi cannam@86: else cannam@86: as_ln_s='cp -p' cannam@86: fi cannam@86: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@86: rmdir conf$$.dir 2>/dev/null cannam@86: cannam@86: if mkdir -p . 2>/dev/null; then cannam@86: as_mkdir_p='mkdir -p "$as_dir"' cannam@86: else cannam@86: test -d ./-p && rmdir ./-p cannam@86: as_mkdir_p=false cannam@86: fi cannam@86: cannam@86: if test -x / >/dev/null 2>&1; then cannam@86: as_test_x='test -x' cannam@86: else cannam@86: if ls -dL / >/dev/null 2>&1; then cannam@86: as_ls_L_option=L cannam@86: else cannam@86: as_ls_L_option= cannam@86: fi cannam@86: as_test_x=' cannam@86: eval sh -c '\'' cannam@86: if test -d "$1"; then cannam@86: test -d "$1/."; cannam@86: else cannam@86: case $1 in #( cannam@86: -*)set "./$1";; cannam@86: esac; cannam@86: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( cannam@86: ???[sx]*):;;*)false;;esac;fi cannam@86: '\'' sh cannam@86: ' cannam@86: fi cannam@86: as_executable_p=$as_test_x cannam@86: cannam@86: # Sed expression to map a string onto a valid CPP name. cannam@86: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@86: cannam@86: # Sed expression to map a string onto a valid variable name. cannam@86: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@86: cannam@86: SHELL=${CONFIG_SHELL-/bin/sh} cannam@86: cannam@86: cannam@86: test -n "$DJDIR" || exec 7<&0 &1 cannam@86: cannam@86: # Name of the host. cannam@86: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, cannam@86: # so uname gets run too. cannam@86: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` cannam@86: cannam@86: # cannam@86: # Initializations. cannam@86: # cannam@86: ac_default_prefix=/usr/local cannam@86: ac_clean_files= cannam@86: ac_config_libobj_dir=. cannam@86: LIBOBJS= cannam@86: cross_compiling=no cannam@86: subdirs= cannam@86: MFLAGS= cannam@86: MAKEFLAGS= cannam@86: cannam@86: # Identity of this package. cannam@86: PACKAGE_NAME= cannam@86: PACKAGE_TARNAME= cannam@86: PACKAGE_VERSION= cannam@86: PACKAGE_STRING= cannam@86: PACKAGE_BUGREPORT= cannam@86: PACKAGE_URL= cannam@86: cannam@86: ac_unique_file="src/framing.c" cannam@86: # Factoring default headers for most tests. cannam@86: ac_includes_default="\ cannam@86: #include cannam@86: #ifdef HAVE_SYS_TYPES_H cannam@86: # include cannam@86: #endif cannam@86: #ifdef HAVE_SYS_STAT_H cannam@86: # include cannam@86: #endif cannam@86: #ifdef STDC_HEADERS cannam@86: # include cannam@86: # include cannam@86: #else cannam@86: # ifdef HAVE_STDLIB_H cannam@86: # include cannam@86: # endif cannam@86: #endif cannam@86: #ifdef HAVE_STRING_H cannam@86: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H cannam@86: # include cannam@86: # endif cannam@86: # include cannam@86: #endif cannam@86: #ifdef HAVE_STRINGS_H cannam@86: # include cannam@86: #endif cannam@86: #ifdef HAVE_INTTYPES_H cannam@86: # include cannam@86: #endif cannam@86: #ifdef HAVE_STDINT_H cannam@86: # include cannam@86: #endif cannam@86: #ifdef HAVE_UNISTD_H cannam@86: # include cannam@86: #endif" cannam@86: cannam@86: ac_subst_vars='am__EXEEXT_FALSE cannam@86: am__EXEEXT_TRUE cannam@86: LTLIBOBJS cannam@86: PROFILE cannam@86: DEBUG cannam@86: OPT cannam@86: SIZE64 cannam@86: USIZE32 cannam@86: SIZE32 cannam@86: USIZE16 cannam@86: SIZE16 cannam@86: INCLUDE_SYS_TYPES_H cannam@86: INCLUDE_STDINT_H cannam@86: INCLUDE_INTTYPES_H cannam@86: LIBTOOL_DEPS cannam@86: LIBOBJS cannam@86: CPP cannam@86: OTOOL64 cannam@86: OTOOL cannam@86: LIPO cannam@86: NMEDIT cannam@86: DSYMUTIL cannam@86: MANIFEST_TOOL cannam@86: RANLIB cannam@86: ac_ct_AR cannam@86: AR cannam@86: DLLTOOL cannam@86: OBJDUMP cannam@86: LN_S cannam@86: NM cannam@86: ac_ct_DUMPBIN cannam@86: DUMPBIN cannam@86: LD cannam@86: FGREP cannam@86: EGREP cannam@86: GREP cannam@86: SED cannam@86: host_os cannam@86: host_vendor cannam@86: host_cpu cannam@86: host cannam@86: build_os cannam@86: build_vendor cannam@86: build_cpu cannam@86: build cannam@86: LIBTOOL cannam@86: am__fastdepCC_FALSE cannam@86: am__fastdepCC_TRUE cannam@86: CCDEPMODE cannam@86: AMDEPBACKSLASH cannam@86: AMDEP_FALSE cannam@86: AMDEP_TRUE cannam@86: am__quote cannam@86: am__include cannam@86: DEPDIR cannam@86: OBJEXT cannam@86: EXEEXT cannam@86: ac_ct_CC cannam@86: CPPFLAGS cannam@86: LDFLAGS cannam@86: CFLAGS cannam@86: CC cannam@86: LIB_AGE cannam@86: LIB_REVISION cannam@86: LIB_CURRENT cannam@86: MAINT cannam@86: MAINTAINER_MODE_FALSE cannam@86: MAINTAINER_MODE_TRUE cannam@86: am__untar cannam@86: am__tar cannam@86: AMTAR cannam@86: am__leading_dot cannam@86: SET_MAKE cannam@86: AWK cannam@86: mkdir_p cannam@86: MKDIR_P cannam@86: INSTALL_STRIP_PROGRAM cannam@86: STRIP cannam@86: install_sh cannam@86: MAKEINFO cannam@86: AUTOHEADER cannam@86: AUTOMAKE cannam@86: AUTOCONF cannam@86: ACLOCAL cannam@86: VERSION cannam@86: PACKAGE cannam@86: CYGPATH_W cannam@86: am__isrc cannam@86: INSTALL_DATA cannam@86: INSTALL_SCRIPT cannam@86: INSTALL_PROGRAM cannam@86: target_alias cannam@86: host_alias cannam@86: build_alias cannam@86: LIBS cannam@86: ECHO_T cannam@86: ECHO_N cannam@86: ECHO_C cannam@86: DEFS cannam@86: mandir cannam@86: localedir cannam@86: libdir cannam@86: psdir cannam@86: pdfdir cannam@86: dvidir cannam@86: htmldir cannam@86: infodir cannam@86: docdir cannam@86: oldincludedir cannam@86: includedir cannam@86: localstatedir cannam@86: sharedstatedir cannam@86: sysconfdir cannam@86: datadir cannam@86: datarootdir cannam@86: libexecdir cannam@86: sbindir cannam@86: bindir cannam@86: program_transform_name cannam@86: prefix cannam@86: exec_prefix cannam@86: PACKAGE_URL cannam@86: PACKAGE_BUGREPORT cannam@86: PACKAGE_STRING cannam@86: PACKAGE_VERSION cannam@86: PACKAGE_TARNAME cannam@86: PACKAGE_NAME cannam@86: PATH_SEPARATOR cannam@86: SHELL' cannam@86: ac_subst_files='' cannam@86: ac_user_opts=' cannam@86: enable_option_checking cannam@86: enable_maintainer_mode cannam@86: enable_dependency_tracking cannam@86: enable_shared cannam@86: enable_static cannam@86: with_pic cannam@86: enable_fast_install cannam@86: with_gnu_ld cannam@86: with_sysroot cannam@86: enable_libtool_lock cannam@86: ' cannam@86: ac_precious_vars='build_alias cannam@86: host_alias cannam@86: target_alias cannam@86: CC cannam@86: CFLAGS cannam@86: LDFLAGS cannam@86: LIBS cannam@86: CPPFLAGS cannam@86: CPP' cannam@86: cannam@86: cannam@86: # Initialize some variables set by options. cannam@86: ac_init_help= cannam@86: ac_init_version=false cannam@86: ac_unrecognized_opts= cannam@86: ac_unrecognized_sep= cannam@86: # The variables have the same names as the options, with cannam@86: # dashes changed to underlines. cannam@86: cache_file=/dev/null cannam@86: exec_prefix=NONE cannam@86: no_create= cannam@86: no_recursion= cannam@86: prefix=NONE cannam@86: program_prefix=NONE cannam@86: program_suffix=NONE cannam@86: program_transform_name=s,x,x, cannam@86: silent= cannam@86: site= cannam@86: srcdir= cannam@86: verbose= cannam@86: x_includes=NONE cannam@86: x_libraries=NONE cannam@86: cannam@86: # Installation directory options. cannam@86: # These are left unexpanded so users can "make install exec_prefix=/foo" cannam@86: # and all the variables that are supposed to be based on exec_prefix cannam@86: # by default will actually change. cannam@86: # Use braces instead of parens because sh, perl, etc. also accept them. cannam@86: # (The list follows the same order as the GNU Coding Standards.) cannam@86: bindir='${exec_prefix}/bin' cannam@86: sbindir='${exec_prefix}/sbin' cannam@86: libexecdir='${exec_prefix}/libexec' cannam@86: datarootdir='${prefix}/share' cannam@86: datadir='${datarootdir}' cannam@86: sysconfdir='${prefix}/etc' cannam@86: sharedstatedir='${prefix}/com' cannam@86: localstatedir='${prefix}/var' cannam@86: includedir='${prefix}/include' cannam@86: oldincludedir='/usr/include' cannam@86: docdir='${datarootdir}/doc/${PACKAGE}' cannam@86: infodir='${datarootdir}/info' cannam@86: htmldir='${docdir}' cannam@86: dvidir='${docdir}' cannam@86: pdfdir='${docdir}' cannam@86: psdir='${docdir}' cannam@86: libdir='${exec_prefix}/lib' cannam@86: localedir='${datarootdir}/locale' cannam@86: mandir='${datarootdir}/man' cannam@86: cannam@86: ac_prev= cannam@86: ac_dashdash= cannam@86: for ac_option cannam@86: do cannam@86: # If the previous option needs an argument, assign it. cannam@86: if test -n "$ac_prev"; then cannam@86: eval $ac_prev=\$ac_option cannam@86: ac_prev= cannam@86: continue cannam@86: fi cannam@86: cannam@86: case $ac_option in cannam@86: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; cannam@86: *=) ac_optarg= ;; cannam@86: *) ac_optarg=yes ;; cannam@86: esac cannam@86: cannam@86: # Accept the important Cygnus configure options, so we can diagnose typos. cannam@86: cannam@86: case $ac_dashdash$ac_option in cannam@86: --) cannam@86: ac_dashdash=yes ;; cannam@86: cannam@86: -bindir | --bindir | --bindi | --bind | --bin | --bi) cannam@86: ac_prev=bindir ;; cannam@86: -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) cannam@86: bindir=$ac_optarg ;; cannam@86: cannam@86: -build | --build | --buil | --bui | --bu) cannam@86: ac_prev=build_alias ;; cannam@86: -build=* | --build=* | --buil=* | --bui=* | --bu=*) cannam@86: build_alias=$ac_optarg ;; cannam@86: cannam@86: -cache-file | --cache-file | --cache-fil | --cache-fi \ cannam@86: | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) cannam@86: ac_prev=cache_file ;; cannam@86: -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ cannam@86: | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cannam@86: cache_file=$ac_optarg ;; cannam@86: cannam@86: --config-cache | -C) cannam@86: cache_file=config.cache ;; cannam@86: cannam@86: -datadir | --datadir | --datadi | --datad) cannam@86: ac_prev=datadir ;; cannam@86: -datadir=* | --datadir=* | --datadi=* | --datad=*) cannam@86: datadir=$ac_optarg ;; cannam@86: cannam@86: -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ cannam@86: | --dataroo | --dataro | --datar) cannam@86: ac_prev=datarootdir ;; cannam@86: -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ cannam@86: | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) cannam@86: datarootdir=$ac_optarg ;; cannam@86: cannam@86: -disable-* | --disable-*) cannam@86: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` cannam@86: # Reject names that are not valid shell variable names. cannam@86: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@86: as_fn_error $? "invalid feature name: $ac_useropt" cannam@86: ac_useropt_orig=$ac_useropt cannam@86: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@86: case $ac_user_opts in cannam@86: *" cannam@86: "enable_$ac_useropt" cannam@86: "*) ;; cannam@86: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" cannam@86: ac_unrecognized_sep=', ';; cannam@86: esac cannam@86: eval enable_$ac_useropt=no ;; cannam@86: cannam@86: -docdir | --docdir | --docdi | --doc | --do) cannam@86: ac_prev=docdir ;; cannam@86: -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) cannam@86: docdir=$ac_optarg ;; cannam@86: cannam@86: -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) cannam@86: ac_prev=dvidir ;; cannam@86: -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) cannam@86: dvidir=$ac_optarg ;; cannam@86: cannam@86: -enable-* | --enable-*) cannam@86: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` cannam@86: # Reject names that are not valid shell variable names. cannam@86: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@86: as_fn_error $? "invalid feature name: $ac_useropt" cannam@86: ac_useropt_orig=$ac_useropt cannam@86: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@86: case $ac_user_opts in cannam@86: *" cannam@86: "enable_$ac_useropt" cannam@86: "*) ;; cannam@86: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" cannam@86: ac_unrecognized_sep=', ';; cannam@86: esac cannam@86: eval enable_$ac_useropt=\$ac_optarg ;; cannam@86: cannam@86: -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ cannam@86: | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ cannam@86: | --exec | --exe | --ex) cannam@86: ac_prev=exec_prefix ;; cannam@86: -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ cannam@86: | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ cannam@86: | --exec=* | --exe=* | --ex=*) cannam@86: exec_prefix=$ac_optarg ;; cannam@86: cannam@86: -gas | --gas | --ga | --g) cannam@86: # Obsolete; use --with-gas. cannam@86: with_gas=yes ;; cannam@86: cannam@86: -help | --help | --hel | --he | -h) cannam@86: ac_init_help=long ;; cannam@86: -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) cannam@86: ac_init_help=recursive ;; cannam@86: -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) cannam@86: ac_init_help=short ;; cannam@86: cannam@86: -host | --host | --hos | --ho) cannam@86: ac_prev=host_alias ;; cannam@86: -host=* | --host=* | --hos=* | --ho=*) cannam@86: host_alias=$ac_optarg ;; cannam@86: cannam@86: -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) cannam@86: ac_prev=htmldir ;; cannam@86: -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ cannam@86: | --ht=*) cannam@86: htmldir=$ac_optarg ;; cannam@86: cannam@86: -includedir | --includedir | --includedi | --included | --include \ cannam@86: | --includ | --inclu | --incl | --inc) cannam@86: ac_prev=includedir ;; cannam@86: -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ cannam@86: | --includ=* | --inclu=* | --incl=* | --inc=*) cannam@86: includedir=$ac_optarg ;; cannam@86: cannam@86: -infodir | --infodir | --infodi | --infod | --info | --inf) cannam@86: ac_prev=infodir ;; cannam@86: -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) cannam@86: infodir=$ac_optarg ;; cannam@86: cannam@86: -libdir | --libdir | --libdi | --libd) cannam@86: ac_prev=libdir ;; cannam@86: -libdir=* | --libdir=* | --libdi=* | --libd=*) cannam@86: libdir=$ac_optarg ;; cannam@86: cannam@86: -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ cannam@86: | --libexe | --libex | --libe) cannam@86: ac_prev=libexecdir ;; cannam@86: -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ cannam@86: | --libexe=* | --libex=* | --libe=*) cannam@86: libexecdir=$ac_optarg ;; cannam@86: cannam@86: -localedir | --localedir | --localedi | --localed | --locale) cannam@86: ac_prev=localedir ;; cannam@86: -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) cannam@86: localedir=$ac_optarg ;; cannam@86: cannam@86: -localstatedir | --localstatedir | --localstatedi | --localstated \ cannam@86: | --localstate | --localstat | --localsta | --localst | --locals) cannam@86: ac_prev=localstatedir ;; cannam@86: -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ cannam@86: | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) cannam@86: localstatedir=$ac_optarg ;; cannam@86: cannam@86: -mandir | --mandir | --mandi | --mand | --man | --ma | --m) cannam@86: ac_prev=mandir ;; cannam@86: -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) cannam@86: mandir=$ac_optarg ;; cannam@86: cannam@86: -nfp | --nfp | --nf) cannam@86: # Obsolete; use --without-fp. cannam@86: with_fp=no ;; cannam@86: cannam@86: -no-create | --no-create | --no-creat | --no-crea | --no-cre \ cannam@86: | --no-cr | --no-c | -n) cannam@86: no_create=yes ;; cannam@86: cannam@86: -no-recursion | --no-recursion | --no-recursio | --no-recursi \ cannam@86: | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) cannam@86: no_recursion=yes ;; cannam@86: cannam@86: -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ cannam@86: | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ cannam@86: | --oldin | --oldi | --old | --ol | --o) cannam@86: ac_prev=oldincludedir ;; cannam@86: -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ cannam@86: | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ cannam@86: | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) cannam@86: oldincludedir=$ac_optarg ;; cannam@86: cannam@86: -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) cannam@86: ac_prev=prefix ;; cannam@86: -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) cannam@86: prefix=$ac_optarg ;; cannam@86: cannam@86: -program-prefix | --program-prefix | --program-prefi | --program-pref \ cannam@86: | --program-pre | --program-pr | --program-p) cannam@86: ac_prev=program_prefix ;; cannam@86: -program-prefix=* | --program-prefix=* | --program-prefi=* \ cannam@86: | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) cannam@86: program_prefix=$ac_optarg ;; cannam@86: cannam@86: -program-suffix | --program-suffix | --program-suffi | --program-suff \ cannam@86: | --program-suf | --program-su | --program-s) cannam@86: ac_prev=program_suffix ;; cannam@86: -program-suffix=* | --program-suffix=* | --program-suffi=* \ cannam@86: | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) cannam@86: program_suffix=$ac_optarg ;; cannam@86: cannam@86: -program-transform-name | --program-transform-name \ cannam@86: | --program-transform-nam | --program-transform-na \ cannam@86: | --program-transform-n | --program-transform- \ cannam@86: | --program-transform | --program-transfor \ cannam@86: | --program-transfo | --program-transf \ cannam@86: | --program-trans | --program-tran \ cannam@86: | --progr-tra | --program-tr | --program-t) cannam@86: ac_prev=program_transform_name ;; cannam@86: -program-transform-name=* | --program-transform-name=* \ cannam@86: | --program-transform-nam=* | --program-transform-na=* \ cannam@86: | --program-transform-n=* | --program-transform-=* \ cannam@86: | --program-transform=* | --program-transfor=* \ cannam@86: | --program-transfo=* | --program-transf=* \ cannam@86: | --program-trans=* | --program-tran=* \ cannam@86: | --progr-tra=* | --program-tr=* | --program-t=*) cannam@86: program_transform_name=$ac_optarg ;; cannam@86: cannam@86: -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) cannam@86: ac_prev=pdfdir ;; cannam@86: -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) cannam@86: pdfdir=$ac_optarg ;; cannam@86: cannam@86: -psdir | --psdir | --psdi | --psd | --ps) cannam@86: ac_prev=psdir ;; cannam@86: -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) cannam@86: psdir=$ac_optarg ;; cannam@86: cannam@86: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@86: | -silent | --silent | --silen | --sile | --sil) cannam@86: silent=yes ;; cannam@86: cannam@86: -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) cannam@86: ac_prev=sbindir ;; cannam@86: -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ cannam@86: | --sbi=* | --sb=*) cannam@86: sbindir=$ac_optarg ;; cannam@86: cannam@86: -sharedstatedir | --sharedstatedir | --sharedstatedi \ cannam@86: | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ cannam@86: | --sharedst | --shareds | --shared | --share | --shar \ cannam@86: | --sha | --sh) cannam@86: ac_prev=sharedstatedir ;; cannam@86: -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ cannam@86: | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ cannam@86: | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ cannam@86: | --sha=* | --sh=*) cannam@86: sharedstatedir=$ac_optarg ;; cannam@86: cannam@86: -site | --site | --sit) cannam@86: ac_prev=site ;; cannam@86: -site=* | --site=* | --sit=*) cannam@86: site=$ac_optarg ;; cannam@86: cannam@86: -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) cannam@86: ac_prev=srcdir ;; cannam@86: -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) cannam@86: srcdir=$ac_optarg ;; cannam@86: cannam@86: -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ cannam@86: | --syscon | --sysco | --sysc | --sys | --sy) cannam@86: ac_prev=sysconfdir ;; cannam@86: -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ cannam@86: | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) cannam@86: sysconfdir=$ac_optarg ;; cannam@86: cannam@86: -target | --target | --targe | --targ | --tar | --ta | --t) cannam@86: ac_prev=target_alias ;; cannam@86: -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) cannam@86: target_alias=$ac_optarg ;; cannam@86: cannam@86: -v | -verbose | --verbose | --verbos | --verbo | --verb) cannam@86: verbose=yes ;; cannam@86: cannam@86: -version | --version | --versio | --versi | --vers | -V) cannam@86: ac_init_version=: ;; cannam@86: cannam@86: -with-* | --with-*) cannam@86: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` cannam@86: # Reject names that are not valid shell variable names. cannam@86: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@86: as_fn_error $? "invalid package name: $ac_useropt" cannam@86: ac_useropt_orig=$ac_useropt cannam@86: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@86: case $ac_user_opts in cannam@86: *" cannam@86: "with_$ac_useropt" cannam@86: "*) ;; cannam@86: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" cannam@86: ac_unrecognized_sep=', ';; cannam@86: esac cannam@86: eval with_$ac_useropt=\$ac_optarg ;; cannam@86: cannam@86: -without-* | --without-*) cannam@86: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` cannam@86: # Reject names that are not valid shell variable names. cannam@86: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@86: as_fn_error $? "invalid package name: $ac_useropt" cannam@86: ac_useropt_orig=$ac_useropt cannam@86: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@86: case $ac_user_opts in cannam@86: *" cannam@86: "with_$ac_useropt" cannam@86: "*) ;; cannam@86: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" cannam@86: ac_unrecognized_sep=', ';; cannam@86: esac cannam@86: eval with_$ac_useropt=no ;; cannam@86: cannam@86: --x) cannam@86: # Obsolete; use --with-x. cannam@86: with_x=yes ;; cannam@86: cannam@86: -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ cannam@86: | --x-incl | --x-inc | --x-in | --x-i) cannam@86: ac_prev=x_includes ;; cannam@86: -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ cannam@86: | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) cannam@86: x_includes=$ac_optarg ;; cannam@86: cannam@86: -x-libraries | --x-libraries | --x-librarie | --x-librari \ cannam@86: | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) cannam@86: ac_prev=x_libraries ;; cannam@86: -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ cannam@86: | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) cannam@86: x_libraries=$ac_optarg ;; cannam@86: cannam@86: -*) as_fn_error $? "unrecognized option: \`$ac_option' cannam@86: Try \`$0 --help' for more information" cannam@86: ;; cannam@86: cannam@86: *=*) cannam@86: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` cannam@86: # Reject names that are not valid shell variable names. cannam@86: case $ac_envvar in #( cannam@86: '' | [0-9]* | *[!_$as_cr_alnum]* ) cannam@86: as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; cannam@86: esac cannam@86: eval $ac_envvar=\$ac_optarg cannam@86: export $ac_envvar ;; cannam@86: cannam@86: *) cannam@86: # FIXME: should be removed in autoconf 3.0. cannam@86: $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 cannam@86: expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && cannam@86: $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 cannam@86: : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" cannam@86: ;; cannam@86: cannam@86: esac cannam@86: done cannam@86: cannam@86: if test -n "$ac_prev"; then cannam@86: ac_option=--`echo $ac_prev | sed 's/_/-/g'` cannam@86: as_fn_error $? "missing argument to $ac_option" cannam@86: fi cannam@86: cannam@86: if test -n "$ac_unrecognized_opts"; then cannam@86: case $enable_option_checking in cannam@86: no) ;; cannam@86: fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; cannam@86: *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: # Check all directory arguments for consistency. cannam@86: for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ cannam@86: datadir sysconfdir sharedstatedir localstatedir includedir \ cannam@86: oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ cannam@86: libdir localedir mandir cannam@86: do cannam@86: eval ac_val=\$$ac_var cannam@86: # Remove trailing slashes. cannam@86: case $ac_val in cannam@86: */ ) cannam@86: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` cannam@86: eval $ac_var=\$ac_val;; cannam@86: esac cannam@86: # Be sure to have absolute directory names. cannam@86: case $ac_val in cannam@86: [\\/$]* | ?:[\\/]* ) continue;; cannam@86: NONE | '' ) case $ac_var in *prefix ) continue;; esac;; cannam@86: esac cannam@86: as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" cannam@86: done cannam@86: cannam@86: # There might be people who depend on the old broken behavior: `$host' cannam@86: # used to hold the argument of --host etc. cannam@86: # FIXME: To remove some day. cannam@86: build=$build_alias cannam@86: host=$host_alias cannam@86: target=$target_alias cannam@86: cannam@86: # FIXME: To remove some day. cannam@86: if test "x$host_alias" != x; then cannam@86: if test "x$build_alias" = x; then cannam@86: cross_compiling=maybe cannam@86: $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. cannam@86: If a cross compiler is detected then cross compile mode will be used" >&2 cannam@86: elif test "x$build_alias" != "x$host_alias"; then cannam@86: cross_compiling=yes cannam@86: fi cannam@86: fi cannam@86: cannam@86: ac_tool_prefix= cannam@86: test -n "$host_alias" && ac_tool_prefix=$host_alias- cannam@86: cannam@86: test "$silent" = yes && exec 6>/dev/null cannam@86: cannam@86: cannam@86: ac_pwd=`pwd` && test -n "$ac_pwd" && cannam@86: ac_ls_di=`ls -di .` && cannam@86: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || cannam@86: as_fn_error $? "working directory cannot be determined" cannam@86: test "X$ac_ls_di" = "X$ac_pwd_ls_di" || cannam@86: as_fn_error $? "pwd does not report name of working directory" cannam@86: cannam@86: cannam@86: # Find the source files, if location was not specified. cannam@86: if test -z "$srcdir"; then cannam@86: ac_srcdir_defaulted=yes cannam@86: # Try the directory containing this script, then the parent directory. cannam@86: ac_confdir=`$as_dirname -- "$as_myself" || cannam@86: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$as_myself" : 'X\(//\)[^/]' \| \ cannam@86: X"$as_myself" : 'X\(//\)$' \| \ cannam@86: X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$as_myself" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: srcdir=$ac_confdir cannam@86: if test ! -r "$srcdir/$ac_unique_file"; then cannam@86: srcdir=.. cannam@86: fi cannam@86: else cannam@86: ac_srcdir_defaulted=no cannam@86: fi cannam@86: if test ! -r "$srcdir/$ac_unique_file"; then cannam@86: test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." cannam@86: as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" cannam@86: fi cannam@86: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" cannam@86: ac_abs_confdir=`( cannam@86: cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" cannam@86: pwd)` cannam@86: # When building in place, set srcdir=. cannam@86: if test "$ac_abs_confdir" = "$ac_pwd"; then cannam@86: srcdir=. cannam@86: fi cannam@86: # Remove unnecessary trailing slashes from srcdir. cannam@86: # Double slashes in file names in object file debugging info cannam@86: # mess up M-x gdb in Emacs. cannam@86: case $srcdir in cannam@86: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; cannam@86: esac cannam@86: for ac_var in $ac_precious_vars; do cannam@86: eval ac_env_${ac_var}_set=\${${ac_var}+set} cannam@86: eval ac_env_${ac_var}_value=\$${ac_var} cannam@86: eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} cannam@86: eval ac_cv_env_${ac_var}_value=\$${ac_var} cannam@86: done cannam@86: cannam@86: # cannam@86: # Report the --help message. cannam@86: # cannam@86: if test "$ac_init_help" = "long"; then cannam@86: # Omit some internal or obsolete options to make the list less imposing. cannam@86: # This message is too long to be a string in the A/UX 3.1 sh. cannam@86: cat <<_ACEOF cannam@86: \`configure' configures this package to adapt to many kinds of systems. cannam@86: cannam@86: Usage: $0 [OPTION]... [VAR=VALUE]... cannam@86: cannam@86: To assign environment variables (e.g., CC, CFLAGS...), specify them as cannam@86: VAR=VALUE. See below for descriptions of some of the useful variables. cannam@86: cannam@86: Defaults for the options are specified in brackets. cannam@86: cannam@86: Configuration: cannam@86: -h, --help display this help and exit cannam@86: --help=short display options specific to this package cannam@86: --help=recursive display the short help of all the included packages cannam@86: -V, --version display version information and exit cannam@86: -q, --quiet, --silent do not print \`checking ...' messages cannam@86: --cache-file=FILE cache test results in FILE [disabled] cannam@86: -C, --config-cache alias for \`--cache-file=config.cache' cannam@86: -n, --no-create do not create output files cannam@86: --srcdir=DIR find the sources in DIR [configure dir or \`..'] cannam@86: cannam@86: Installation directories: cannam@86: --prefix=PREFIX install architecture-independent files in PREFIX cannam@86: [$ac_default_prefix] cannam@86: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX cannam@86: [PREFIX] cannam@86: cannam@86: By default, \`make install' will install all the files in cannam@86: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify cannam@86: an installation prefix other than \`$ac_default_prefix' using \`--prefix', cannam@86: for instance \`--prefix=\$HOME'. cannam@86: cannam@86: For better control, use the options below. cannam@86: cannam@86: Fine tuning of the installation directories: cannam@86: --bindir=DIR user executables [EPREFIX/bin] cannam@86: --sbindir=DIR system admin executables [EPREFIX/sbin] cannam@86: --libexecdir=DIR program executables [EPREFIX/libexec] cannam@86: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] cannam@86: --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] cannam@86: --localstatedir=DIR modifiable single-machine data [PREFIX/var] cannam@86: --libdir=DIR object code libraries [EPREFIX/lib] cannam@86: --includedir=DIR C header files [PREFIX/include] cannam@86: --oldincludedir=DIR C header files for non-gcc [/usr/include] cannam@86: --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] cannam@86: --datadir=DIR read-only architecture-independent data [DATAROOTDIR] cannam@86: --infodir=DIR info documentation [DATAROOTDIR/info] cannam@86: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] cannam@86: --mandir=DIR man documentation [DATAROOTDIR/man] cannam@86: --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] cannam@86: --htmldir=DIR html documentation [DOCDIR] cannam@86: --dvidir=DIR dvi documentation [DOCDIR] cannam@86: --pdfdir=DIR pdf documentation [DOCDIR] cannam@86: --psdir=DIR ps documentation [DOCDIR] cannam@86: _ACEOF cannam@86: cannam@86: cat <<\_ACEOF cannam@86: cannam@86: Program names: cannam@86: --program-prefix=PREFIX prepend PREFIX to installed program names cannam@86: --program-suffix=SUFFIX append SUFFIX to installed program names cannam@86: --program-transform-name=PROGRAM run sed PROGRAM on installed program names cannam@86: cannam@86: System types: cannam@86: --build=BUILD configure for building on BUILD [guessed] cannam@86: --host=HOST cross-compile to build programs to run on HOST [BUILD] cannam@86: _ACEOF cannam@86: fi cannam@86: cannam@86: if test -n "$ac_init_help"; then cannam@86: cannam@86: cat <<\_ACEOF cannam@86: cannam@86: Optional Features: cannam@86: --disable-option-checking ignore unrecognized --enable/--with options cannam@86: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) cannam@86: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] cannam@86: --enable-maintainer-mode enable make rules and dependencies not useful cannam@86: (and sometimes confusing) to the casual installer cannam@86: --disable-dependency-tracking speeds up one-time build cannam@86: --enable-dependency-tracking do not reject slow dependency extractors cannam@86: --enable-shared[=PKGS] build shared libraries [default=yes] cannam@86: --enable-static[=PKGS] build static libraries [default=yes] cannam@86: --enable-fast-install[=PKGS] cannam@86: optimize for fast installation [default=yes] cannam@86: --disable-libtool-lock avoid locking (might break parallel builds) cannam@86: cannam@86: Optional Packages: cannam@86: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] cannam@86: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) cannam@86: --with-pic try to use only PIC/non-PIC objects [default=use cannam@86: both] cannam@86: --with-gnu-ld assume the C compiler uses GNU ld [default=no] cannam@86: --with-sysroot=DIR Search for dependent libraries within DIR cannam@86: (or the compiler's sysroot if not specified). cannam@86: cannam@86: Some influential environment variables: cannam@86: CC C compiler command cannam@86: CFLAGS C compiler flags cannam@86: LDFLAGS linker flags, e.g. -L if you have libraries in a cannam@86: nonstandard directory cannam@86: LIBS libraries to pass to the linker, e.g. -l cannam@86: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if cannam@86: you have headers in a nonstandard directory cannam@86: CPP C preprocessor cannam@86: cannam@86: Use these variables to override the choices made by `configure' or to help cannam@86: it to find libraries and programs with nonstandard names/locations. cannam@86: cannam@86: Report bugs to the package provider. cannam@86: _ACEOF cannam@86: ac_status=$? cannam@86: fi cannam@86: cannam@86: if test "$ac_init_help" = "recursive"; then cannam@86: # If there are subdirs, report their specific --help. cannam@86: for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue cannam@86: test -d "$ac_dir" || cannam@86: { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || cannam@86: continue cannam@86: ac_builddir=. cannam@86: cannam@86: case "$ac_dir" in cannam@86: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@86: *) cannam@86: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@86: # A ".." for each directory in $ac_dir_suffix. cannam@86: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@86: case $ac_top_builddir_sub in cannam@86: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@86: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@86: esac ;; cannam@86: esac cannam@86: ac_abs_top_builddir=$ac_pwd cannam@86: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@86: # for backward compatibility: cannam@86: ac_top_builddir=$ac_top_build_prefix cannam@86: cannam@86: case $srcdir in cannam@86: .) # We are building in place. cannam@86: ac_srcdir=. cannam@86: ac_top_srcdir=$ac_top_builddir_sub cannam@86: ac_abs_top_srcdir=$ac_pwd ;; cannam@86: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@86: ac_srcdir=$srcdir$ac_dir_suffix; cannam@86: ac_top_srcdir=$srcdir cannam@86: ac_abs_top_srcdir=$srcdir ;; cannam@86: *) # Relative name. cannam@86: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@86: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@86: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@86: esac cannam@86: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@86: cannam@86: cd "$ac_dir" || { ac_status=$?; continue; } cannam@86: # Check for guested configure. cannam@86: if test -f "$ac_srcdir/configure.gnu"; then cannam@86: echo && cannam@86: $SHELL "$ac_srcdir/configure.gnu" --help=recursive cannam@86: elif test -f "$ac_srcdir/configure"; then cannam@86: echo && cannam@86: $SHELL "$ac_srcdir/configure" --help=recursive cannam@86: else cannam@86: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 cannam@86: fi || ac_status=$? cannam@86: cd "$ac_pwd" || { ac_status=$?; break; } cannam@86: done cannam@86: fi cannam@86: cannam@86: test -n "$ac_init_help" && exit $ac_status cannam@86: if $ac_init_version; then cannam@86: cat <<\_ACEOF cannam@86: configure cannam@86: generated by GNU Autoconf 2.68 cannam@86: cannam@86: Copyright (C) 2010 Free Software Foundation, Inc. cannam@86: This configure script is free software; the Free Software Foundation cannam@86: gives unlimited permission to copy, distribute and modify it. cannam@86: _ACEOF cannam@86: exit cannam@86: fi cannam@86: cannam@86: ## ------------------------ ## cannam@86: ## Autoconf initialization. ## cannam@86: ## ------------------------ ## cannam@86: cannam@86: # ac_fn_c_try_compile LINENO cannam@86: # -------------------------- cannam@86: # Try to compile conftest.$ac_ext, and return whether this succeeded. cannam@86: ac_fn_c_try_compile () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: rm -f conftest.$ac_objext cannam@86: if { { ac_try="$ac_compile" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_compile") 2>conftest.err cannam@86: ac_status=$? cannam@86: if test -s conftest.err; then cannam@86: grep -v '^ *+' conftest.err >conftest.er1 cannam@86: cat conftest.er1 >&5 cannam@86: mv -f conftest.er1 conftest.err cannam@86: fi cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && { cannam@86: test -z "$ac_c_werror_flag" || cannam@86: test ! -s conftest.err cannam@86: } && test -s conftest.$ac_objext; then : cannam@86: ac_retval=0 cannam@86: else cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: ac_retval=1 cannam@86: fi cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: as_fn_set_status $ac_retval cannam@86: cannam@86: } # ac_fn_c_try_compile cannam@86: cannam@86: # ac_fn_c_try_link LINENO cannam@86: # ----------------------- cannam@86: # Try to link conftest.$ac_ext, and return whether this succeeded. cannam@86: ac_fn_c_try_link () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: rm -f conftest.$ac_objext conftest$ac_exeext cannam@86: if { { ac_try="$ac_link" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_link") 2>conftest.err cannam@86: ac_status=$? cannam@86: if test -s conftest.err; then cannam@86: grep -v '^ *+' conftest.err >conftest.er1 cannam@86: cat conftest.er1 >&5 cannam@86: mv -f conftest.er1 conftest.err cannam@86: fi cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && { cannam@86: test -z "$ac_c_werror_flag" || cannam@86: test ! -s conftest.err cannam@86: } && test -s conftest$ac_exeext && { cannam@86: test "$cross_compiling" = yes || cannam@86: $as_test_x conftest$ac_exeext cannam@86: }; then : cannam@86: ac_retval=0 cannam@86: else cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: ac_retval=1 cannam@86: fi cannam@86: # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information cannam@86: # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would cannam@86: # interfere with the next link command; also delete a directory that is cannam@86: # left behind by Apple's compiler. We do this before executing the actions. cannam@86: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: as_fn_set_status $ac_retval cannam@86: cannam@86: } # ac_fn_c_try_link cannam@86: cannam@86: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES cannam@86: # ------------------------------------------------------- cannam@86: # Tests whether HEADER exists and can be compiled using the include files in cannam@86: # INCLUDES, setting the cache variable VAR accordingly. cannam@86: ac_fn_c_check_header_compile () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@86: $as_echo_n "checking for $2... " >&6; } cannam@86: if eval \${$3+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: #include <$2> cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: eval "$3=yes" cannam@86: else cannam@86: eval "$3=no" cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: fi cannam@86: eval ac_res=\$$3 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@86: $as_echo "$ac_res" >&6; } cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: cannam@86: } # ac_fn_c_check_header_compile cannam@86: cannam@86: # ac_fn_c_try_cpp LINENO cannam@86: # ---------------------- cannam@86: # Try to preprocess conftest.$ac_ext, and return whether this succeeded. cannam@86: ac_fn_c_try_cpp () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: if { { ac_try="$ac_cpp conftest.$ac_ext" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err cannam@86: ac_status=$? cannam@86: if test -s conftest.err; then cannam@86: grep -v '^ *+' conftest.err >conftest.er1 cannam@86: cat conftest.er1 >&5 cannam@86: mv -f conftest.er1 conftest.err cannam@86: fi cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } > conftest.i && { cannam@86: test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || cannam@86: test ! -s conftest.err cannam@86: }; then : cannam@86: ac_retval=0 cannam@86: else cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: ac_retval=1 cannam@86: fi cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: as_fn_set_status $ac_retval cannam@86: cannam@86: } # ac_fn_c_try_cpp cannam@86: cannam@86: # ac_fn_c_try_run LINENO cannam@86: # ---------------------- cannam@86: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes cannam@86: # that executables *can* be run. cannam@86: ac_fn_c_try_run () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: if { { ac_try="$ac_link" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_link") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' cannam@86: { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; }; then : cannam@86: ac_retval=0 cannam@86: else cannam@86: $as_echo "$as_me: program exited with status $ac_status" >&5 cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: ac_retval=$ac_status cannam@86: fi cannam@86: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: as_fn_set_status $ac_retval cannam@86: cannam@86: } # ac_fn_c_try_run cannam@86: cannam@86: # ac_fn_c_check_func LINENO FUNC VAR cannam@86: # ---------------------------------- cannam@86: # Tests whether FUNC exists, setting the cache variable VAR accordingly cannam@86: ac_fn_c_check_func () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@86: $as_echo_n "checking for $2... " >&6; } cannam@86: if eval \${$3+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: /* Define $2 to an innocuous variant, in case declares $2. cannam@86: For example, HP-UX 11i declares gettimeofday. */ cannam@86: #define $2 innocuous_$2 cannam@86: cannam@86: /* System header to define __stub macros and hopefully few prototypes, cannam@86: which can conflict with char $2 (); below. cannam@86: Prefer to if __STDC__ is defined, since cannam@86: exists even on freestanding compilers. */ cannam@86: cannam@86: #ifdef __STDC__ cannam@86: # include cannam@86: #else cannam@86: # include cannam@86: #endif cannam@86: cannam@86: #undef $2 cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char $2 (); cannam@86: /* The GNU C library defines this for functions which it implements cannam@86: to always fail with ENOSYS. Some functions are actually named cannam@86: something starting with __ and the normal name is an alias. */ cannam@86: #if defined __stub_$2 || defined __stub___$2 cannam@86: choke me cannam@86: #endif cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: return $2 (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: eval "$3=yes" cannam@86: else cannam@86: eval "$3=no" cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: fi cannam@86: eval ac_res=\$$3 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@86: $as_echo "$ac_res" >&6; } cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: cannam@86: } # ac_fn_c_check_func cannam@86: cannam@86: # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES cannam@86: # ------------------------------------------------------- cannam@86: # Tests whether HEADER exists, giving a warning if it cannot be compiled using cannam@86: # the include files in INCLUDES and setting the cache variable VAR cannam@86: # accordingly. cannam@86: ac_fn_c_check_header_mongrel () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: if eval \${$3+:} false; then : cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@86: $as_echo_n "checking for $2... " >&6; } cannam@86: if eval \${$3+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: fi cannam@86: eval ac_res=\$$3 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@86: $as_echo "$ac_res" >&6; } cannam@86: else cannam@86: # Is the header compilable? cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 cannam@86: $as_echo_n "checking $2 usability... " >&6; } cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: #include <$2> cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_header_compiler=yes cannam@86: else cannam@86: ac_header_compiler=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 cannam@86: $as_echo "$ac_header_compiler" >&6; } cannam@86: cannam@86: # Is the header present? cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 cannam@86: $as_echo_n "checking $2 presence... " >&6; } cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include <$2> cannam@86: _ACEOF cannam@86: if ac_fn_c_try_cpp "$LINENO"; then : cannam@86: ac_header_preproc=yes cannam@86: else cannam@86: ac_header_preproc=no cannam@86: fi cannam@86: rm -f conftest.err conftest.i conftest.$ac_ext cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 cannam@86: $as_echo "$ac_header_preproc" >&6; } cannam@86: cannam@86: # So? What about this header? cannam@86: case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( cannam@86: yes:no: ) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} cannam@86: ;; cannam@86: no:yes:* ) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 cannam@86: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} cannam@86: ;; cannam@86: esac cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@86: $as_echo_n "checking for $2... " >&6; } cannam@86: if eval \${$3+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: eval "$3=\$ac_header_compiler" cannam@86: fi cannam@86: eval ac_res=\$$3 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@86: $as_echo "$ac_res" >&6; } cannam@86: fi cannam@86: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@86: cannam@86: } # ac_fn_c_check_header_mongrel cannam@86: cannam@86: # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES cannam@86: # -------------------------------------------- cannam@86: # Tries to find the compile-time value of EXPR in a program that includes cannam@86: # INCLUDES, setting VAR accordingly. Returns whether the value could be cannam@86: # computed cannam@86: ac_fn_c_compute_int () cannam@86: { cannam@86: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: if test "$cross_compiling" = yes; then cannam@86: # Depending upon the size, compute the lo and hi bounds. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: int cannam@86: main () cannam@86: { cannam@86: static int test_array [1 - 2 * !(($2) >= 0)]; cannam@86: test_array [0] = 0 cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_lo=0 ac_mid=0 cannam@86: while :; do cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: int cannam@86: main () cannam@86: { cannam@86: static int test_array [1 - 2 * !(($2) <= $ac_mid)]; cannam@86: test_array [0] = 0 cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_hi=$ac_mid; break cannam@86: else cannam@86: as_fn_arith $ac_mid + 1 && ac_lo=$as_val cannam@86: if test $ac_lo -le $ac_mid; then cannam@86: ac_lo= ac_hi= cannam@86: break cannam@86: fi cannam@86: as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: done cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: int cannam@86: main () cannam@86: { cannam@86: static int test_array [1 - 2 * !(($2) < 0)]; cannam@86: test_array [0] = 0 cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_hi=-1 ac_mid=-1 cannam@86: while :; do cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: int cannam@86: main () cannam@86: { cannam@86: static int test_array [1 - 2 * !(($2) >= $ac_mid)]; cannam@86: test_array [0] = 0 cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_lo=$ac_mid; break cannam@86: else cannam@86: as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val cannam@86: if test $ac_mid -le $ac_hi; then cannam@86: ac_lo= ac_hi= cannam@86: break cannam@86: fi cannam@86: as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: done cannam@86: else cannam@86: ac_lo= ac_hi= cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: # Binary search between lo and hi bounds. cannam@86: while test "x$ac_lo" != "x$ac_hi"; do cannam@86: as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: int cannam@86: main () cannam@86: { cannam@86: static int test_array [1 - 2 * !(($2) <= $ac_mid)]; cannam@86: test_array [0] = 0 cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_hi=$ac_mid cannam@86: else cannam@86: as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: done cannam@86: case $ac_lo in #(( cannam@86: ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; cannam@86: '') ac_retval=1 ;; cannam@86: esac cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $4 cannam@86: static long int longval () { return $2; } cannam@86: static unsigned long int ulongval () { return $2; } cannam@86: #include cannam@86: #include cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: FILE *f = fopen ("conftest.val", "w"); cannam@86: if (! f) cannam@86: return 1; cannam@86: if (($2) < 0) cannam@86: { cannam@86: long int i = longval (); cannam@86: if (i != ($2)) cannam@86: return 1; cannam@86: fprintf (f, "%ld", i); cannam@86: } cannam@86: else cannam@86: { cannam@86: unsigned long int i = ulongval (); cannam@86: if (i != ($2)) cannam@86: return 1; cannam@86: fprintf (f, "%lu", i); cannam@86: } cannam@86: /* Do not output a trailing newline, as this causes \r\n confusion cannam@86: on some platforms. */ cannam@86: return ferror (f) || fclose (f) != 0; cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_run "$LINENO"; then : cannam@86: echo >>conftest.val; read $3 config.log <<_ACEOF cannam@86: This file contains any messages produced by compilers while cannam@86: running configure, to aid debugging if configure makes a mistake. cannam@86: cannam@86: It was created by $as_me, which was cannam@86: generated by GNU Autoconf 2.68. Invocation command line was cannam@86: cannam@86: $ $0 $@ cannam@86: cannam@86: _ACEOF cannam@86: exec 5>>config.log cannam@86: { cannam@86: cat <<_ASUNAME cannam@86: ## --------- ## cannam@86: ## Platform. ## cannam@86: ## --------- ## cannam@86: cannam@86: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@86: uname -m = `(uname -m) 2>/dev/null || echo unknown` cannam@86: uname -r = `(uname -r) 2>/dev/null || echo unknown` cannam@86: uname -s = `(uname -s) 2>/dev/null || echo unknown` cannam@86: uname -v = `(uname -v) 2>/dev/null || echo unknown` cannam@86: cannam@86: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` cannam@86: /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` cannam@86: cannam@86: /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` cannam@86: /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` cannam@86: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` cannam@86: /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` cannam@86: /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` cannam@86: /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` cannam@86: /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` cannam@86: cannam@86: _ASUNAME cannam@86: cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: $as_echo "PATH: $as_dir" cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: } >&5 cannam@86: cannam@86: cat >&5 <<_ACEOF cannam@86: cannam@86: cannam@86: ## ----------- ## cannam@86: ## Core tests. ## cannam@86: ## ----------- ## cannam@86: cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # Keep a trace of the command line. cannam@86: # Strip out --no-create and --no-recursion so they do not pile up. cannam@86: # Strip out --silent because we don't want to record it for future runs. cannam@86: # Also quote any args containing shell meta-characters. cannam@86: # Make two passes to allow for proper duplicate-argument suppression. cannam@86: ac_configure_args= cannam@86: ac_configure_args0= cannam@86: ac_configure_args1= cannam@86: ac_must_keep_next=false cannam@86: for ac_pass in 1 2 cannam@86: do cannam@86: for ac_arg cannam@86: do cannam@86: case $ac_arg in cannam@86: -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; cannam@86: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@86: | -silent | --silent | --silen | --sile | --sil) cannam@86: continue ;; cannam@86: *\'*) cannam@86: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@86: esac cannam@86: case $ac_pass in cannam@86: 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; cannam@86: 2) cannam@86: as_fn_append ac_configure_args1 " '$ac_arg'" cannam@86: if test $ac_must_keep_next = true; then cannam@86: ac_must_keep_next=false # Got value, back to normal. cannam@86: else cannam@86: case $ac_arg in cannam@86: *=* | --config-cache | -C | -disable-* | --disable-* \ cannam@86: | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ cannam@86: | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ cannam@86: | -with-* | --with-* | -without-* | --without-* | --x) cannam@86: case "$ac_configure_args0 " in cannam@86: "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; cannam@86: esac cannam@86: ;; cannam@86: -* ) ac_must_keep_next=true ;; cannam@86: esac cannam@86: fi cannam@86: as_fn_append ac_configure_args " '$ac_arg'" cannam@86: ;; cannam@86: esac cannam@86: done cannam@86: done cannam@86: { ac_configure_args0=; unset ac_configure_args0;} cannam@86: { ac_configure_args1=; unset ac_configure_args1;} cannam@86: cannam@86: # When interrupted or exit'd, cleanup temporary files, and complete cannam@86: # config.log. We remove comments because anyway the quotes in there cannam@86: # would cause problems or look ugly. cannam@86: # WARNING: Use '\'' to represent an apostrophe within the trap. cannam@86: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. cannam@86: trap 'exit_status=$? cannam@86: # Save into config.log some information that might help in debugging. cannam@86: { cannam@86: echo cannam@86: cannam@86: $as_echo "## ---------------- ## cannam@86: ## Cache variables. ## cannam@86: ## ---------------- ##" cannam@86: echo cannam@86: # The following way of writing the cache mishandles newlines in values, cannam@86: ( cannam@86: for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do cannam@86: eval ac_val=\$$ac_var cannam@86: case $ac_val in #( cannam@86: *${as_nl}*) cannam@86: case $ac_var in #( cannam@86: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@86: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@86: esac cannam@86: case $ac_var in #( cannam@86: _ | IFS | as_nl) ;; #( cannam@86: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@86: *) { eval $ac_var=; unset $ac_var;} ;; cannam@86: esac ;; cannam@86: esac cannam@86: done cannam@86: (set) 2>&1 | cannam@86: case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( cannam@86: *${as_nl}ac_space=\ *) cannam@86: sed -n \ cannam@86: "s/'\''/'\''\\\\'\'''\''/g; cannam@86: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" cannam@86: ;; #( cannam@86: *) cannam@86: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@86: ;; cannam@86: esac | cannam@86: sort cannam@86: ) cannam@86: echo cannam@86: cannam@86: $as_echo "## ----------------- ## cannam@86: ## Output variables. ## cannam@86: ## ----------------- ##" cannam@86: echo cannam@86: for ac_var in $ac_subst_vars cannam@86: do cannam@86: eval ac_val=\$$ac_var cannam@86: case $ac_val in cannam@86: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@86: esac cannam@86: $as_echo "$ac_var='\''$ac_val'\''" cannam@86: done | sort cannam@86: echo cannam@86: cannam@86: if test -n "$ac_subst_files"; then cannam@86: $as_echo "## ------------------- ## cannam@86: ## File substitutions. ## cannam@86: ## ------------------- ##" cannam@86: echo cannam@86: for ac_var in $ac_subst_files cannam@86: do cannam@86: eval ac_val=\$$ac_var cannam@86: case $ac_val in cannam@86: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@86: esac cannam@86: $as_echo "$ac_var='\''$ac_val'\''" cannam@86: done | sort cannam@86: echo cannam@86: fi cannam@86: cannam@86: if test -s confdefs.h; then cannam@86: $as_echo "## ----------- ## cannam@86: ## confdefs.h. ## cannam@86: ## ----------- ##" cannam@86: echo cannam@86: cat confdefs.h cannam@86: echo cannam@86: fi cannam@86: test "$ac_signal" != 0 && cannam@86: $as_echo "$as_me: caught signal $ac_signal" cannam@86: $as_echo "$as_me: exit $exit_status" cannam@86: } >&5 cannam@86: rm -f core *.core core.conftest.* && cannam@86: rm -f -r conftest* confdefs* conf$$* $ac_clean_files && cannam@86: exit $exit_status cannam@86: ' 0 cannam@86: for ac_signal in 1 2 13 15; do cannam@86: trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal cannam@86: done cannam@86: ac_signal=0 cannam@86: cannam@86: # confdefs.h avoids OS command line length limits that DEFS can exceed. cannam@86: rm -f -r conftest* confdefs.h cannam@86: cannam@86: $as_echo "/* confdefs.h */" > confdefs.h cannam@86: cannam@86: # Predefined preprocessor variables. cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_NAME "$PACKAGE_NAME" cannam@86: _ACEOF cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_TARNAME "$PACKAGE_TARNAME" cannam@86: _ACEOF cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_VERSION "$PACKAGE_VERSION" cannam@86: _ACEOF cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_STRING "$PACKAGE_STRING" cannam@86: _ACEOF cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" cannam@86: _ACEOF cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE_URL "$PACKAGE_URL" cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # Let the site file select an alternate cache file if it wants to. cannam@86: # Prefer an explicitly selected file to automatically selected ones. cannam@86: ac_site_file1=NONE cannam@86: ac_site_file2=NONE cannam@86: if test -n "$CONFIG_SITE"; then cannam@86: # We do not want a PATH search for config.site. cannam@86: case $CONFIG_SITE in #(( cannam@86: -*) ac_site_file1=./$CONFIG_SITE;; cannam@86: */*) ac_site_file1=$CONFIG_SITE;; cannam@86: *) ac_site_file1=./$CONFIG_SITE;; cannam@86: esac cannam@86: elif test "x$prefix" != xNONE; then cannam@86: ac_site_file1=$prefix/share/config.site cannam@86: ac_site_file2=$prefix/etc/config.site cannam@86: else cannam@86: ac_site_file1=$ac_default_prefix/share/config.site cannam@86: ac_site_file2=$ac_default_prefix/etc/config.site cannam@86: fi cannam@86: for ac_site_file in "$ac_site_file1" "$ac_site_file2" cannam@86: do cannam@86: test "x$ac_site_file" = xNONE && continue cannam@86: if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 cannam@86: $as_echo "$as_me: loading site script $ac_site_file" >&6;} cannam@86: sed 's/^/| /' "$ac_site_file" >&5 cannam@86: . "$ac_site_file" \ cannam@86: || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "failed to load site script $ac_site_file cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: fi cannam@86: done cannam@86: cannam@86: if test -r "$cache_file"; then cannam@86: # Some versions of bash will fail to source /dev/null (special files cannam@86: # actually), so we avoid doing that. DJGPP emulates it as a regular file. cannam@86: if test /dev/null != "$cache_file" && test -f "$cache_file"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 cannam@86: $as_echo "$as_me: loading cache $cache_file" >&6;} cannam@86: case $cache_file in cannam@86: [\\/]* | ?:[\\/]* ) . "$cache_file";; cannam@86: *) . "./$cache_file";; cannam@86: esac cannam@86: fi cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 cannam@86: $as_echo "$as_me: creating cache $cache_file" >&6;} cannam@86: >$cache_file cannam@86: fi cannam@86: cannam@86: # Check that the precious variables saved in the cache have kept the same cannam@86: # value. cannam@86: ac_cache_corrupted=false cannam@86: for ac_var in $ac_precious_vars; do cannam@86: eval ac_old_set=\$ac_cv_env_${ac_var}_set cannam@86: eval ac_new_set=\$ac_env_${ac_var}_set cannam@86: eval ac_old_val=\$ac_cv_env_${ac_var}_value cannam@86: eval ac_new_val=\$ac_env_${ac_var}_value cannam@86: case $ac_old_set,$ac_new_set in cannam@86: set,) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 cannam@86: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} cannam@86: ac_cache_corrupted=: ;; cannam@86: ,set) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 cannam@86: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} cannam@86: ac_cache_corrupted=: ;; cannam@86: ,);; cannam@86: *) cannam@86: if test "x$ac_old_val" != "x$ac_new_val"; then cannam@86: # differences in whitespace do not lead to failure. cannam@86: ac_old_val_w=`echo x $ac_old_val` cannam@86: ac_new_val_w=`echo x $ac_new_val` cannam@86: if test "$ac_old_val_w" != "$ac_new_val_w"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 cannam@86: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} cannam@86: ac_cache_corrupted=: cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 cannam@86: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} cannam@86: eval $ac_var=\$ac_old_val cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 cannam@86: $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 cannam@86: $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} cannam@86: fi;; cannam@86: esac cannam@86: # Pass precious variables to config.status. cannam@86: if test "$ac_new_set" = set; then cannam@86: case $ac_new_val in cannam@86: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@86: *) ac_arg=$ac_var=$ac_new_val ;; cannam@86: esac cannam@86: case " $ac_configure_args " in cannam@86: *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. cannam@86: *) as_fn_append ac_configure_args " '$ac_arg'" ;; cannam@86: esac cannam@86: fi cannam@86: done cannam@86: if $ac_cache_corrupted; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 cannam@86: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} cannam@86: as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 cannam@86: fi cannam@86: ## -------------------- ## cannam@86: ## Main body of script. ## cannam@86: ## -------------------- ## cannam@86: cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: cannam@86: cannam@86: am__api_version='1.11' cannam@86: cannam@86: ac_aux_dir= cannam@86: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do cannam@86: if test -f "$ac_dir/install-sh"; then cannam@86: ac_aux_dir=$ac_dir cannam@86: ac_install_sh="$ac_aux_dir/install-sh -c" cannam@86: break cannam@86: elif test -f "$ac_dir/install.sh"; then cannam@86: ac_aux_dir=$ac_dir cannam@86: ac_install_sh="$ac_aux_dir/install.sh -c" cannam@86: break cannam@86: elif test -f "$ac_dir/shtool"; then cannam@86: ac_aux_dir=$ac_dir cannam@86: ac_install_sh="$ac_aux_dir/shtool install -c" cannam@86: break cannam@86: fi cannam@86: done cannam@86: if test -z "$ac_aux_dir"; then cannam@86: as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 cannam@86: fi cannam@86: cannam@86: # These three variables are undocumented and unsupported, cannam@86: # and are intended to be withdrawn in a future Autoconf release. cannam@86: # They can cause serious problems if a builder's source tree is in a directory cannam@86: # whose full name contains unusual characters. cannam@86: ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. cannam@86: ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. cannam@86: ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. cannam@86: cannam@86: cannam@86: # Find a good install program. We prefer a C program (faster), cannam@86: # so one script is as good as another. But avoid the broken or cannam@86: # incompatible versions: cannam@86: # SysV /etc/install, /usr/sbin/install cannam@86: # SunOS /usr/etc/install cannam@86: # IRIX /sbin/install cannam@86: # AIX /bin/install cannam@86: # AmigaOS /C/install, which installs bootblocks on floppy discs cannam@86: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag cannam@86: # AFS /usr/afsws/bin/install, which mishandles nonexistent args cannam@86: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" cannam@86: # OS/2's system install, which has a completely different semantic cannam@86: # ./install, which can be erroneously created by make from ./install.sh. cannam@86: # Reject install programs that cannot install multiple files. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 cannam@86: $as_echo_n "checking for a BSD-compatible install... " >&6; } cannam@86: if test -z "$INSTALL"; then cannam@86: if ${ac_cv_path_install+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: # Account for people who put trailing slashes in PATH elements. cannam@86: case $as_dir/ in #(( cannam@86: ./ | .// | /[cC]/* | \ cannam@86: /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ cannam@86: ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ cannam@86: /usr/ucb/* ) ;; cannam@86: *) cannam@86: # OSF1 and SCO ODT 3.0 have their own names for install. cannam@86: # Don't use installbsd from OSF since it installs stuff as root cannam@86: # by default. cannam@86: for ac_prog in ginstall scoinst install; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then cannam@86: if test $ac_prog = install && cannam@86: grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@86: # AIX install. It has an incompatible calling convention. cannam@86: : cannam@86: elif test $ac_prog = install && cannam@86: grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@86: # program-specific install script used by HP pwplus--don't use. cannam@86: : cannam@86: else cannam@86: rm -rf conftest.one conftest.two conftest.dir cannam@86: echo one > conftest.one cannam@86: echo two > conftest.two cannam@86: mkdir conftest.dir cannam@86: if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && cannam@86: test -s conftest.one && test -s conftest.two && cannam@86: test -s conftest.dir/conftest.one && cannam@86: test -s conftest.dir/conftest.two cannam@86: then cannam@86: ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" cannam@86: break 3 cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: done cannam@86: done cannam@86: ;; cannam@86: esac cannam@86: cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: rm -rf conftest.one conftest.two conftest.dir cannam@86: cannam@86: fi cannam@86: if test "${ac_cv_path_install+set}" = set; then cannam@86: INSTALL=$ac_cv_path_install cannam@86: else cannam@86: # As a last resort, use the slow shell script. Don't cache a cannam@86: # value for INSTALL within a source directory, because that will cannam@86: # break other packages using the cache if that directory is cannam@86: # removed, or if the value is a relative name. cannam@86: INSTALL=$ac_install_sh cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 cannam@86: $as_echo "$INSTALL" >&6; } cannam@86: cannam@86: # Use test -z because SunOS4 sh mishandles braces in ${var-val}. cannam@86: # It thinks the first close brace ends the variable substitution. cannam@86: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' cannam@86: cannam@86: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' cannam@86: cannam@86: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 cannam@86: $as_echo_n "checking whether build environment is sane... " >&6; } cannam@86: # Just in case cannam@86: sleep 1 cannam@86: echo timestamp > conftest.file cannam@86: # Reject unsafe characters in $srcdir or the absolute working directory cannam@86: # name. Accept space and tab only in the latter. cannam@86: am_lf=' cannam@86: ' cannam@86: case `pwd` in cannam@86: *[\\\"\#\$\&\'\`$am_lf]*) cannam@86: as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; cannam@86: esac cannam@86: case $srcdir in cannam@86: *[\\\"\#\$\&\'\`$am_lf\ \ ]*) cannam@86: as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; cannam@86: esac cannam@86: cannam@86: # Do `set' in a subshell so we don't clobber the current shell's cannam@86: # arguments. Must try -L first in case configure is actually a cannam@86: # symlink; some systems play weird games with the mod time of symlinks cannam@86: # (eg FreeBSD returns the mod time of the symlink's containing cannam@86: # directory). cannam@86: if ( cannam@86: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` cannam@86: if test "$*" = "X"; then cannam@86: # -L didn't work. cannam@86: set X `ls -t "$srcdir/configure" conftest.file` cannam@86: fi cannam@86: rm -f conftest.file cannam@86: if test "$*" != "X $srcdir/configure conftest.file" \ cannam@86: && test "$*" != "X conftest.file $srcdir/configure"; then cannam@86: cannam@86: # If neither matched, then we have a broken ls. This can happen cannam@86: # if, for instance, CONFIG_SHELL is bash and it inherits a cannam@86: # broken ls alias from the environment. This has actually cannam@86: # happened. Such a system could not be considered "sane". cannam@86: as_fn_error $? "ls -t appears to fail. Make sure there is not a broken cannam@86: alias in your environment" "$LINENO" 5 cannam@86: fi cannam@86: cannam@86: test "$2" = conftest.file cannam@86: ) cannam@86: then cannam@86: # Ok. cannam@86: : cannam@86: else cannam@86: as_fn_error $? "newly created file is older than distributed files! cannam@86: Check your system clock" "$LINENO" 5 cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: test "$program_prefix" != NONE && cannam@86: program_transform_name="s&^&$program_prefix&;$program_transform_name" cannam@86: # Use a double $ so make ignores it. cannam@86: test "$program_suffix" != NONE && cannam@86: program_transform_name="s&\$&$program_suffix&;$program_transform_name" cannam@86: # Double any \ or $. cannam@86: # By default was `s,x,x', remove it if useless. cannam@86: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' cannam@86: program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` cannam@86: cannam@86: # expand $ac_aux_dir to an absolute path cannam@86: am_aux_dir=`cd $ac_aux_dir && pwd` cannam@86: cannam@86: if test x"${MISSING+set}" != xset; then cannam@86: case $am_aux_dir in cannam@86: *\ * | *\ *) cannam@86: MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; cannam@86: *) cannam@86: MISSING="\${SHELL} $am_aux_dir/missing" ;; cannam@86: esac cannam@86: fi cannam@86: # Use eval to expand $SHELL cannam@86: if eval "$MISSING --run true"; then cannam@86: am_missing_run="$MISSING --run " cannam@86: else cannam@86: am_missing_run= cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 cannam@86: $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} cannam@86: fi cannam@86: cannam@86: if test x"${install_sh}" != xset; then cannam@86: case $am_aux_dir in cannam@86: *\ * | *\ *) cannam@86: install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; cannam@86: *) cannam@86: install_sh="\${SHELL} $am_aux_dir/install-sh" cannam@86: esac cannam@86: fi cannam@86: cannam@86: # Installed binaries are usually stripped using `strip' when the user cannam@86: # run `make install-strip'. However `strip' might not be the right cannam@86: # tool to use in cross-compilation environments, therefore Automake cannam@86: # will honor the `STRIP' environment variable to overrule this program. cannam@86: if test "$cross_compiling" != no; then cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_STRIP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$STRIP"; then cannam@86: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: STRIP=$ac_cv_prog_STRIP cannam@86: if test -n "$STRIP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@86: $as_echo "$STRIP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_STRIP"; then cannam@86: ac_ct_STRIP=$STRIP cannam@86: # Extract the first word of "strip", so it can be a program name with args. cannam@86: set dummy strip; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_STRIP"; then cannam@86: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_STRIP="strip" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@86: if test -n "$ac_ct_STRIP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@86: $as_echo "$ac_ct_STRIP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_STRIP" = x; then cannam@86: STRIP=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: STRIP=$ac_ct_STRIP cannam@86: fi cannam@86: else cannam@86: STRIP="$ac_cv_prog_STRIP" cannam@86: fi cannam@86: cannam@86: fi cannam@86: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 cannam@86: $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } cannam@86: if test -z "$MKDIR_P"; then cannam@86: if ${ac_cv_path_mkdir+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_prog in mkdir gmkdir; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue cannam@86: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( cannam@86: 'mkdir (GNU coreutils) '* | \ cannam@86: 'mkdir (coreutils) '* | \ cannam@86: 'mkdir (fileutils) '4.1*) cannam@86: ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext cannam@86: break 3;; cannam@86: esac cannam@86: done cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: cannam@86: test -d ./--version && rmdir ./--version cannam@86: if test "${ac_cv_path_mkdir+set}" = set; then cannam@86: MKDIR_P="$ac_cv_path_mkdir -p" cannam@86: else cannam@86: # As a last resort, use the slow shell script. Don't cache a cannam@86: # value for MKDIR_P within a source directory, because that will cannam@86: # break other packages using the cache if that directory is cannam@86: # removed, or if the value is a relative name. cannam@86: MKDIR_P="$ac_install_sh -d" cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 cannam@86: $as_echo "$MKDIR_P" >&6; } cannam@86: cannam@86: mkdir_p="$MKDIR_P" cannam@86: case $mkdir_p in cannam@86: [\\/$]* | ?:[\\/]*) ;; cannam@86: */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; cannam@86: esac cannam@86: cannam@86: for ac_prog in gawk mawk nawk awk cannam@86: do cannam@86: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_AWK+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$AWK"; then cannam@86: ac_cv_prog_AWK="$AWK" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_AWK="$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: AWK=$ac_cv_prog_AWK cannam@86: if test -n "$AWK"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 cannam@86: $as_echo "$AWK" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$AWK" && break cannam@86: done cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 cannam@86: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } cannam@86: set x ${MAKE-make} cannam@86: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` cannam@86: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat >conftest.make <<\_ACEOF cannam@86: SHELL = /bin/sh cannam@86: all: cannam@86: @echo '@@@%%%=$(MAKE)=@@@%%%' cannam@86: _ACEOF cannam@86: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. cannam@86: case `${MAKE-make} -f conftest.make 2>/dev/null` in cannam@86: *@@@%%%=?*=@@@%%%*) cannam@86: eval ac_cv_prog_make_${ac_make}_set=yes;; cannam@86: *) cannam@86: eval ac_cv_prog_make_${ac_make}_set=no;; cannam@86: esac cannam@86: rm -f conftest.make cannam@86: fi cannam@86: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: SET_MAKE= cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: SET_MAKE="MAKE=${MAKE-make}" cannam@86: fi cannam@86: cannam@86: rm -rf .tst 2>/dev/null cannam@86: mkdir .tst 2>/dev/null cannam@86: if test -d .tst; then cannam@86: am__leading_dot=. cannam@86: else cannam@86: am__leading_dot=_ cannam@86: fi cannam@86: rmdir .tst 2>/dev/null cannam@86: cannam@86: if test "`cd $srcdir && pwd`" != "`pwd`"; then cannam@86: # Use -I$(srcdir) only when $(srcdir) != ., so that make's output cannam@86: # is not polluted with repeated "-I." cannam@86: am__isrc=' -I$(srcdir)' cannam@86: # test to see if srcdir already configured cannam@86: if test -f $srcdir/config.status; then cannam@86: as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 cannam@86: fi cannam@86: fi cannam@86: cannam@86: # test whether we have cygpath cannam@86: if test -z "$CYGPATH_W"; then cannam@86: if (cygpath --version) >/dev/null 2>/dev/null; then cannam@86: CYGPATH_W='cygpath -w' cannam@86: else cannam@86: CYGPATH_W=echo cannam@86: fi cannam@86: fi cannam@86: cannam@86: cannam@86: # Define the identity of the package. cannam@86: PACKAGE=libogg cannam@86: VERSION=1.3.0 cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define PACKAGE "$PACKAGE" cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define VERSION "$VERSION" cannam@86: _ACEOF cannam@86: cannam@86: # Some tools Automake needs. cannam@86: cannam@86: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} cannam@86: cannam@86: cannam@86: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} cannam@86: cannam@86: cannam@86: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} cannam@86: cannam@86: cannam@86: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} cannam@86: cannam@86: cannam@86: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} cannam@86: cannam@86: # We need awk for the "check" target. The system "awk" is bad on cannam@86: # some platforms. cannam@86: # Always define AMTAR for backward compatibility. cannam@86: cannam@86: AMTAR=${AMTAR-"${am_missing_run}tar"} cannam@86: cannam@86: am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 cannam@86: $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } cannam@86: # Check whether --enable-maintainer-mode was given. cannam@86: if test "${enable_maintainer_mode+set}" = set; then : cannam@86: enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval cannam@86: else cannam@86: USE_MAINTAINER_MODE=no cannam@86: fi cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 cannam@86: $as_echo "$USE_MAINTAINER_MODE" >&6; } cannam@86: if test $USE_MAINTAINER_MODE = yes; then cannam@86: MAINTAINER_MODE_TRUE= cannam@86: MAINTAINER_MODE_FALSE='#' cannam@86: else cannam@86: MAINTAINER_MODE_TRUE='#' cannam@86: MAINTAINER_MODE_FALSE= cannam@86: fi cannam@86: cannam@86: MAINT=$MAINTAINER_MODE_TRUE cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: LIB_CURRENT=8 cannam@86: LIB_REVISION=0 cannam@86: LIB_AGE=8 cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}gcc; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$CC"; then cannam@86: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_CC="${ac_tool_prefix}gcc" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: CC=$ac_cv_prog_CC cannam@86: if test -n "$CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@86: $as_echo "$CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_CC"; then cannam@86: ac_ct_CC=$CC cannam@86: # Extract the first word of "gcc", so it can be a program name with args. cannam@86: set dummy gcc; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_CC"; then cannam@86: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_CC="gcc" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@86: if test -n "$ac_ct_CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@86: $as_echo "$ac_ct_CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_CC" = x; then cannam@86: CC="" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: CC=$ac_ct_CC cannam@86: fi cannam@86: else cannam@86: CC="$ac_cv_prog_CC" cannam@86: fi cannam@86: cannam@86: if test -z "$CC"; then cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}cc; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$CC"; then cannam@86: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_CC="${ac_tool_prefix}cc" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: CC=$ac_cv_prog_CC cannam@86: if test -n "$CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@86: $as_echo "$CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: fi cannam@86: if test -z "$CC"; then cannam@86: # Extract the first word of "cc", so it can be a program name with args. cannam@86: set dummy cc; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$CC"; then cannam@86: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@86: else cannam@86: ac_prog_rejected=no cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then cannam@86: ac_prog_rejected=yes cannam@86: continue cannam@86: fi cannam@86: ac_cv_prog_CC="cc" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: if test $ac_prog_rejected = yes; then cannam@86: # We found a bogon in the path, so make sure we never use it. cannam@86: set dummy $ac_cv_prog_CC cannam@86: shift cannam@86: if test $# != 0; then cannam@86: # We chose a different compiler from the bogus one. cannam@86: # However, it has the same basename, so the bogon will be chosen cannam@86: # first if we set CC to just the basename; use the full file name. cannam@86: shift cannam@86: ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: CC=$ac_cv_prog_CC cannam@86: if test -n "$CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@86: $as_echo "$CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$CC"; then cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: for ac_prog in cl.exe cannam@86: do cannam@86: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$CC"; then cannam@86: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_CC="$ac_tool_prefix$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: CC=$ac_cv_prog_CC cannam@86: if test -n "$CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@86: $as_echo "$CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$CC" && break cannam@86: done cannam@86: fi cannam@86: if test -z "$CC"; then cannam@86: ac_ct_CC=$CC cannam@86: for ac_prog in cl.exe cannam@86: do cannam@86: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_CC"; then cannam@86: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_CC="$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@86: if test -n "$ac_ct_CC"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@86: $as_echo "$ac_ct_CC" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$ac_ct_CC" && break cannam@86: done cannam@86: cannam@86: if test "x$ac_ct_CC" = x; then cannam@86: CC="" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: CC=$ac_ct_CC cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "no acceptable C compiler found in \$PATH cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: cannam@86: # Provide some information about the compiler. cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 cannam@86: set X $ac_compile cannam@86: ac_compiler=$2 cannam@86: for ac_option in --version -v -V -qversion; do cannam@86: { { ac_try="$ac_compiler $ac_option >&5" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_compiler $ac_option >&5") 2>conftest.err cannam@86: ac_status=$? cannam@86: if test -s conftest.err; then cannam@86: sed '10a\ cannam@86: ... rest of stderr output deleted ... cannam@86: 10q' conftest.err >conftest.er1 cannam@86: cat conftest.er1 >&5 cannam@86: fi cannam@86: rm -f conftest.er1 conftest.err cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } cannam@86: done cannam@86: cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: ac_clean_files_save=$ac_clean_files cannam@86: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" cannam@86: # Try to create an executable without -o first, disregard a.out. cannam@86: # It will help us diagnose broken compilers, and finding out an intuition cannam@86: # of exeext. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 cannam@86: $as_echo_n "checking whether the C compiler works... " >&6; } cannam@86: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` cannam@86: cannam@86: # The possible output files: cannam@86: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" cannam@86: cannam@86: ac_rmfiles= cannam@86: for ac_file in $ac_files cannam@86: do cannam@86: case $ac_file in cannam@86: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@86: * ) ac_rmfiles="$ac_rmfiles $ac_file";; cannam@86: esac cannam@86: done cannam@86: rm -f $ac_rmfiles cannam@86: cannam@86: if { { ac_try="$ac_link_default" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_link_default") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then : cannam@86: # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. cannam@86: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' cannam@86: # in a Makefile. We should not override ac_cv_exeext if it was cached, cannam@86: # so that the user can short-circuit this test for compilers unknown to cannam@86: # Autoconf. cannam@86: for ac_file in $ac_files '' cannam@86: do cannam@86: test -f "$ac_file" || continue cannam@86: case $ac_file in cannam@86: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) cannam@86: ;; cannam@86: [ab].out ) cannam@86: # We found the default executable, but exeext='' is most cannam@86: # certainly right. cannam@86: break;; cannam@86: *.* ) cannam@86: if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; cannam@86: then :; else cannam@86: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@86: fi cannam@86: # We set ac_cv_exeext here because the later test for it is not cannam@86: # safe: cross compilers may not add the suffix if given an `-o' cannam@86: # argument, so we may need to know it at that point already. cannam@86: # Even if this section looks crufty: it has the advantage of cannam@86: # actually working. cannam@86: break;; cannam@86: * ) cannam@86: break;; cannam@86: esac cannam@86: done cannam@86: test "$ac_cv_exeext" = no && ac_cv_exeext= cannam@86: cannam@86: else cannam@86: ac_file='' cannam@86: fi cannam@86: if test -z "$ac_file"; then : cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "C compiler cannot create executables cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 cannam@86: $as_echo_n "checking for C compiler default output file name... " >&6; } cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 cannam@86: $as_echo "$ac_file" >&6; } cannam@86: ac_exeext=$ac_cv_exeext cannam@86: cannam@86: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out cannam@86: ac_clean_files=$ac_clean_files_save cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 cannam@86: $as_echo_n "checking for suffix of executables... " >&6; } cannam@86: if { { ac_try="$ac_link" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_link") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then : cannam@86: # If both `conftest.exe' and `conftest' are `present' (well, observable) cannam@86: # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will cannam@86: # work properly (i.e., refer to `conftest.exe'), while it won't with cannam@86: # `rm'. cannam@86: for ac_file in conftest.exe conftest conftest.*; do cannam@86: test -f "$ac_file" || continue cannam@86: case $ac_file in cannam@86: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@86: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@86: break;; cannam@86: * ) break;; cannam@86: esac cannam@86: done cannam@86: else cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "cannot compute suffix of executables: cannot compile and link cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: fi cannam@86: rm -f conftest conftest$ac_cv_exeext cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 cannam@86: $as_echo "$ac_cv_exeext" >&6; } cannam@86: cannam@86: rm -f conftest.$ac_ext cannam@86: EXEEXT=$ac_cv_exeext cannam@86: ac_exeext=$EXEEXT cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: int cannam@86: main () cannam@86: { cannam@86: FILE *f = fopen ("conftest.out", "w"); cannam@86: return ferror (f) || fclose (f) != 0; cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: ac_clean_files="$ac_clean_files conftest.out" cannam@86: # Check that the compiler produces executables we can run. If not, either cannam@86: # the compiler is broken, or we cross compile. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 cannam@86: $as_echo_n "checking whether we are cross compiling... " >&6; } cannam@86: if test "$cross_compiling" != yes; then cannam@86: { { ac_try="$ac_link" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_link") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } cannam@86: if { ac_try='./conftest$ac_cv_exeext' cannam@86: { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; }; then cannam@86: cross_compiling=no cannam@86: else cannam@86: if test "$cross_compiling" = maybe; then cannam@86: cross_compiling=yes cannam@86: else cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "cannot run C compiled programs. cannam@86: If you meant to cross compile, use \`--host'. cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 cannam@86: $as_echo "$cross_compiling" >&6; } cannam@86: cannam@86: rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out cannam@86: ac_clean_files=$ac_clean_files_save cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 cannam@86: $as_echo_n "checking for suffix of object files... " >&6; } cannam@86: if ${ac_cv_objext+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: rm -f conftest.o conftest.obj cannam@86: if { { ac_try="$ac_compile" cannam@86: case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_compile") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then : cannam@86: for ac_file in conftest.o conftest.obj conftest.*; do cannam@86: test -f "$ac_file" || continue; cannam@86: case $ac_file in cannam@86: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; cannam@86: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` cannam@86: break;; cannam@86: esac cannam@86: done cannam@86: else cannam@86: $as_echo "$as_me: failed program was:" >&5 cannam@86: sed 's/^/| /' conftest.$ac_ext >&5 cannam@86: cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "cannot compute suffix of object files: cannot compile cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: fi cannam@86: rm -f conftest.$ac_cv_objext conftest.$ac_ext cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 cannam@86: $as_echo "$ac_cv_objext" >&6; } cannam@86: OBJEXT=$ac_cv_objext cannam@86: ac_objext=$OBJEXT cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 cannam@86: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } cannam@86: if ${ac_cv_c_compiler_gnu+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: #ifndef __GNUC__ cannam@86: choke me cannam@86: #endif cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_compiler_gnu=yes cannam@86: else cannam@86: ac_compiler_gnu=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: ac_cv_c_compiler_gnu=$ac_compiler_gnu cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 cannam@86: $as_echo "$ac_cv_c_compiler_gnu" >&6; } cannam@86: if test $ac_compiler_gnu = yes; then cannam@86: GCC=yes cannam@86: else cannam@86: GCC= cannam@86: fi cannam@86: ac_test_CFLAGS=${CFLAGS+set} cannam@86: ac_save_CFLAGS=$CFLAGS cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 cannam@86: $as_echo_n "checking whether $CC accepts -g... " >&6; } cannam@86: if ${ac_cv_prog_cc_g+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_save_c_werror_flag=$ac_c_werror_flag cannam@86: ac_c_werror_flag=yes cannam@86: ac_cv_prog_cc_g=no cannam@86: CFLAGS="-g" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_prog_cc_g=yes cannam@86: else cannam@86: CFLAGS="" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: cannam@86: else cannam@86: ac_c_werror_flag=$ac_save_c_werror_flag cannam@86: CFLAGS="-g" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_prog_cc_g=yes cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: ac_c_werror_flag=$ac_save_c_werror_flag cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 cannam@86: $as_echo "$ac_cv_prog_cc_g" >&6; } cannam@86: if test "$ac_test_CFLAGS" = set; then cannam@86: CFLAGS=$ac_save_CFLAGS cannam@86: elif test $ac_cv_prog_cc_g = yes; then cannam@86: if test "$GCC" = yes; then cannam@86: CFLAGS="-g -O2" cannam@86: else cannam@86: CFLAGS="-g" cannam@86: fi cannam@86: else cannam@86: if test "$GCC" = yes; then cannam@86: CFLAGS="-O2" cannam@86: else cannam@86: CFLAGS= cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 cannam@86: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } cannam@86: if ${ac_cv_prog_cc_c89+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_cv_prog_cc_c89=no cannam@86: ac_save_CC=$CC cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ cannam@86: struct buf { int x; }; cannam@86: FILE * (*rcsopen) (struct buf *, struct stat *, int); cannam@86: static char *e (p, i) cannam@86: char **p; cannam@86: int i; cannam@86: { cannam@86: return p[i]; cannam@86: } cannam@86: static char *f (char * (*g) (char **, int), char **p, ...) cannam@86: { cannam@86: char *s; cannam@86: va_list v; cannam@86: va_start (v,p); cannam@86: s = g (p, va_arg (v,int)); cannam@86: va_end (v); cannam@86: return s; cannam@86: } cannam@86: cannam@86: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has cannam@86: function prototypes and stuff, but not '\xHH' hex character constants. cannam@86: These don't provoke an error unfortunately, instead are silently treated cannam@86: as 'x'. The following induces an error, until -std is added to get cannam@86: proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an cannam@86: array size at least. It's necessary to write '\x00'==0 to get something cannam@86: that's true only with -std. */ cannam@86: int osf4_cc_array ['\x00' == 0 ? 1 : -1]; cannam@86: cannam@86: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters cannam@86: inside strings and character constants. */ cannam@86: #define FOO(x) 'x' cannam@86: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; cannam@86: cannam@86: int test (int i, double x); cannam@86: struct s1 {int (*f) (int a);}; cannam@86: struct s2 {int (*f) (double a);}; cannam@86: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); cannam@86: int argc; cannam@86: char **argv; cannam@86: int cannam@86: main () cannam@86: { cannam@86: return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ cannam@86: -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" cannam@86: do cannam@86: CC="$ac_save_CC $ac_arg" cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_prog_cc_c89=$ac_arg cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext cannam@86: test "x$ac_cv_prog_cc_c89" != "xno" && break cannam@86: done cannam@86: rm -f conftest.$ac_ext cannam@86: CC=$ac_save_CC cannam@86: cannam@86: fi cannam@86: # AC_CACHE_VAL cannam@86: case "x$ac_cv_prog_cc_c89" in cannam@86: x) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 cannam@86: $as_echo "none needed" >&6; } ;; cannam@86: xno) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 cannam@86: $as_echo "unsupported" >&6; } ;; cannam@86: *) cannam@86: CC="$CC $ac_cv_prog_cc_c89" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 cannam@86: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; cannam@86: esac cannam@86: if test "x$ac_cv_prog_cc_c89" != xno; then : cannam@86: cannam@86: fi cannam@86: cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: DEPDIR="${am__leading_dot}deps" cannam@86: cannam@86: ac_config_commands="$ac_config_commands depfiles" cannam@86: cannam@86: cannam@86: am_make=${MAKE-make} cannam@86: cat > confinc << 'END' cannam@86: am__doit: cannam@86: @echo this is the am__doit target cannam@86: .PHONY: am__doit cannam@86: END cannam@86: # If we don't find an include directive, just comment out the code. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 cannam@86: $as_echo_n "checking for style of include used by $am_make... " >&6; } cannam@86: am__include="#" cannam@86: am__quote= cannam@86: _am_result=none cannam@86: # First try GNU make style include. cannam@86: echo "include confinc" > confmf cannam@86: # Ignore all kinds of additional output from `make'. cannam@86: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@86: *the\ am__doit\ target*) cannam@86: am__include=include cannam@86: am__quote= cannam@86: _am_result=GNU cannam@86: ;; cannam@86: esac cannam@86: # Now try BSD make style include. cannam@86: if test "$am__include" = "#"; then cannam@86: echo '.include "confinc"' > confmf cannam@86: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@86: *the\ am__doit\ target*) cannam@86: am__include=.include cannam@86: am__quote="\"" cannam@86: _am_result=BSD cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 cannam@86: $as_echo "$_am_result" >&6; } cannam@86: rm -f confinc confmf cannam@86: cannam@86: # Check whether --enable-dependency-tracking was given. cannam@86: if test "${enable_dependency_tracking+set}" = set; then : cannam@86: enableval=$enable_dependency_tracking; cannam@86: fi cannam@86: cannam@86: if test "x$enable_dependency_tracking" != xno; then cannam@86: am_depcomp="$ac_aux_dir/depcomp" cannam@86: AMDEPBACKSLASH='\' cannam@86: fi cannam@86: if test "x$enable_dependency_tracking" != xno; then cannam@86: AMDEP_TRUE= cannam@86: AMDEP_FALSE='#' cannam@86: else cannam@86: AMDEP_TRUE='#' cannam@86: AMDEP_FALSE= cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: depcc="$CC" am_compiler_list= cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 cannam@86: $as_echo_n "checking dependency style of $depcc... " >&6; } cannam@86: if ${am_cv_CC_dependencies_compiler_type+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then cannam@86: # We make a subdir and do the tests there. Otherwise we can end up cannam@86: # making bogus files that we don't know about and never remove. For cannam@86: # instance it was reported that on HP-UX the gcc test will end up cannam@86: # making a dummy file named `D' -- because `-MD' means `put the output cannam@86: # in D'. cannam@86: mkdir conftest.dir cannam@86: # Copy depcomp to subdir because otherwise we won't find it if we're cannam@86: # using a relative directory. cannam@86: cp "$am_depcomp" conftest.dir cannam@86: cd conftest.dir cannam@86: # We will build objects and dependencies in a subdirectory because cannam@86: # it helps to detect inapplicable dependency modes. For instance cannam@86: # both Tru64's cc and ICC support -MD to output dependencies as a cannam@86: # side effect of compilation, but ICC will put the dependencies in cannam@86: # the current directory while Tru64 will put them in the object cannam@86: # directory. cannam@86: mkdir sub cannam@86: cannam@86: am_cv_CC_dependencies_compiler_type=none cannam@86: if test "$am_compiler_list" = ""; then cannam@86: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cannam@86: fi cannam@86: am__universal=false cannam@86: case " $depcc " in #( cannam@86: *\ -arch\ *\ -arch\ *) am__universal=true ;; cannam@86: esac cannam@86: cannam@86: for depmode in $am_compiler_list; do cannam@86: # Setup a source with many dependencies, because some compilers cannam@86: # like to wrap large dependency lists on column 80 (with \), and cannam@86: # we should not choose a depcomp mode which is confused by this. cannam@86: # cannam@86: # We need to recreate these files for each test, as the compiler may cannam@86: # overwrite some of them when testing with obscure command lines. cannam@86: # This happens at least with the AIX C compiler. cannam@86: : > sub/conftest.c cannam@86: for i in 1 2 3 4 5 6; do cannam@86: echo '#include "conftst'$i'.h"' >> sub/conftest.c cannam@86: # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with cannam@86: # Solaris 8's {/usr,}/bin/sh. cannam@86: touch sub/conftst$i.h cannam@86: done cannam@86: echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf cannam@86: cannam@86: # We check with `-c' and `-o' for the sake of the "dashmstdout" cannam@86: # mode. It turns out that the SunPro C++ compiler does not properly cannam@86: # handle `-M -o', and we need to detect this. Also, some Intel cannam@86: # versions had trouble with output in subdirs cannam@86: am__obj=sub/conftest.${OBJEXT-o} cannam@86: am__minus_obj="-o $am__obj" cannam@86: case $depmode in cannam@86: gcc) cannam@86: # This depmode causes a compiler race in universal mode. cannam@86: test "$am__universal" = false || continue cannam@86: ;; cannam@86: nosideeffect) cannam@86: # after this tag, mechanisms are not by side-effect, so they'll cannam@86: # only be used when explicitly requested cannam@86: if test "x$enable_dependency_tracking" = xyes; then cannam@86: continue cannam@86: else cannam@86: break cannam@86: fi cannam@86: ;; cannam@86: msvisualcpp | msvcmsys) cannam@86: # This compiler won't grok `-c -o', but also, the minuso test has cannam@86: # not run yet. These depmodes are late enough in the game, and cannam@86: # so weak that their functioning should not be impacted. cannam@86: am__obj=conftest.${OBJEXT-o} cannam@86: am__minus_obj= cannam@86: ;; cannam@86: none) break ;; cannam@86: esac cannam@86: if depmode=$depmode \ cannam@86: source=sub/conftest.c object=$am__obj \ cannam@86: depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ cannam@86: $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ cannam@86: >/dev/null 2>conftest.err && cannam@86: grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && cannam@86: grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && cannam@86: grep $am__obj sub/conftest.Po > /dev/null 2>&1 && cannam@86: ${MAKE-make} -s -f confmf > /dev/null 2>&1; then cannam@86: # icc doesn't choke on unknown options, it will just issue warnings cannam@86: # or remarks (even with -Werror). So we grep stderr for any message cannam@86: # that says an option was ignored or not supported. cannam@86: # When given -MP, icc 7.0 and 7.1 complain thusly: cannam@86: # icc: Command line warning: ignoring option '-M'; no argument required cannam@86: # The diagnosis changed in icc 8.0: cannam@86: # icc: Command line remark: option '-MP' not supported cannam@86: if (grep 'ignoring option' conftest.err || cannam@86: grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else cannam@86: am_cv_CC_dependencies_compiler_type=$depmode cannam@86: break cannam@86: fi cannam@86: fi cannam@86: done cannam@86: cannam@86: cd .. cannam@86: rm -rf conftest.dir cannam@86: else cannam@86: am_cv_CC_dependencies_compiler_type=none cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 cannam@86: $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } cannam@86: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type cannam@86: cannam@86: if cannam@86: test "x$enable_dependency_tracking" != xno \ cannam@86: && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then cannam@86: am__fastdepCC_TRUE= cannam@86: am__fastdepCC_FALSE='#' cannam@86: else cannam@86: am__fastdepCC_TRUE='#' cannam@86: am__fastdepCC_FALSE= cannam@86: fi cannam@86: cannam@86: cannam@86: case `pwd` in cannam@86: *\ * | *\ *) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 cannam@86: $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: macro_version='2.4' cannam@86: macro_revision='1.3293' cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: ltmain="$ac_aux_dir/ltmain.sh" cannam@86: cannam@86: # Make sure we can run config.sub. cannam@86: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || cannam@86: as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 cannam@86: $as_echo_n "checking build system type... " >&6; } cannam@86: if ${ac_cv_build+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_build_alias=$build_alias cannam@86: test "x$ac_build_alias" = x && cannam@86: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` cannam@86: test "x$ac_build_alias" = x && cannam@86: as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 cannam@86: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || cannam@86: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 cannam@86: $as_echo "$ac_cv_build" >&6; } cannam@86: case $ac_cv_build in cannam@86: *-*-*) ;; cannam@86: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; cannam@86: esac cannam@86: build=$ac_cv_build cannam@86: ac_save_IFS=$IFS; IFS='-' cannam@86: set x $ac_cv_build cannam@86: shift cannam@86: build_cpu=$1 cannam@86: build_vendor=$2 cannam@86: shift; shift cannam@86: # Remember, the first character of IFS is used to create $*, cannam@86: # except with old shells: cannam@86: build_os=$* cannam@86: IFS=$ac_save_IFS cannam@86: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 cannam@86: $as_echo_n "checking host system type... " >&6; } cannam@86: if ${ac_cv_host+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test "x$host_alias" = x; then cannam@86: ac_cv_host=$ac_cv_build cannam@86: else cannam@86: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || cannam@86: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 cannam@86: $as_echo "$ac_cv_host" >&6; } cannam@86: case $ac_cv_host in cannam@86: *-*-*) ;; cannam@86: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; cannam@86: esac cannam@86: host=$ac_cv_host cannam@86: ac_save_IFS=$IFS; IFS='-' cannam@86: set x $ac_cv_host cannam@86: shift cannam@86: host_cpu=$1 cannam@86: host_vendor=$2 cannam@86: shift; shift cannam@86: # Remember, the first character of IFS is used to create $*, cannam@86: # except with old shells: cannam@86: host_os=$* cannam@86: IFS=$ac_save_IFS cannam@86: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac cannam@86: cannam@86: cannam@86: # Backslashify metacharacters that are still active within cannam@86: # double-quoted strings. cannam@86: sed_quote_subst='s/\(["`$\\]\)/\\\1/g' cannam@86: cannam@86: # Same as above, but do not quote variable references. cannam@86: double_quote_subst='s/\(["`\\]\)/\\\1/g' cannam@86: cannam@86: # Sed substitution to delay expansion of an escaped shell variable in a cannam@86: # double_quote_subst'ed string. cannam@86: delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' cannam@86: cannam@86: # Sed substitution to delay expansion of an escaped single quote. cannam@86: delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' cannam@86: cannam@86: # Sed substitution to avoid accidental globbing in evaled expressions cannam@86: no_glob_subst='s/\*/\\\*/g' cannam@86: cannam@86: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@86: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO cannam@86: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 cannam@86: $as_echo_n "checking how to print strings... " >&6; } cannam@86: # Test print first, because it will be a builtin if present. cannam@86: if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ cannam@86: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@86: ECHO='print -r --' cannam@86: elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@86: ECHO='printf %s\n' cannam@86: else cannam@86: # Use this function as a fallback that always works. cannam@86: func_fallback_echo () cannam@86: { cannam@86: eval 'cat <<_LTECHO_EOF cannam@86: $1 cannam@86: _LTECHO_EOF' cannam@86: } cannam@86: ECHO='func_fallback_echo' cannam@86: fi cannam@86: cannam@86: # func_echo_all arg... cannam@86: # Invoke $ECHO with all args, space-separated. cannam@86: func_echo_all () cannam@86: { cannam@86: $ECHO "" cannam@86: } cannam@86: cannam@86: case "$ECHO" in cannam@86: printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 cannam@86: $as_echo "printf" >&6; } ;; cannam@86: print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 cannam@86: $as_echo "print -r" >&6; } ;; cannam@86: *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 cannam@86: $as_echo "cat" >&6; } ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 cannam@86: $as_echo_n "checking for a sed that does not truncate output... " >&6; } cannam@86: if ${ac_cv_path_SED+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ cannam@86: for ac_i in 1 2 3 4 5 6 7; do cannam@86: ac_script="$ac_script$as_nl$ac_script" cannam@86: done cannam@86: echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed cannam@86: { ac_script=; unset ac_script;} cannam@86: if test -z "$SED"; then cannam@86: ac_path_SED_found=false cannam@86: # Loop through the user's path and test for each of PROGNAME-LIST cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_prog in sed gsed; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" cannam@86: { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue cannam@86: # Check for GNU ac_path_SED and select it if it is found. cannam@86: # Check for GNU $ac_path_SED cannam@86: case `"$ac_path_SED" --version 2>&1` in cannam@86: *GNU*) cannam@86: ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; cannam@86: *) cannam@86: ac_count=0 cannam@86: $as_echo_n 0123456789 >"conftest.in" cannam@86: while : cannam@86: do cannam@86: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@86: mv "conftest.tmp" "conftest.in" cannam@86: cp "conftest.in" "conftest.nl" cannam@86: $as_echo '' >> "conftest.nl" cannam@86: "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@86: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@86: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@86: if test $ac_count -gt ${ac_path_SED_max-0}; then cannam@86: # Best one so far, save it but keep looking for a better one cannam@86: ac_cv_path_SED="$ac_path_SED" cannam@86: ac_path_SED_max=$ac_count cannam@86: fi cannam@86: # 10*(2^10) chars as input seems more than enough cannam@86: test $ac_count -gt 10 && break cannam@86: done cannam@86: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@86: esac cannam@86: cannam@86: $ac_path_SED_found && break 3 cannam@86: done cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: if test -z "$ac_cv_path_SED"; then cannam@86: as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 cannam@86: fi cannam@86: else cannam@86: ac_cv_path_SED=$SED cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 cannam@86: $as_echo "$ac_cv_path_SED" >&6; } cannam@86: SED="$ac_cv_path_SED" cannam@86: rm -f conftest.sed cannam@86: cannam@86: test -z "$SED" && SED=sed cannam@86: Xsed="$SED -e 1s/^X//" cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 cannam@86: $as_echo_n "checking for grep that handles long lines and -e... " >&6; } cannam@86: if ${ac_cv_path_GREP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -z "$GREP"; then cannam@86: ac_path_GREP_found=false cannam@86: # Loop through the user's path and test for each of PROGNAME-LIST cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_prog in grep ggrep; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" cannam@86: { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue cannam@86: # Check for GNU ac_path_GREP and select it if it is found. cannam@86: # Check for GNU $ac_path_GREP cannam@86: case `"$ac_path_GREP" --version 2>&1` in cannam@86: *GNU*) cannam@86: ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; cannam@86: *) cannam@86: ac_count=0 cannam@86: $as_echo_n 0123456789 >"conftest.in" cannam@86: while : cannam@86: do cannam@86: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@86: mv "conftest.tmp" "conftest.in" cannam@86: cp "conftest.in" "conftest.nl" cannam@86: $as_echo 'GREP' >> "conftest.nl" cannam@86: "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@86: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@86: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@86: if test $ac_count -gt ${ac_path_GREP_max-0}; then cannam@86: # Best one so far, save it but keep looking for a better one cannam@86: ac_cv_path_GREP="$ac_path_GREP" cannam@86: ac_path_GREP_max=$ac_count cannam@86: fi cannam@86: # 10*(2^10) chars as input seems more than enough cannam@86: test $ac_count -gt 10 && break cannam@86: done cannam@86: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@86: esac cannam@86: cannam@86: $ac_path_GREP_found && break 3 cannam@86: done cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: if test -z "$ac_cv_path_GREP"; then cannam@86: as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@86: fi cannam@86: else cannam@86: ac_cv_path_GREP=$GREP cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 cannam@86: $as_echo "$ac_cv_path_GREP" >&6; } cannam@86: GREP="$ac_cv_path_GREP" cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 cannam@86: $as_echo_n "checking for egrep... " >&6; } cannam@86: if ${ac_cv_path_EGREP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 cannam@86: then ac_cv_path_EGREP="$GREP -E" cannam@86: else cannam@86: if test -z "$EGREP"; then cannam@86: ac_path_EGREP_found=false cannam@86: # Loop through the user's path and test for each of PROGNAME-LIST cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_prog in egrep; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@86: { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue cannam@86: # Check for GNU ac_path_EGREP and select it if it is found. cannam@86: # Check for GNU $ac_path_EGREP cannam@86: case `"$ac_path_EGREP" --version 2>&1` in cannam@86: *GNU*) cannam@86: ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; cannam@86: *) cannam@86: ac_count=0 cannam@86: $as_echo_n 0123456789 >"conftest.in" cannam@86: while : cannam@86: do cannam@86: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@86: mv "conftest.tmp" "conftest.in" cannam@86: cp "conftest.in" "conftest.nl" cannam@86: $as_echo 'EGREP' >> "conftest.nl" cannam@86: "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@86: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@86: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@86: if test $ac_count -gt ${ac_path_EGREP_max-0}; then cannam@86: # Best one so far, save it but keep looking for a better one cannam@86: ac_cv_path_EGREP="$ac_path_EGREP" cannam@86: ac_path_EGREP_max=$ac_count cannam@86: fi cannam@86: # 10*(2^10) chars as input seems more than enough cannam@86: test $ac_count -gt 10 && break cannam@86: done cannam@86: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@86: esac cannam@86: cannam@86: $ac_path_EGREP_found && break 3 cannam@86: done cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: if test -z "$ac_cv_path_EGREP"; then cannam@86: as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@86: fi cannam@86: else cannam@86: ac_cv_path_EGREP=$EGREP cannam@86: fi cannam@86: cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 cannam@86: $as_echo "$ac_cv_path_EGREP" >&6; } cannam@86: EGREP="$ac_cv_path_EGREP" cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 cannam@86: $as_echo_n "checking for fgrep... " >&6; } cannam@86: if ${ac_cv_path_FGREP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 cannam@86: then ac_cv_path_FGREP="$GREP -F" cannam@86: else cannam@86: if test -z "$FGREP"; then cannam@86: ac_path_FGREP_found=false cannam@86: # Loop through the user's path and test for each of PROGNAME-LIST cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_prog in fgrep; do cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@86: { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue cannam@86: # Check for GNU ac_path_FGREP and select it if it is found. cannam@86: # Check for GNU $ac_path_FGREP cannam@86: case `"$ac_path_FGREP" --version 2>&1` in cannam@86: *GNU*) cannam@86: ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; cannam@86: *) cannam@86: ac_count=0 cannam@86: $as_echo_n 0123456789 >"conftest.in" cannam@86: while : cannam@86: do cannam@86: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@86: mv "conftest.tmp" "conftest.in" cannam@86: cp "conftest.in" "conftest.nl" cannam@86: $as_echo 'FGREP' >> "conftest.nl" cannam@86: "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@86: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@86: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@86: if test $ac_count -gt ${ac_path_FGREP_max-0}; then cannam@86: # Best one so far, save it but keep looking for a better one cannam@86: ac_cv_path_FGREP="$ac_path_FGREP" cannam@86: ac_path_FGREP_max=$ac_count cannam@86: fi cannam@86: # 10*(2^10) chars as input seems more than enough cannam@86: test $ac_count -gt 10 && break cannam@86: done cannam@86: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@86: esac cannam@86: cannam@86: $ac_path_FGREP_found && break 3 cannam@86: done cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: if test -z "$ac_cv_path_FGREP"; then cannam@86: as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@86: fi cannam@86: else cannam@86: ac_cv_path_FGREP=$FGREP cannam@86: fi cannam@86: cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 cannam@86: $as_echo "$ac_cv_path_FGREP" >&6; } cannam@86: FGREP="$ac_cv_path_FGREP" cannam@86: cannam@86: cannam@86: test -z "$GREP" && GREP=grep cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Check whether --with-gnu-ld was given. cannam@86: if test "${with_gnu_ld+set}" = set; then : cannam@86: withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes cannam@86: else cannam@86: with_gnu_ld=no cannam@86: fi cannam@86: cannam@86: ac_prog=ld cannam@86: if test "$GCC" = yes; then cannam@86: # Check if gcc -print-prog-name=ld gives a path. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 cannam@86: $as_echo_n "checking for ld used by $CC... " >&6; } cannam@86: case $host in cannam@86: *-*-mingw*) cannam@86: # gcc leaves a trailing carriage return which upsets mingw cannam@86: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cannam@86: *) cannam@86: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cannam@86: esac cannam@86: case $ac_prog in cannam@86: # Accept absolute paths. cannam@86: [\\/]* | ?:[\\/]*) cannam@86: re_direlt='/[^/][^/]*/\.\./' cannam@86: # Canonicalize the pathname of ld cannam@86: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` cannam@86: while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do cannam@86: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` cannam@86: done cannam@86: test -z "$LD" && LD="$ac_prog" cannam@86: ;; cannam@86: "") cannam@86: # If it fails, then pretend we aren't using GCC. cannam@86: ac_prog=ld cannam@86: ;; cannam@86: *) cannam@86: # If it is relative, then search for the first ld in PATH. cannam@86: with_gnu_ld=unknown cannam@86: ;; cannam@86: esac cannam@86: elif test "$with_gnu_ld" = yes; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 cannam@86: $as_echo_n "checking for GNU ld... " >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 cannam@86: $as_echo_n "checking for non-GNU ld... " >&6; } cannam@86: fi cannam@86: if ${lt_cv_path_LD+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -z "$LD"; then cannam@86: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@86: for ac_dir in $PATH; do cannam@86: IFS="$lt_save_ifs" cannam@86: test -z "$ac_dir" && ac_dir=. cannam@86: if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then cannam@86: lt_cv_path_LD="$ac_dir/$ac_prog" cannam@86: # Check to see if the program is GNU ld. I'd rather use --version, cannam@86: # but apparently some variants of GNU ld only accept -v. cannam@86: # Break only if it was the GNU/non-GNU ld that we prefer. cannam@86: case `"$lt_cv_path_LD" -v 2>&1 &5 cannam@86: $as_echo "$LD" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 cannam@86: $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } cannam@86: if ${lt_cv_prog_gnu_ld+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: # I'd rather use --version here, but apparently some GNU lds only accept -v. cannam@86: case `$LD -v 2>&1 &5 cannam@86: $as_echo "$lt_cv_prog_gnu_ld" >&6; } cannam@86: with_gnu_ld=$lt_cv_prog_gnu_ld cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 cannam@86: $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } cannam@86: if ${lt_cv_path_NM+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$NM"; then cannam@86: # Let the user override the test. cannam@86: lt_cv_path_NM="$NM" cannam@86: else cannam@86: lt_nm_to_check="${ac_tool_prefix}nm" cannam@86: if test -n "$ac_tool_prefix" && test "$build" = "$host"; then cannam@86: lt_nm_to_check="$lt_nm_to_check nm" cannam@86: fi cannam@86: for lt_tmp_nm in $lt_nm_to_check; do cannam@86: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@86: for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do cannam@86: IFS="$lt_save_ifs" cannam@86: test -z "$ac_dir" && ac_dir=. cannam@86: tmp_nm="$ac_dir/$lt_tmp_nm" cannam@86: if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then cannam@86: # Check to see if the nm accepts a BSD-compat flag. cannam@86: # Adding the `sed 1q' prevents false positives on HP-UX, which says: cannam@86: # nm: unknown option "B" ignored cannam@86: # Tru64's nm complains that /dev/null is an invalid object file cannam@86: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in cannam@86: */dev/null* | *'Invalid file or object type'*) cannam@86: lt_cv_path_NM="$tmp_nm -B" cannam@86: break cannam@86: ;; cannam@86: *) cannam@86: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in cannam@86: */dev/null*) cannam@86: lt_cv_path_NM="$tmp_nm -p" cannam@86: break cannam@86: ;; cannam@86: *) cannam@86: lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but cannam@86: continue # so that we can try to find one that supports BSD flags cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: done cannam@86: : ${lt_cv_path_NM=no} cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 cannam@86: $as_echo "$lt_cv_path_NM" >&6; } cannam@86: if test "$lt_cv_path_NM" != "no"; then cannam@86: NM="$lt_cv_path_NM" cannam@86: else cannam@86: # Didn't find any BSD compatible name lister, look for dumpbin. cannam@86: if test -n "$DUMPBIN"; then : cannam@86: # Let the user override the test. cannam@86: else cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: for ac_prog in dumpbin "link -dump" cannam@86: do cannam@86: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_DUMPBIN+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$DUMPBIN"; then cannam@86: ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: DUMPBIN=$ac_cv_prog_DUMPBIN cannam@86: if test -n "$DUMPBIN"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 cannam@86: $as_echo "$DUMPBIN" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$DUMPBIN" && break cannam@86: done cannam@86: fi cannam@86: if test -z "$DUMPBIN"; then cannam@86: ac_ct_DUMPBIN=$DUMPBIN cannam@86: for ac_prog in dumpbin "link -dump" cannam@86: do cannam@86: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_DUMPBIN"; then cannam@86: ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN cannam@86: if test -n "$ac_ct_DUMPBIN"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 cannam@86: $as_echo "$ac_ct_DUMPBIN" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$ac_ct_DUMPBIN" && break cannam@86: done cannam@86: cannam@86: if test "x$ac_ct_DUMPBIN" = x; then cannam@86: DUMPBIN=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: DUMPBIN=$ac_ct_DUMPBIN cannam@86: fi cannam@86: fi cannam@86: cannam@86: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in cannam@86: *COFF*) cannam@86: DUMPBIN="$DUMPBIN -symbols" cannam@86: ;; cannam@86: *) cannam@86: DUMPBIN=: cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: if test "$DUMPBIN" != ":"; then cannam@86: NM="$DUMPBIN" cannam@86: fi cannam@86: fi cannam@86: test -z "$NM" && NM=nm cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 cannam@86: $as_echo_n "checking the name lister ($NM) interface... " >&6; } cannam@86: if ${lt_cv_nm_interface+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_nm_interface="BSD nm" cannam@86: echo "int some_variable = 0;" > conftest.$ac_ext cannam@86: (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) cannam@86: (eval "$ac_compile" 2>conftest.err) cannam@86: cat conftest.err >&5 cannam@86: (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) cannam@86: (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cannam@86: cat conftest.err >&5 cannam@86: (eval echo "\"\$as_me:$LINENO: output\"" >&5) cannam@86: cat conftest.out >&5 cannam@86: if $GREP 'External.*some_variable' conftest.out > /dev/null; then cannam@86: lt_cv_nm_interface="MS dumpbin" cannam@86: fi cannam@86: rm -f conftest* cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 cannam@86: $as_echo "$lt_cv_nm_interface" >&6; } cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 cannam@86: $as_echo_n "checking whether ln -s works... " >&6; } cannam@86: LN_S=$as_ln_s cannam@86: if test "$LN_S" = "ln -s"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 cannam@86: $as_echo "no, using $LN_S" >&6; } cannam@86: fi cannam@86: cannam@86: # find the maximum length of command line arguments cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 cannam@86: $as_echo_n "checking the maximum length of command line arguments... " >&6; } cannam@86: if ${lt_cv_sys_max_cmd_len+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: i=0 cannam@86: teststring="ABCD" cannam@86: cannam@86: case $build_os in cannam@86: msdosdjgpp*) cannam@86: # On DJGPP, this test can blow up pretty badly due to problems in libc cannam@86: # (any single argument exceeding 2000 bytes causes a buffer overrun cannam@86: # during glob expansion). Even if it were fixed, the result of this cannam@86: # check would be larger than it should be. cannam@86: lt_cv_sys_max_cmd_len=12288; # 12K is about right cannam@86: ;; cannam@86: cannam@86: gnu*) cannam@86: # Under GNU Hurd, this test is not required because there is cannam@86: # no limit to the length of command line arguments. cannam@86: # Libtool will interpret -1 as no limit whatsoever cannam@86: lt_cv_sys_max_cmd_len=-1; cannam@86: ;; cannam@86: cannam@86: cygwin* | mingw* | cegcc*) cannam@86: # On Win9x/ME, this test blows up -- it succeeds, but takes cannam@86: # about 5 minutes as the teststring grows exponentially. cannam@86: # Worse, since 9x/ME are not pre-emptively multitasking, cannam@86: # you end up with a "frozen" computer, even though with patience cannam@86: # the test eventually succeeds (with a max line length of 256k). cannam@86: # Instead, let's just punt: use the minimum linelength reported by cannam@86: # all of the supported platforms: 8192 (on NT/2K/XP). cannam@86: lt_cv_sys_max_cmd_len=8192; cannam@86: ;; cannam@86: cannam@86: mint*) cannam@86: # On MiNT this can take a long time and run out of memory. cannam@86: lt_cv_sys_max_cmd_len=8192; cannam@86: ;; cannam@86: cannam@86: amigaos*) cannam@86: # On AmigaOS with pdksh, this test takes hours, literally. cannam@86: # So we just punt and use a minimum line length of 8192. cannam@86: lt_cv_sys_max_cmd_len=8192; cannam@86: ;; cannam@86: cannam@86: netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) cannam@86: # This has been around since 386BSD, at least. Likely further. cannam@86: if test -x /sbin/sysctl; then cannam@86: lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` cannam@86: elif test -x /usr/sbin/sysctl; then cannam@86: lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` cannam@86: else cannam@86: lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs cannam@86: fi cannam@86: # And add a safety zone cannam@86: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@86: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@86: ;; cannam@86: cannam@86: interix*) cannam@86: # We know the value 262144 and hardcode it with a safety zone (like BSD) cannam@86: lt_cv_sys_max_cmd_len=196608 cannam@86: ;; cannam@86: cannam@86: osf*) cannam@86: # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure cannam@86: # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not cannam@86: # nice to cause kernel panics so lets avoid the loop below. cannam@86: # First set a reasonable default. cannam@86: lt_cv_sys_max_cmd_len=16384 cannam@86: # cannam@86: if test -x /sbin/sysconfig; then cannam@86: case `/sbin/sysconfig -q proc exec_disable_arg_limit` in cannam@86: *1*) lt_cv_sys_max_cmd_len=-1 ;; cannam@86: esac cannam@86: fi cannam@86: ;; cannam@86: sco3.2v5*) cannam@86: lt_cv_sys_max_cmd_len=102400 cannam@86: ;; cannam@86: sysv5* | sco5v6* | sysv4.2uw2*) cannam@86: kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` cannam@86: if test -n "$kargmax"; then cannam@86: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` cannam@86: else cannam@86: lt_cv_sys_max_cmd_len=32768 cannam@86: fi cannam@86: ;; cannam@86: *) cannam@86: lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` cannam@86: if test -n "$lt_cv_sys_max_cmd_len"; then cannam@86: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@86: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@86: else cannam@86: # Make teststring a little bigger before we do anything with it. cannam@86: # a 1K string should be a reasonable start. cannam@86: for i in 1 2 3 4 5 6 7 8 ; do cannam@86: teststring=$teststring$teststring cannam@86: done cannam@86: SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} cannam@86: # If test is not a shell built-in, we'll probably end up computing a cannam@86: # maximum length that is only half of the actual maximum length, but cannam@86: # we can't tell. cannam@86: while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ cannam@86: = "X$teststring$teststring"; } >/dev/null 2>&1 && cannam@86: test $i != 17 # 1/2 MB should be enough cannam@86: do cannam@86: i=`expr $i + 1` cannam@86: teststring=$teststring$teststring cannam@86: done cannam@86: # Only check the string length outside the loop. cannam@86: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` cannam@86: teststring= cannam@86: # Add a significant safety factor because C++ compilers can tack on cannam@86: # massive amounts of additional arguments before passing them to the cannam@86: # linker. It appears as though 1/2 is a usable value. cannam@86: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: fi cannam@86: cannam@86: if test -n $lt_cv_sys_max_cmd_len ; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 cannam@86: $as_echo "$lt_cv_sys_max_cmd_len" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 cannam@86: $as_echo "none" >&6; } cannam@86: fi cannam@86: max_cmd_len=$lt_cv_sys_max_cmd_len cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: : ${CP="cp -f"} cannam@86: : ${MV="mv -f"} cannam@86: : ${RM="rm -f"} cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 cannam@86: $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } cannam@86: # Try some XSI features cannam@86: xsi_shell=no cannam@86: ( _lt_dummy="a/b/c" cannam@86: test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ cannam@86: = c,a/b,b/c, \ cannam@86: && eval 'test $(( 1 + 1 )) -eq 2 \ cannam@86: && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ cannam@86: && xsi_shell=yes cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 cannam@86: $as_echo "$xsi_shell" >&6; } cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 cannam@86: $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } cannam@86: lt_shell_append=no cannam@86: ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ cannam@86: >/dev/null 2>&1 \ cannam@86: && lt_shell_append=yes cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 cannam@86: $as_echo "$lt_shell_append" >&6; } cannam@86: cannam@86: cannam@86: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then cannam@86: lt_unset=unset cannam@86: else cannam@86: lt_unset=false cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # test EBCDIC or ASCII cannam@86: case `echo X|tr X '\101'` in cannam@86: A) # ASCII based system cannam@86: # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr cannam@86: lt_SP2NL='tr \040 \012' cannam@86: lt_NL2SP='tr \015\012 \040\040' cannam@86: ;; cannam@86: *) # EBCDIC based system cannam@86: lt_SP2NL='tr \100 \n' cannam@86: lt_NL2SP='tr \r\n \100\100' cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 cannam@86: $as_echo_n "checking how to convert $build file names to $host format... " >&6; } cannam@86: if ${lt_cv_to_host_file_cmd+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: case $host in cannam@86: *-*-mingw* ) cannam@86: case $build in cannam@86: *-*-mingw* ) # actually msys cannam@86: lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 cannam@86: ;; cannam@86: *-*-cygwin* ) cannam@86: lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 cannam@86: ;; cannam@86: * ) # otherwise, assume *nix cannam@86: lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: *-*-cygwin* ) cannam@86: case $build in cannam@86: *-*-mingw* ) # actually msys cannam@86: lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin cannam@86: ;; cannam@86: *-*-cygwin* ) cannam@86: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@86: ;; cannam@86: * ) # otherwise, assume *nix cannam@86: lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: * ) # unhandled hosts (and "normal" native builds) cannam@86: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@86: ;; cannam@86: esac cannam@86: cannam@86: fi cannam@86: cannam@86: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 cannam@86: $as_echo "$lt_cv_to_host_file_cmd" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 cannam@86: $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } cannam@86: if ${lt_cv_to_tool_file_cmd+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: #assume ordinary cross tools, or native build. cannam@86: lt_cv_to_tool_file_cmd=func_convert_file_noop cannam@86: case $host in cannam@86: *-*-mingw* ) cannam@86: case $build in cannam@86: *-*-mingw* ) # actually msys cannam@86: lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: cannam@86: fi cannam@86: cannam@86: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 cannam@86: $as_echo "$lt_cv_to_tool_file_cmd" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 cannam@86: $as_echo_n "checking for $LD option to reload object files... " >&6; } cannam@86: if ${lt_cv_ld_reload_flag+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_ld_reload_flag='-r' cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 cannam@86: $as_echo "$lt_cv_ld_reload_flag" >&6; } cannam@86: reload_flag=$lt_cv_ld_reload_flag cannam@86: case $reload_flag in cannam@86: "" | " "*) ;; cannam@86: *) reload_flag=" $reload_flag" ;; cannam@86: esac cannam@86: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@86: case $host_os in cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: if test "$GCC" != yes; then cannam@86: reload_cmds=false cannam@86: fi cannam@86: ;; cannam@86: darwin*) cannam@86: if test "$GCC" = yes; then cannam@86: reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' cannam@86: else cannam@86: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}objdump; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_OBJDUMP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$OBJDUMP"; then cannam@86: ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: OBJDUMP=$ac_cv_prog_OBJDUMP cannam@86: if test -n "$OBJDUMP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 cannam@86: $as_echo "$OBJDUMP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_OBJDUMP"; then cannam@86: ac_ct_OBJDUMP=$OBJDUMP cannam@86: # Extract the first word of "objdump", so it can be a program name with args. cannam@86: set dummy objdump; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_OBJDUMP"; then cannam@86: ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_OBJDUMP="objdump" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP cannam@86: if test -n "$ac_ct_OBJDUMP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 cannam@86: $as_echo "$ac_ct_OBJDUMP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_OBJDUMP" = x; then cannam@86: OBJDUMP="false" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: OBJDUMP=$ac_ct_OBJDUMP cannam@86: fi cannam@86: else cannam@86: OBJDUMP="$ac_cv_prog_OBJDUMP" cannam@86: fi cannam@86: cannam@86: test -z "$OBJDUMP" && OBJDUMP=objdump cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 cannam@86: $as_echo_n "checking how to recognize dependent libraries... " >&6; } cannam@86: if ${lt_cv_deplibs_check_method+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_file_magic_cmd='$MAGIC_CMD' cannam@86: lt_cv_file_magic_test_file= cannam@86: lt_cv_deplibs_check_method='unknown' cannam@86: # Need to set the preceding variable on all platforms that support cannam@86: # interlibrary dependencies. cannam@86: # 'none' -- dependencies not supported. cannam@86: # `unknown' -- same as none, but documents that we really don't know. cannam@86: # 'pass_all' -- all dependencies passed with no checks. cannam@86: # 'test_compile' -- check by making test program. cannam@86: # 'file_magic [[regex]]' -- check by looking for files in library path cannam@86: # which responds to the $file_magic_cmd with a given extended regex. cannam@86: # If you have `file' or equivalent on your system and you're not sure cannam@86: # whether `pass_all' will *always* work, you probably want this one. cannam@86: cannam@86: case $host_os in cannam@86: aix[4-9]*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: beos*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: bsdi[45]*) cannam@86: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' cannam@86: lt_cv_file_magic_cmd='/usr/bin/file -L' cannam@86: lt_cv_file_magic_test_file=/shlib/libc.so cannam@86: ;; cannam@86: cannam@86: cygwin*) cannam@86: # func_win32_libid is a shell function defined in ltmain.sh cannam@86: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@86: lt_cv_file_magic_cmd='func_win32_libid' cannam@86: ;; cannam@86: cannam@86: mingw* | pw32*) cannam@86: # Base MSYS/MinGW do not provide the 'file' command needed by cannam@86: # func_win32_libid shell function, so use a weaker test based on 'objdump', cannam@86: # unless we find 'file', for example because we are cross-compiling. cannam@86: # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. cannam@86: if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then cannam@86: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@86: lt_cv_file_magic_cmd='func_win32_libid' cannam@86: else cannam@86: # Keep this pattern in sync with the one in func_win32_libid. cannam@86: lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' cannam@86: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: cegcc*) cannam@86: # use the weaker test based on 'objdump'. See mingw*. cannam@86: lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' cannam@86: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@86: ;; cannam@86: cannam@86: darwin* | rhapsody*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: freebsd* | dragonfly*) cannam@86: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@86: case $host_cpu in cannam@86: i*86 ) cannam@86: # Not sure whether the presence of OpenBSD here was a mistake. cannam@86: # Let's accept both of them until this is cleared up. cannam@86: lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' cannam@86: lt_cv_file_magic_cmd=/usr/bin/file cannam@86: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: fi cannam@86: ;; cannam@86: cannam@86: gnu*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: haiku*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: hpux10.20* | hpux11*) cannam@86: lt_cv_file_magic_cmd=/usr/bin/file cannam@86: case $host_cpu in cannam@86: ia64*) cannam@86: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' cannam@86: lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so cannam@86: ;; cannam@86: hppa*64*) cannam@86: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' cannam@86: lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl cannam@86: ;; cannam@86: *) cannam@86: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' cannam@86: lt_cv_file_magic_test_file=/usr/lib/libc.sl cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: interix[3-9]*) cannam@86: # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here cannam@86: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' cannam@86: ;; cannam@86: cannam@86: irix5* | irix6* | nonstopux*) cannam@86: case $LD in cannam@86: *-32|*"-32 ") libmagic=32-bit;; cannam@86: *-n32|*"-n32 ") libmagic=N32;; cannam@86: *-64|*"-64 ") libmagic=64-bit;; cannam@86: *) libmagic=never-match;; cannam@86: esac cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: # This must be Linux ELF. cannam@86: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: netbsd*) cannam@86: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@86: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@86: else cannam@86: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: newos6*) cannam@86: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' cannam@86: lt_cv_file_magic_cmd=/usr/bin/file cannam@86: lt_cv_file_magic_test_file=/usr/lib/libnls.so cannam@86: ;; cannam@86: cannam@86: *nto* | *qnx*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: openbsd*) cannam@86: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@86: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' cannam@86: else cannam@86: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: osf3* | osf4* | osf5*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: rdos*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: solaris*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: cannam@86: sysv4 | sysv4.3*) cannam@86: case $host_vendor in cannam@86: motorola) cannam@86: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' cannam@86: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` cannam@86: ;; cannam@86: ncr) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: sequent) cannam@86: lt_cv_file_magic_cmd='/bin/file' cannam@86: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' cannam@86: ;; cannam@86: sni) cannam@86: lt_cv_file_magic_cmd='/bin/file' cannam@86: lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" cannam@86: lt_cv_file_magic_test_file=/lib/libc.so cannam@86: ;; cannam@86: siemens) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: pc) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: tpf*) cannam@86: lt_cv_deplibs_check_method=pass_all cannam@86: ;; cannam@86: esac cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 cannam@86: $as_echo "$lt_cv_deplibs_check_method" >&6; } cannam@86: cannam@86: file_magic_glob= cannam@86: want_nocaseglob=no cannam@86: if test "$build" = "$host"; then cannam@86: case $host_os in cannam@86: mingw* | pw32*) cannam@86: if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then cannam@86: want_nocaseglob=yes cannam@86: else cannam@86: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: file_magic_cmd=$lt_cv_file_magic_cmd cannam@86: deplibs_check_method=$lt_cv_deplibs_check_method cannam@86: test -z "$deplibs_check_method" && deplibs_check_method=unknown cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}dlltool; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_DLLTOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$DLLTOOL"; then cannam@86: ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: DLLTOOL=$ac_cv_prog_DLLTOOL cannam@86: if test -n "$DLLTOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 cannam@86: $as_echo "$DLLTOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_DLLTOOL"; then cannam@86: ac_ct_DLLTOOL=$DLLTOOL cannam@86: # Extract the first word of "dlltool", so it can be a program name with args. cannam@86: set dummy dlltool; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_DLLTOOL"; then cannam@86: ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_DLLTOOL="dlltool" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL cannam@86: if test -n "$ac_ct_DLLTOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 cannam@86: $as_echo "$ac_ct_DLLTOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_DLLTOOL" = x; then cannam@86: DLLTOOL="false" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: DLLTOOL=$ac_ct_DLLTOOL cannam@86: fi cannam@86: else cannam@86: DLLTOOL="$ac_cv_prog_DLLTOOL" cannam@86: fi cannam@86: cannam@86: test -z "$DLLTOOL" && DLLTOOL=dlltool cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 cannam@86: $as_echo_n "checking how to associate runtime and link libraries... " >&6; } cannam@86: if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_sharedlib_from_linklib_cmd='unknown' cannam@86: cannam@86: case $host_os in cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: # two different shell functions defined in ltmain.sh cannam@86: # decide which to use based on capabilities of $DLLTOOL cannam@86: case `$DLLTOOL --help 2>&1` in cannam@86: *--identify-strict*) cannam@86: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib cannam@86: ;; cannam@86: *) cannam@86: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: *) cannam@86: # fallback: assume linklib IS sharedlib cannam@86: lt_cv_sharedlib_from_linklib_cmd="$ECHO" cannam@86: ;; cannam@86: esac cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 cannam@86: $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } cannam@86: sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd cannam@86: test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: for ac_prog in ar cannam@86: do cannam@86: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_AR+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$AR"; then cannam@86: ac_cv_prog_AR="$AR" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_AR="$ac_tool_prefix$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: AR=$ac_cv_prog_AR cannam@86: if test -n "$AR"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 cannam@86: $as_echo "$AR" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$AR" && break cannam@86: done cannam@86: fi cannam@86: if test -z "$AR"; then cannam@86: ac_ct_AR=$AR cannam@86: for ac_prog in ar cannam@86: do cannam@86: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@86: set dummy $ac_prog; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_AR+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_AR"; then cannam@86: ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_AR="$ac_prog" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_AR=$ac_cv_prog_ac_ct_AR cannam@86: if test -n "$ac_ct_AR"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 cannam@86: $as_echo "$ac_ct_AR" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: test -n "$ac_ct_AR" && break cannam@86: done cannam@86: cannam@86: if test "x$ac_ct_AR" = x; then cannam@86: AR="false" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: AR=$ac_ct_AR cannam@86: fi cannam@86: fi cannam@86: cannam@86: : ${AR=ar} cannam@86: : ${AR_FLAGS=cru} cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 cannam@86: $as_echo_n "checking for archiver @FILE support... " >&6; } cannam@86: if ${lt_cv_ar_at_file+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_ar_at_file=no cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: echo conftest.$ac_objext > conftest.lst cannam@86: lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' cannam@86: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@86: (eval $lt_ar_try) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } cannam@86: if test "$ac_status" -eq 0; then cannam@86: # Ensure the archiver fails upon bogus file names. cannam@86: rm -f conftest.$ac_objext libconftest.a cannam@86: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@86: (eval $lt_ar_try) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } cannam@86: if test "$ac_status" -ne 0; then cannam@86: lt_cv_ar_at_file=@ cannam@86: fi cannam@86: fi cannam@86: rm -f conftest.* libconftest.a cannam@86: cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 cannam@86: $as_echo "$lt_cv_ar_at_file" >&6; } cannam@86: cannam@86: if test "x$lt_cv_ar_at_file" = xno; then cannam@86: archiver_list_spec= cannam@86: else cannam@86: archiver_list_spec=$lt_cv_ar_at_file cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_STRIP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$STRIP"; then cannam@86: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: STRIP=$ac_cv_prog_STRIP cannam@86: if test -n "$STRIP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@86: $as_echo "$STRIP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_STRIP"; then cannam@86: ac_ct_STRIP=$STRIP cannam@86: # Extract the first word of "strip", so it can be a program name with args. cannam@86: set dummy strip; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_STRIP"; then cannam@86: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_STRIP="strip" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@86: if test -n "$ac_ct_STRIP"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@86: $as_echo "$ac_ct_STRIP" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_STRIP" = x; then cannam@86: STRIP=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: STRIP=$ac_ct_STRIP cannam@86: fi cannam@86: else cannam@86: STRIP="$ac_cv_prog_STRIP" cannam@86: fi cannam@86: cannam@86: test -z "$STRIP" && STRIP=: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}ranlib; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_RANLIB+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$RANLIB"; then cannam@86: ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: RANLIB=$ac_cv_prog_RANLIB cannam@86: if test -n "$RANLIB"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 cannam@86: $as_echo "$RANLIB" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_RANLIB"; then cannam@86: ac_ct_RANLIB=$RANLIB cannam@86: # Extract the first word of "ranlib", so it can be a program name with args. cannam@86: set dummy ranlib; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_RANLIB"; then cannam@86: ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_RANLIB="ranlib" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB cannam@86: if test -n "$ac_ct_RANLIB"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 cannam@86: $as_echo "$ac_ct_RANLIB" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_RANLIB" = x; then cannam@86: RANLIB=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: RANLIB=$ac_ct_RANLIB cannam@86: fi cannam@86: else cannam@86: RANLIB="$ac_cv_prog_RANLIB" cannam@86: fi cannam@86: cannam@86: test -z "$RANLIB" && RANLIB=: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Determine commands to create old-style static archives. cannam@86: old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' cannam@86: old_postinstall_cmds='chmod 644 $oldlib' cannam@86: old_postuninstall_cmds= cannam@86: cannam@86: if test -n "$RANLIB"; then cannam@86: case $host_os in cannam@86: openbsd*) cannam@86: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" cannam@86: ;; cannam@86: *) cannam@86: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" cannam@86: ;; cannam@86: esac cannam@86: old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" cannam@86: fi cannam@86: cannam@86: case $host_os in cannam@86: darwin*) cannam@86: lock_old_archive_extraction=yes ;; cannam@86: *) cannam@86: lock_old_archive_extraction=no ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # If no C compiler was specified, use CC. cannam@86: LTCC=${LTCC-"$CC"} cannam@86: cannam@86: # If no C compiler flags were specified, use CFLAGS. cannam@86: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@86: cannam@86: # Allow CC to be a program name with arguments. cannam@86: compiler=$CC cannam@86: cannam@86: cannam@86: # Check for command to grab the raw symbol name followed by C symbol from nm. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 cannam@86: $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } cannam@86: if ${lt_cv_sys_global_symbol_pipe+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cannam@86: # These are sane defaults that work on at least a few old systems. cannam@86: # [They come from Ultrix. What could be older than Ultrix?!! ;)] cannam@86: cannam@86: # Character class describing NM global symbol codes. cannam@86: symcode='[BCDEGRST]' cannam@86: cannam@86: # Regexp to match symbols that can be accessed directly from C. cannam@86: sympat='\([_A-Za-z][_A-Za-z0-9]*\)' cannam@86: cannam@86: # Define system-specific variables. cannam@86: case $host_os in cannam@86: aix*) cannam@86: symcode='[BCDT]' cannam@86: ;; cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: symcode='[ABCDGISTW]' cannam@86: ;; cannam@86: hpux*) cannam@86: if test "$host_cpu" = ia64; then cannam@86: symcode='[ABCDEGRST]' cannam@86: fi cannam@86: ;; cannam@86: irix* | nonstopux*) cannam@86: symcode='[BCDEGRST]' cannam@86: ;; cannam@86: osf*) cannam@86: symcode='[BCDEGQRST]' cannam@86: ;; cannam@86: solaris*) cannam@86: symcode='[BDRT]' cannam@86: ;; cannam@86: sco3.2v5*) cannam@86: symcode='[DT]' cannam@86: ;; cannam@86: sysv4.2uw2*) cannam@86: symcode='[DT]' cannam@86: ;; cannam@86: sysv5* | sco5v6* | unixware* | OpenUNIX*) cannam@86: symcode='[ABDT]' cannam@86: ;; cannam@86: sysv4) cannam@86: symcode='[DFNSTU]' cannam@86: ;; cannam@86: esac cannam@86: cannam@86: # If we're using GNU nm, then use its standard symbol codes. cannam@86: case `$NM -V 2>&1` in cannam@86: *GNU* | *'with BFD'*) cannam@86: symcode='[ABCDGIRSTW]' ;; cannam@86: esac cannam@86: cannam@86: # Transform an extracted symbol line into a proper C declaration. cannam@86: # Some systems (esp. on ia64) link data and code symbols differently, cannam@86: # so use this general approach. cannam@86: lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" cannam@86: cannam@86: # Transform an extracted symbol line into symbol name and symbol address cannam@86: lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" cannam@86: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" cannam@86: cannam@86: # Handle CRLF in mingw tool chain cannam@86: opt_cr= cannam@86: case $build_os in cannam@86: mingw*) cannam@86: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp cannam@86: ;; cannam@86: esac cannam@86: cannam@86: # Try without a prefix underscore, then with it. cannam@86: for ac_symprfx in "" "_"; do cannam@86: cannam@86: # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. cannam@86: symxfrm="\\1 $ac_symprfx\\2 \\2" cannam@86: cannam@86: # Write the raw and C identifiers. cannam@86: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@86: # Fake it for dumpbin and say T for any non-static function cannam@86: # and D for any global variable. cannam@86: # Also find C++ and __fastcall symbols from MSVC++, cannam@86: # which start with @ or ?. cannam@86: lt_cv_sys_global_symbol_pipe="$AWK '"\ cannam@86: " {last_section=section; section=\$ 3};"\ cannam@86: " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ cannam@86: " \$ 0!~/External *\|/{next};"\ cannam@86: " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ cannam@86: " {if(hide[section]) next};"\ cannam@86: " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ cannam@86: " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ cannam@86: " s[1]~/^[@?]/{print s[1], s[1]; next};"\ cannam@86: " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ cannam@86: " ' prfx=^$ac_symprfx" cannam@86: else cannam@86: lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" cannam@86: fi cannam@86: lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" cannam@86: cannam@86: # Check to see that the pipe works correctly. cannam@86: pipe_works=no cannam@86: cannam@86: rm -f conftest* cannam@86: cat > conftest.$ac_ext <<_LT_EOF cannam@86: #ifdef __cplusplus cannam@86: extern "C" { cannam@86: #endif cannam@86: char nm_test_var; cannam@86: void nm_test_func(void); cannam@86: void nm_test_func(void){} cannam@86: #ifdef __cplusplus cannam@86: } cannam@86: #endif cannam@86: int main(){nm_test_var='a';nm_test_func();return(0);} cannam@86: _LT_EOF cannam@86: cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then cannam@86: # Now try to grab the symbols. cannam@86: nlist=conftest.nm cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 cannam@86: (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && test -s "$nlist"; then cannam@86: # Try sorting and uniquifying the output. cannam@86: if sort "$nlist" | uniq > "$nlist"T; then cannam@86: mv -f "$nlist"T "$nlist" cannam@86: else cannam@86: rm -f "$nlist"T cannam@86: fi cannam@86: cannam@86: # Make sure that we snagged all the symbols we need. cannam@86: if $GREP ' nm_test_var$' "$nlist" >/dev/null; then cannam@86: if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cannam@86: cat <<_LT_EOF > conftest.$ac_ext cannam@86: /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ cannam@86: #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) cannam@86: /* DATA imports from DLLs on WIN32 con't be const, because runtime cannam@86: relocations are performed -- see ld's documentation on pseudo-relocs. */ cannam@86: # define LT_DLSYM_CONST cannam@86: #elif defined(__osf__) cannam@86: /* This system does not cope well with relocations in const data. */ cannam@86: # define LT_DLSYM_CONST cannam@86: #else cannam@86: # define LT_DLSYM_CONST const cannam@86: #endif cannam@86: cannam@86: #ifdef __cplusplus cannam@86: extern "C" { cannam@86: #endif cannam@86: cannam@86: _LT_EOF cannam@86: # Now generate the symbol file. cannam@86: eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cannam@86: cannam@86: cat <<_LT_EOF >> conftest.$ac_ext cannam@86: cannam@86: /* The mapping between symbol names and symbols. */ cannam@86: LT_DLSYM_CONST struct { cannam@86: const char *name; cannam@86: void *address; cannam@86: } cannam@86: lt__PROGRAM__LTX_preloaded_symbols[] = cannam@86: { cannam@86: { "@PROGRAM@", (void *) 0 }, cannam@86: _LT_EOF cannam@86: $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cannam@86: cat <<\_LT_EOF >> conftest.$ac_ext cannam@86: {0, (void *) 0} cannam@86: }; cannam@86: cannam@86: /* This works around a problem in FreeBSD linker */ cannam@86: #ifdef FREEBSD_WORKAROUND cannam@86: static const void *lt_preloaded_setup() { cannam@86: return lt__PROGRAM__LTX_preloaded_symbols; cannam@86: } cannam@86: #endif cannam@86: cannam@86: #ifdef __cplusplus cannam@86: } cannam@86: #endif cannam@86: _LT_EOF cannam@86: # Now try linking the two files. cannam@86: mv conftest.$ac_objext conftstm.$ac_objext cannam@86: lt_globsym_save_LIBS=$LIBS cannam@86: lt_globsym_save_CFLAGS=$CFLAGS cannam@86: LIBS="conftstm.$ac_objext" cannam@86: CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@86: (eval $ac_link) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && test -s conftest${ac_exeext}; then cannam@86: pipe_works=yes cannam@86: fi cannam@86: LIBS=$lt_globsym_save_LIBS cannam@86: CFLAGS=$lt_globsym_save_CFLAGS cannam@86: else cannam@86: echo "cannot find nm_test_func in $nlist" >&5 cannam@86: fi cannam@86: else cannam@86: echo "cannot find nm_test_var in $nlist" >&5 cannam@86: fi cannam@86: else cannam@86: echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 cannam@86: fi cannam@86: else cannam@86: echo "$progname: failed program was:" >&5 cannam@86: cat conftest.$ac_ext >&5 cannam@86: fi cannam@86: rm -rf conftest* conftst* cannam@86: cannam@86: # Do not use the global_symbol_pipe unless it works. cannam@86: if test "$pipe_works" = yes; then cannam@86: break cannam@86: else cannam@86: lt_cv_sys_global_symbol_pipe= cannam@86: fi cannam@86: done cannam@86: cannam@86: fi cannam@86: cannam@86: if test -z "$lt_cv_sys_global_symbol_pipe"; then cannam@86: lt_cv_sys_global_symbol_to_cdecl= cannam@86: fi cannam@86: if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 cannam@86: $as_echo "failed" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 cannam@86: $as_echo "ok" >&6; } cannam@86: fi cannam@86: cannam@86: # Response file support. cannam@86: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@86: nm_file_list_spec='@' cannam@86: elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then cannam@86: nm_file_list_spec='@' cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 cannam@86: $as_echo_n "checking for sysroot... " >&6; } cannam@86: cannam@86: # Check whether --with-sysroot was given. cannam@86: if test "${with_sysroot+set}" = set; then : cannam@86: withval=$with_sysroot; cannam@86: else cannam@86: with_sysroot=no cannam@86: fi cannam@86: cannam@86: cannam@86: lt_sysroot= cannam@86: case ${with_sysroot} in #( cannam@86: yes) cannam@86: if test "$GCC" = yes; then cannam@86: lt_sysroot=`$CC --print-sysroot 2>/dev/null` cannam@86: fi cannam@86: ;; #( cannam@86: /*) cannam@86: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` cannam@86: ;; #( cannam@86: no|'') cannam@86: ;; #( cannam@86: *) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 cannam@86: $as_echo "${with_sysroot}" >&6; } cannam@86: as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 cannam@86: ;; cannam@86: esac cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 cannam@86: $as_echo "${lt_sysroot:-no}" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Check whether --enable-libtool-lock was given. cannam@86: if test "${enable_libtool_lock+set}" = set; then : cannam@86: enableval=$enable_libtool_lock; cannam@86: fi cannam@86: cannam@86: test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes cannam@86: cannam@86: # Some flags need to be propagated to the compiler or linker for good cannam@86: # libtool support. cannam@86: case $host in cannam@86: ia64-*-hpux*) cannam@86: # Find out which ABI we are using. cannam@86: echo 'int i;' > conftest.$ac_ext cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then cannam@86: case `/usr/bin/file conftest.$ac_objext` in cannam@86: *ELF-32*) cannam@86: HPUX_IA64_MODE="32" cannam@86: ;; cannam@86: *ELF-64*) cannam@86: HPUX_IA64_MODE="64" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: rm -rf conftest* cannam@86: ;; cannam@86: *-*-irix6*) cannam@86: # Find out which ABI we are using. cannam@86: echo '#line '$LINENO' "configure"' > conftest.$ac_ext cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then cannam@86: if test "$lt_cv_prog_gnu_ld" = yes; then cannam@86: case `/usr/bin/file conftest.$ac_objext` in cannam@86: *32-bit*) cannam@86: LD="${LD-ld} -melf32bsmip" cannam@86: ;; cannam@86: *N32*) cannam@86: LD="${LD-ld} -melf32bmipn32" cannam@86: ;; cannam@86: *64-bit*) cannam@86: LD="${LD-ld} -melf64bmip" cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: case `/usr/bin/file conftest.$ac_objext` in cannam@86: *32-bit*) cannam@86: LD="${LD-ld} -32" cannam@86: ;; cannam@86: *N32*) cannam@86: LD="${LD-ld} -n32" cannam@86: ;; cannam@86: *64-bit*) cannam@86: LD="${LD-ld} -64" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: fi cannam@86: rm -rf conftest* cannam@86: ;; cannam@86: cannam@86: x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ cannam@86: s390*-*linux*|s390*-*tpf*|sparc*-*linux*) cannam@86: # Find out which ABI we are using. cannam@86: echo 'int i;' > conftest.$ac_ext cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then cannam@86: case `/usr/bin/file conftest.o` in cannam@86: *32-bit*) cannam@86: case $host in cannam@86: x86_64-*kfreebsd*-gnu) cannam@86: LD="${LD-ld} -m elf_i386_fbsd" cannam@86: ;; cannam@86: x86_64-*linux*) cannam@86: LD="${LD-ld} -m elf_i386" cannam@86: ;; cannam@86: ppc64-*linux*|powerpc64-*linux*) cannam@86: LD="${LD-ld} -m elf32ppclinux" cannam@86: ;; cannam@86: s390x-*linux*) cannam@86: LD="${LD-ld} -m elf_s390" cannam@86: ;; cannam@86: sparc64-*linux*) cannam@86: LD="${LD-ld} -m elf32_sparc" cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: *64-bit*) cannam@86: case $host in cannam@86: x86_64-*kfreebsd*-gnu) cannam@86: LD="${LD-ld} -m elf_x86_64_fbsd" cannam@86: ;; cannam@86: x86_64-*linux*) cannam@86: LD="${LD-ld} -m elf_x86_64" cannam@86: ;; cannam@86: ppc*-*linux*|powerpc*-*linux*) cannam@86: LD="${LD-ld} -m elf64ppc" cannam@86: ;; cannam@86: s390*-*linux*|s390*-*tpf*) cannam@86: LD="${LD-ld} -m elf64_s390" cannam@86: ;; cannam@86: sparc*-*linux*) cannam@86: LD="${LD-ld} -m elf64_sparc" cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: rm -rf conftest* cannam@86: ;; cannam@86: cannam@86: *-*-sco3.2v5*) cannam@86: # On SCO OpenServer 5, we need -belf to get full-featured binaries. cannam@86: SAVE_CFLAGS="$CFLAGS" cannam@86: CFLAGS="$CFLAGS -belf" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 cannam@86: $as_echo_n "checking whether the C compiler needs -belf... " >&6; } cannam@86: if ${lt_cv_cc_needs_belf+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: lt_cv_cc_needs_belf=yes cannam@86: else cannam@86: lt_cv_cc_needs_belf=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 cannam@86: $as_echo "$lt_cv_cc_needs_belf" >&6; } cannam@86: if test x"$lt_cv_cc_needs_belf" != x"yes"; then cannam@86: # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf cannam@86: CFLAGS="$SAVE_CFLAGS" cannam@86: fi cannam@86: ;; cannam@86: sparc*-*solaris*) cannam@86: # Find out which ABI we are using. cannam@86: echo 'int i;' > conftest.$ac_ext cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; then cannam@86: case `/usr/bin/file conftest.o` in cannam@86: *64-bit*) cannam@86: case $lt_cv_prog_gnu_ld in cannam@86: yes*) LD="${LD-ld} -m elf64_sparc" ;; cannam@86: *) cannam@86: if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then cannam@86: LD="${LD-ld} -64" cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: rm -rf conftest* cannam@86: ;; cannam@86: esac cannam@86: cannam@86: need_locks="$enable_libtool_lock" cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}mt; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$MANIFEST_TOOL"; then cannam@86: ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL cannam@86: if test -n "$MANIFEST_TOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 cannam@86: $as_echo "$MANIFEST_TOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_MANIFEST_TOOL"; then cannam@86: ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL cannam@86: # Extract the first word of "mt", so it can be a program name with args. cannam@86: set dummy mt; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@86: ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL cannam@86: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 cannam@86: $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_MANIFEST_TOOL" = x; then cannam@86: MANIFEST_TOOL=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL cannam@86: fi cannam@86: else cannam@86: MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" cannam@86: fi cannam@86: cannam@86: test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 cannam@86: $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } cannam@86: if ${lt_cv_path_mainfest_tool+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_path_mainfest_tool=no cannam@86: echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 cannam@86: $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cannam@86: cat conftest.err >&5 cannam@86: if $GREP 'Manifest Tool' conftest.out > /dev/null; then cannam@86: lt_cv_path_mainfest_tool=yes cannam@86: fi cannam@86: rm -f conftest* cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 cannam@86: $as_echo "$lt_cv_path_mainfest_tool" >&6; } cannam@86: if test "x$lt_cv_path_mainfest_tool" != xyes; then cannam@86: MANIFEST_TOOL=: cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: case $host_os in cannam@86: rhapsody* | darwin*) cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_DSYMUTIL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$DSYMUTIL"; then cannam@86: ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: DSYMUTIL=$ac_cv_prog_DSYMUTIL cannam@86: if test -n "$DSYMUTIL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 cannam@86: $as_echo "$DSYMUTIL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_DSYMUTIL"; then cannam@86: ac_ct_DSYMUTIL=$DSYMUTIL cannam@86: # Extract the first word of "dsymutil", so it can be a program name with args. cannam@86: set dummy dsymutil; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_DSYMUTIL"; then cannam@86: ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL cannam@86: if test -n "$ac_ct_DSYMUTIL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 cannam@86: $as_echo "$ac_ct_DSYMUTIL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_DSYMUTIL" = x; then cannam@86: DSYMUTIL=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: DSYMUTIL=$ac_ct_DSYMUTIL cannam@86: fi cannam@86: else cannam@86: DSYMUTIL="$ac_cv_prog_DSYMUTIL" cannam@86: fi cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}nmedit; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_NMEDIT+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$NMEDIT"; then cannam@86: ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: NMEDIT=$ac_cv_prog_NMEDIT cannam@86: if test -n "$NMEDIT"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 cannam@86: $as_echo "$NMEDIT" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_NMEDIT"; then cannam@86: ac_ct_NMEDIT=$NMEDIT cannam@86: # Extract the first word of "nmedit", so it can be a program name with args. cannam@86: set dummy nmedit; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_NMEDIT"; then cannam@86: ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_NMEDIT="nmedit" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT cannam@86: if test -n "$ac_ct_NMEDIT"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 cannam@86: $as_echo "$ac_ct_NMEDIT" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_NMEDIT" = x; then cannam@86: NMEDIT=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: NMEDIT=$ac_ct_NMEDIT cannam@86: fi cannam@86: else cannam@86: NMEDIT="$ac_cv_prog_NMEDIT" cannam@86: fi cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}lipo; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_LIPO+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$LIPO"; then cannam@86: ac_cv_prog_LIPO="$LIPO" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_LIPO="${ac_tool_prefix}lipo" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: LIPO=$ac_cv_prog_LIPO cannam@86: if test -n "$LIPO"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 cannam@86: $as_echo "$LIPO" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_LIPO"; then cannam@86: ac_ct_LIPO=$LIPO cannam@86: # Extract the first word of "lipo", so it can be a program name with args. cannam@86: set dummy lipo; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_LIPO+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_LIPO"; then cannam@86: ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_LIPO="lipo" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO cannam@86: if test -n "$ac_ct_LIPO"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 cannam@86: $as_echo "$ac_ct_LIPO" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_LIPO" = x; then cannam@86: LIPO=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: LIPO=$ac_ct_LIPO cannam@86: fi cannam@86: else cannam@86: LIPO="$ac_cv_prog_LIPO" cannam@86: fi cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}otool; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_OTOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$OTOOL"; then cannam@86: ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_OTOOL="${ac_tool_prefix}otool" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: OTOOL=$ac_cv_prog_OTOOL cannam@86: if test -n "$OTOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 cannam@86: $as_echo "$OTOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_OTOOL"; then cannam@86: ac_ct_OTOOL=$OTOOL cannam@86: # Extract the first word of "otool", so it can be a program name with args. cannam@86: set dummy otool; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_OTOOL"; then cannam@86: ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_OTOOL="otool" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL cannam@86: if test -n "$ac_ct_OTOOL"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 cannam@86: $as_echo "$ac_ct_OTOOL" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_OTOOL" = x; then cannam@86: OTOOL=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: OTOOL=$ac_ct_OTOOL cannam@86: fi cannam@86: else cannam@86: OTOOL="$ac_cv_prog_OTOOL" cannam@86: fi cannam@86: cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. cannam@86: set dummy ${ac_tool_prefix}otool64; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_OTOOL64+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$OTOOL64"; then cannam@86: ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: OTOOL64=$ac_cv_prog_OTOOL64 cannam@86: if test -n "$OTOOL64"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 cannam@86: $as_echo "$OTOOL64" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: if test -z "$ac_cv_prog_OTOOL64"; then cannam@86: ac_ct_OTOOL64=$OTOOL64 cannam@86: # Extract the first word of "otool64", so it can be a program name with args. cannam@86: set dummy otool64; ac_word=$2 cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@86: $as_echo_n "checking for $ac_word... " >&6; } cannam@86: if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test -n "$ac_ct_OTOOL64"; then cannam@86: ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. cannam@86: else cannam@86: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: for ac_exec_ext in '' $ac_executable_extensions; do cannam@86: if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then cannam@86: ac_cv_prog_ac_ct_OTOOL64="otool64" cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@86: break 2 cannam@86: fi cannam@86: done cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: fi cannam@86: fi cannam@86: ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 cannam@86: if test -n "$ac_ct_OTOOL64"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 cannam@86: $as_echo "$ac_ct_OTOOL64" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: if test "x$ac_ct_OTOOL64" = x; then cannam@86: OTOOL64=":" cannam@86: else cannam@86: case $cross_compiling:$ac_tool_warned in cannam@86: yes:) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@86: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@86: ac_tool_warned=yes ;; cannam@86: esac cannam@86: OTOOL64=$ac_ct_OTOOL64 cannam@86: fi cannam@86: else cannam@86: OTOOL64="$ac_cv_prog_OTOOL64" cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 cannam@86: $as_echo_n "checking for -single_module linker flag... " >&6; } cannam@86: if ${lt_cv_apple_cc_single_mod+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_apple_cc_single_mod=no cannam@86: if test -z "${LT_MULTI_MODULE}"; then cannam@86: # By default we will add the -single_module flag. You can override cannam@86: # by either setting the environment variable LT_MULTI_MODULE cannam@86: # non-empty at configure time, or by adding -multi_module to the cannam@86: # link flags. cannam@86: rm -rf libconftest.dylib* cannam@86: echo "int foo(void){return 1;}" > conftest.c cannam@86: echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@86: -dynamiclib -Wl,-single_module conftest.c" >&5 cannam@86: $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@86: -dynamiclib -Wl,-single_module conftest.c 2>conftest.err cannam@86: _lt_result=$? cannam@86: if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then cannam@86: lt_cv_apple_cc_single_mod=yes cannam@86: else cannam@86: cat conftest.err >&5 cannam@86: fi cannam@86: rm -rf libconftest.dylib* cannam@86: rm -f conftest.* cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 cannam@86: $as_echo "$lt_cv_apple_cc_single_mod" >&6; } cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 cannam@86: $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } cannam@86: if ${lt_cv_ld_exported_symbols_list+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_ld_exported_symbols_list=no cannam@86: save_LDFLAGS=$LDFLAGS cannam@86: echo "_main" > conftest.sym cannam@86: LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: lt_cv_ld_exported_symbols_list=yes cannam@86: else cannam@86: lt_cv_ld_exported_symbols_list=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LDFLAGS="$save_LDFLAGS" cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 cannam@86: $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 cannam@86: $as_echo_n "checking for -force_load linker flag... " >&6; } cannam@86: if ${lt_cv_ld_force_load+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_ld_force_load=no cannam@86: cat > conftest.c << _LT_EOF cannam@86: int forced_loaded() { return 2;} cannam@86: _LT_EOF cannam@86: echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 cannam@86: $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 cannam@86: echo "$AR cru libconftest.a conftest.o" >&5 cannam@86: $AR cru libconftest.a conftest.o 2>&5 cannam@86: echo "$RANLIB libconftest.a" >&5 cannam@86: $RANLIB libconftest.a 2>&5 cannam@86: cat > conftest.c << _LT_EOF cannam@86: int main() { return 0;} cannam@86: _LT_EOF cannam@86: echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 cannam@86: $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err cannam@86: _lt_result=$? cannam@86: if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then cannam@86: lt_cv_ld_force_load=yes cannam@86: else cannam@86: cat conftest.err >&5 cannam@86: fi cannam@86: rm -f conftest.err libconftest.a conftest conftest.c cannam@86: rm -rf conftest.dSYM cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 cannam@86: $as_echo "$lt_cv_ld_force_load" >&6; } cannam@86: case $host_os in cannam@86: rhapsody* | darwin1.[012]) cannam@86: _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; cannam@86: darwin1.*) cannam@86: _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; cannam@86: darwin*) # darwin 5.x on cannam@86: # if running on 10.5 or later, the deployment target defaults cannam@86: # to the OS version, if on x86, and 10.4, the deployment cannam@86: # target defaults to 10.4. Don't you love it? cannam@86: case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in cannam@86: 10.0,*86*-darwin8*|10.0,*-darwin[91]*) cannam@86: _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; cannam@86: 10.[012]*) cannam@86: _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; cannam@86: 10.*) cannam@86: _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: if test "$lt_cv_apple_cc_single_mod" = "yes"; then cannam@86: _lt_dar_single_mod='$single_module' cannam@86: fi cannam@86: if test "$lt_cv_ld_exported_symbols_list" = "yes"; then cannam@86: _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' cannam@86: else cannam@86: _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' cannam@86: fi cannam@86: if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then cannam@86: _lt_dsymutil='~$DSYMUTIL $lib || :' cannam@86: else cannam@86: _lt_dsymutil= cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 cannam@86: $as_echo_n "checking how to run the C preprocessor... " >&6; } cannam@86: # On Suns, sometimes $CPP names a directory. cannam@86: if test -n "$CPP" && test -d "$CPP"; then cannam@86: CPP= cannam@86: fi cannam@86: if test -z "$CPP"; then cannam@86: if ${ac_cv_prog_CPP+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: # Double quotes because CPP needs to be expanded cannam@86: for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" cannam@86: do cannam@86: ac_preproc_ok=false cannam@86: for ac_c_preproc_warn_flag in '' yes cannam@86: do cannam@86: # Use a header file that comes with gcc, so configuring glibc cannam@86: # with a fresh cross-compiler works. cannam@86: # Prefer to if __STDC__ is defined, since cannam@86: # exists even on freestanding compilers. cannam@86: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@86: # not just through cpp. "Syntax error" is here to catch this case. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #ifdef __STDC__ cannam@86: # include cannam@86: #else cannam@86: # include cannam@86: #endif cannam@86: Syntax error cannam@86: _ACEOF cannam@86: if ac_fn_c_try_cpp "$LINENO"; then : cannam@86: cannam@86: else cannam@86: # Broken: fails on valid input. cannam@86: continue cannam@86: fi cannam@86: rm -f conftest.err conftest.i conftest.$ac_ext cannam@86: cannam@86: # OK, works on sane cases. Now check whether nonexistent headers cannam@86: # can be detected and how. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: _ACEOF cannam@86: if ac_fn_c_try_cpp "$LINENO"; then : cannam@86: # Broken: success on invalid input. cannam@86: continue cannam@86: else cannam@86: # Passes both tests. cannam@86: ac_preproc_ok=: cannam@86: break cannam@86: fi cannam@86: rm -f conftest.err conftest.i conftest.$ac_ext cannam@86: cannam@86: done cannam@86: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@86: rm -f conftest.i conftest.err conftest.$ac_ext cannam@86: if $ac_preproc_ok; then : cannam@86: break cannam@86: fi cannam@86: cannam@86: done cannam@86: ac_cv_prog_CPP=$CPP cannam@86: cannam@86: fi cannam@86: CPP=$ac_cv_prog_CPP cannam@86: else cannam@86: ac_cv_prog_CPP=$CPP cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 cannam@86: $as_echo "$CPP" >&6; } cannam@86: ac_preproc_ok=false cannam@86: for ac_c_preproc_warn_flag in '' yes cannam@86: do cannam@86: # Use a header file that comes with gcc, so configuring glibc cannam@86: # with a fresh cross-compiler works. cannam@86: # Prefer to if __STDC__ is defined, since cannam@86: # exists even on freestanding compilers. cannam@86: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@86: # not just through cpp. "Syntax error" is here to catch this case. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #ifdef __STDC__ cannam@86: # include cannam@86: #else cannam@86: # include cannam@86: #endif cannam@86: Syntax error cannam@86: _ACEOF cannam@86: if ac_fn_c_try_cpp "$LINENO"; then : cannam@86: cannam@86: else cannam@86: # Broken: fails on valid input. cannam@86: continue cannam@86: fi cannam@86: rm -f conftest.err conftest.i conftest.$ac_ext cannam@86: cannam@86: # OK, works on sane cases. Now check whether nonexistent headers cannam@86: # can be detected and how. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: _ACEOF cannam@86: if ac_fn_c_try_cpp "$LINENO"; then : cannam@86: # Broken: success on invalid input. cannam@86: continue cannam@86: else cannam@86: # Passes both tests. cannam@86: ac_preproc_ok=: cannam@86: break cannam@86: fi cannam@86: rm -f conftest.err conftest.i conftest.$ac_ext cannam@86: cannam@86: done cannam@86: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@86: rm -f conftest.i conftest.err conftest.$ac_ext cannam@86: if $ac_preproc_ok; then : cannam@86: cannam@86: else cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error $? "C preprocessor \"$CPP\" fails sanity check cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: fi cannam@86: cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 cannam@86: $as_echo_n "checking for ANSI C header files... " >&6; } cannam@86: if ${ac_cv_header_stdc+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_header_stdc=yes cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: cannam@86: _ACEOF cannam@86: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@86: $EGREP "memchr" >/dev/null 2>&1; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f conftest* cannam@86: cannam@86: fi cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: cannam@86: _ACEOF cannam@86: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@86: $EGREP "free" >/dev/null 2>&1; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f conftest* cannam@86: cannam@86: fi cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. cannam@86: if test "$cross_compiling" = yes; then : cannam@86: : cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: #include cannam@86: #if ((' ' & 0x0FF) == 0x020) cannam@86: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') cannam@86: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) cannam@86: #else cannam@86: # define ISLOWER(c) \ cannam@86: (('a' <= (c) && (c) <= 'i') \ cannam@86: || ('j' <= (c) && (c) <= 'r') \ cannam@86: || ('s' <= (c) && (c) <= 'z')) cannam@86: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) cannam@86: #endif cannam@86: cannam@86: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) cannam@86: int cannam@86: main () cannam@86: { cannam@86: int i; cannam@86: for (i = 0; i < 256; i++) cannam@86: if (XOR (islower (i), ISLOWER (i)) cannam@86: || toupper (i) != TOUPPER (i)) cannam@86: return 2; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_run "$LINENO"; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ cannam@86: conftest.$ac_objext conftest.beam conftest.$ac_ext cannam@86: fi cannam@86: cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 cannam@86: $as_echo "$ac_cv_header_stdc" >&6; } cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: cannam@86: $as_echo "#define STDC_HEADERS 1" >>confdefs.h cannam@86: cannam@86: fi cannam@86: cannam@86: # On IRIX 5.3, sys/types and inttypes.h are conflicting. cannam@86: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ cannam@86: inttypes.h stdint.h unistd.h cannam@86: do : cannam@86: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` cannam@86: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default cannam@86: " cannam@86: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 cannam@86: _ACEOF cannam@86: cannam@86: fi cannam@86: cannam@86: done cannam@86: cannam@86: cannam@86: for ac_header in dlfcn.h cannam@86: do : cannam@86: ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default cannam@86: " cannam@86: if test "x$ac_cv_header_dlfcn_h" = xyes; then : cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define HAVE_DLFCN_H 1 cannam@86: _ACEOF cannam@86: cannam@86: fi cannam@86: cannam@86: done cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Set options cannam@86: cannam@86: cannam@86: cannam@86: enable_dlopen=no cannam@86: cannam@86: cannam@86: enable_win32_dll=no cannam@86: cannam@86: cannam@86: # Check whether --enable-shared was given. cannam@86: if test "${enable_shared+set}" = set; then : cannam@86: enableval=$enable_shared; p=${PACKAGE-default} cannam@86: case $enableval in cannam@86: yes) enable_shared=yes ;; cannam@86: no) enable_shared=no ;; cannam@86: *) cannam@86: enable_shared=no cannam@86: # Look at the argument we got. We use all the common list separators. cannam@86: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@86: for pkg in $enableval; do cannam@86: IFS="$lt_save_ifs" cannam@86: if test "X$pkg" = "X$p"; then cannam@86: enable_shared=yes cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: enable_shared=yes cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Check whether --enable-static was given. cannam@86: if test "${enable_static+set}" = set; then : cannam@86: enableval=$enable_static; p=${PACKAGE-default} cannam@86: case $enableval in cannam@86: yes) enable_static=yes ;; cannam@86: no) enable_static=no ;; cannam@86: *) cannam@86: enable_static=no cannam@86: # Look at the argument we got. We use all the common list separators. cannam@86: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@86: for pkg in $enableval; do cannam@86: IFS="$lt_save_ifs" cannam@86: if test "X$pkg" = "X$p"; then cannam@86: enable_static=yes cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: enable_static=yes cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Check whether --with-pic was given. cannam@86: if test "${with_pic+set}" = set; then : cannam@86: withval=$with_pic; pic_mode="$withval" cannam@86: else cannam@86: pic_mode=default cannam@86: fi cannam@86: cannam@86: cannam@86: test -z "$pic_mode" && pic_mode=default cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Check whether --enable-fast-install was given. cannam@86: if test "${enable_fast_install+set}" = set; then : cannam@86: enableval=$enable_fast_install; p=${PACKAGE-default} cannam@86: case $enableval in cannam@86: yes) enable_fast_install=yes ;; cannam@86: no) enable_fast_install=no ;; cannam@86: *) cannam@86: enable_fast_install=no cannam@86: # Look at the argument we got. We use all the common list separators. cannam@86: lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," cannam@86: for pkg in $enableval; do cannam@86: IFS="$lt_save_ifs" cannam@86: if test "X$pkg" = "X$p"; then cannam@86: enable_fast_install=yes cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: enable_fast_install=yes cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # This can be used to rebuild libtool when needed cannam@86: LIBTOOL_DEPS="$ltmain" cannam@86: cannam@86: # Always use our own libtool. cannam@86: LIBTOOL='$(SHELL) $(top_builddir)/libtool' cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: test -z "$LN_S" && LN_S="ln -s" cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -n "${ZSH_VERSION+set}" ; then cannam@86: setopt NO_GLOB_SUBST cannam@86: fi cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 cannam@86: $as_echo_n "checking for objdir... " >&6; } cannam@86: if ${lt_cv_objdir+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: rm -f .libs 2>/dev/null cannam@86: mkdir .libs 2>/dev/null cannam@86: if test -d .libs; then cannam@86: lt_cv_objdir=.libs cannam@86: else cannam@86: # MS-DOS does not allow filenames that begin with a dot. cannam@86: lt_cv_objdir=_libs cannam@86: fi cannam@86: rmdir .libs 2>/dev/null cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 cannam@86: $as_echo "$lt_cv_objdir" >&6; } cannam@86: objdir=$lt_cv_objdir cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define LT_OBJDIR "$lt_cv_objdir/" cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: case $host_os in cannam@86: aix3*) cannam@86: # AIX sometimes has problems with the GCC collect2 program. For some cannam@86: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@86: # vanish in a puff of smoke. cannam@86: if test "X${COLLECT_NAMES+set}" != Xset; then cannam@86: COLLECT_NAMES= cannam@86: export COLLECT_NAMES cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: # Global variables: cannam@86: ofile=libtool cannam@86: can_build_shared=yes cannam@86: cannam@86: # All known linkers require a `.a' archive for static linking (except MSVC, cannam@86: # which needs '.lib'). cannam@86: libext=a cannam@86: cannam@86: with_gnu_ld="$lt_cv_prog_gnu_ld" cannam@86: cannam@86: old_CC="$CC" cannam@86: old_CFLAGS="$CFLAGS" cannam@86: cannam@86: # Set sane defaults for various variables cannam@86: test -z "$CC" && CC=cc cannam@86: test -z "$LTCC" && LTCC=$CC cannam@86: test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS cannam@86: test -z "$LD" && LD=ld cannam@86: test -z "$ac_objext" && ac_objext=o cannam@86: cannam@86: for cc_temp in $compiler""; do cannam@86: case $cc_temp in cannam@86: compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; cannam@86: distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; cannam@86: \-*) ;; cannam@86: *) break;; cannam@86: esac cannam@86: done cannam@86: cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` cannam@86: cannam@86: cannam@86: # Only perform the check for file, if the check method requires it cannam@86: test -z "$MAGIC_CMD" && MAGIC_CMD=file cannam@86: case $deplibs_check_method in cannam@86: file_magic*) cannam@86: if test "$file_magic_cmd" = '$MAGIC_CMD'; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 cannam@86: $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } cannam@86: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: case $MAGIC_CMD in cannam@86: [\\/*] | ?:[\\/]*) cannam@86: lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. cannam@86: ;; cannam@86: *) cannam@86: lt_save_MAGIC_CMD="$MAGIC_CMD" cannam@86: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@86: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@86: for ac_dir in $ac_dummy; do cannam@86: IFS="$lt_save_ifs" cannam@86: test -z "$ac_dir" && ac_dir=. cannam@86: if test -f $ac_dir/${ac_tool_prefix}file; then cannam@86: lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" cannam@86: if test -n "$file_magic_test_file"; then cannam@86: case $deplibs_check_method in cannam@86: "file_magic "*) cannam@86: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@86: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@86: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@86: $EGREP "$file_magic_regex" > /dev/null; then cannam@86: : cannam@86: else cannam@86: cat <<_LT_EOF 1>&2 cannam@86: cannam@86: *** Warning: the command libtool uses to detect shared libraries, cannam@86: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@86: *** The result is that libtool may fail to recognize shared libraries cannam@86: *** as such. This will affect the creation of libtool libraries that cannam@86: *** depend on shared libraries, but programs linked with such libtool cannam@86: *** libraries will work regardless of this problem. Nevertheless, you cannam@86: *** may want to report the problem to your system manager and/or to cannam@86: *** bug-libtool@gnu.org cannam@86: cannam@86: _LT_EOF cannam@86: fi ;; cannam@86: esac cannam@86: fi cannam@86: break cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: MAGIC_CMD="$lt_save_MAGIC_CMD" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@86: if test -n "$MAGIC_CMD"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@86: $as_echo "$MAGIC_CMD" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test -z "$lt_cv_path_MAGIC_CMD"; then cannam@86: if test -n "$ac_tool_prefix"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 cannam@86: $as_echo_n "checking for file... " >&6; } cannam@86: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: case $MAGIC_CMD in cannam@86: [\\/*] | ?:[\\/]*) cannam@86: lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. cannam@86: ;; cannam@86: *) cannam@86: lt_save_MAGIC_CMD="$MAGIC_CMD" cannam@86: lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR cannam@86: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@86: for ac_dir in $ac_dummy; do cannam@86: IFS="$lt_save_ifs" cannam@86: test -z "$ac_dir" && ac_dir=. cannam@86: if test -f $ac_dir/file; then cannam@86: lt_cv_path_MAGIC_CMD="$ac_dir/file" cannam@86: if test -n "$file_magic_test_file"; then cannam@86: case $deplibs_check_method in cannam@86: "file_magic "*) cannam@86: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@86: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@86: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@86: $EGREP "$file_magic_regex" > /dev/null; then cannam@86: : cannam@86: else cannam@86: cat <<_LT_EOF 1>&2 cannam@86: cannam@86: *** Warning: the command libtool uses to detect shared libraries, cannam@86: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@86: *** The result is that libtool may fail to recognize shared libraries cannam@86: *** as such. This will affect the creation of libtool libraries that cannam@86: *** depend on shared libraries, but programs linked with such libtool cannam@86: *** libraries will work regardless of this problem. Nevertheless, you cannam@86: *** may want to report the problem to your system manager and/or to cannam@86: *** bug-libtool@gnu.org cannam@86: cannam@86: _LT_EOF cannam@86: fi ;; cannam@86: esac cannam@86: fi cannam@86: break cannam@86: fi cannam@86: done cannam@86: IFS="$lt_save_ifs" cannam@86: MAGIC_CMD="$lt_save_MAGIC_CMD" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: MAGIC_CMD="$lt_cv_path_MAGIC_CMD" cannam@86: if test -n "$MAGIC_CMD"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@86: $as_echo "$MAGIC_CMD" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: cannam@86: cannam@86: else cannam@86: MAGIC_CMD=: cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: # Use C for the default configuration in the libtool script cannam@86: cannam@86: lt_save_CC="$CC" cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: cannam@86: # Source file extension for C test sources. cannam@86: ac_ext=c cannam@86: cannam@86: # Object file extension for compiled C test sources. cannam@86: objext=o cannam@86: objext=$objext cannam@86: cannam@86: # Code to be used in simple compile tests cannam@86: lt_simple_compile_test_code="int some_variable = 0;" cannam@86: cannam@86: # Code to be used in simple link tests cannam@86: lt_simple_link_test_code='int main(){return(0);}' cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # If no C compiler was specified, use CC. cannam@86: LTCC=${LTCC-"$CC"} cannam@86: cannam@86: # If no C compiler flags were specified, use CFLAGS. cannam@86: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@86: cannam@86: # Allow CC to be a program name with arguments. cannam@86: compiler=$CC cannam@86: cannam@86: # Save the default compiler, since it gets overwritten when the other cannam@86: # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. cannam@86: compiler_DEFAULT=$CC cannam@86: cannam@86: # save warnings/boilerplate of simple test code cannam@86: ac_outfile=conftest.$ac_objext cannam@86: echo "$lt_simple_compile_test_code" >conftest.$ac_ext cannam@86: eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@86: _lt_compiler_boilerplate=`cat conftest.err` cannam@86: $RM conftest* cannam@86: cannam@86: ac_outfile=conftest.$ac_objext cannam@86: echo "$lt_simple_link_test_code" >conftest.$ac_ext cannam@86: eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@86: _lt_linker_boilerplate=`cat conftest.err` cannam@86: $RM -r conftest* cannam@86: cannam@86: cannam@86: if test -n "$compiler"; then cannam@86: cannam@86: lt_prog_compiler_no_builtin_flag= cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: case $cc_basename in cannam@86: nvcc*) cannam@86: lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; cannam@86: *) cannam@86: lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; cannam@86: esac cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 cannam@86: $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } cannam@86: if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_rtti_exceptions=no cannam@86: ac_outfile=conftest.$ac_objext cannam@86: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@86: lt_compiler_flag="-fno-rtti -fno-exceptions" cannam@86: # Insert the option either (1) after the last *FLAGS variable, or cannam@86: # (2) before a word containing "conftest.", or (3) at the end. cannam@86: # Note that $ac_compile itself does not contain backslashes and begins cannam@86: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@86: # The option is referenced via a variable to avoid confusing sed. cannam@86: lt_compile=`echo "$ac_compile" | $SED \ cannam@86: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@86: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@86: -e 's:$: $lt_compiler_flag:'` cannam@86: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@86: (eval "$lt_compile" 2>conftest.err) cannam@86: ac_status=$? cannam@86: cat conftest.err >&5 cannam@86: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@86: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@86: # The compiler can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings other than the usual output. cannam@86: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@86: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler_rtti_exceptions=yes cannam@86: fi cannam@86: fi cannam@86: $RM conftest* cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } cannam@86: cannam@86: if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then cannam@86: lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" cannam@86: else cannam@86: : cannam@86: fi cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: lt_prog_compiler_wl= cannam@86: lt_prog_compiler_pic= cannam@86: lt_prog_compiler_static= cannam@86: cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_static='-static' cannam@86: cannam@86: case $host_os in cannam@86: aix*) cannam@86: # All AIX code is PIC. cannam@86: if test "$host_cpu" = ia64; then cannam@86: # AIX 5 now supports IA64 processor cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: amigaos*) cannam@86: case $host_cpu in cannam@86: powerpc) cannam@86: # see comment about AmigaOS4 .so support cannam@86: lt_prog_compiler_pic='-fPIC' cannam@86: ;; cannam@86: m68k) cannam@86: # FIXME: we need at least 68020 code to build shared libraries, but cannam@86: # adding the `-m68020' flag to GCC prevents building anything better, cannam@86: # like `-m68040'. cannam@86: lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) cannam@86: # PIC is the default for these OSes. cannam@86: ;; cannam@86: cannam@86: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@86: # This hack is so that the source file can tell whether it is being cannam@86: # built for inclusion in a dll (and should export symbols for example). cannam@86: # Although the cygwin gcc ignores -fPIC, still need this for old-style cannam@86: # (--disable-auto-import) libraries cannam@86: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@86: ;; cannam@86: cannam@86: darwin* | rhapsody*) cannam@86: # PIC is the default on this platform cannam@86: # Common symbols not allowed in MH_DYLIB files cannam@86: lt_prog_compiler_pic='-fno-common' cannam@86: ;; cannam@86: cannam@86: haiku*) cannam@86: # PIC is the default for Haiku. cannam@86: # The "-static" flag exists, but is broken. cannam@86: lt_prog_compiler_static= cannam@86: ;; cannam@86: cannam@86: hpux*) cannam@86: # PIC is the default for 64-bit PA HP-UX, but not for 32-bit cannam@86: # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag cannam@86: # sets the default TLS model and affects inlining. cannam@86: case $host_cpu in cannam@86: hppa*64*) cannam@86: # +Z the default cannam@86: ;; cannam@86: *) cannam@86: lt_prog_compiler_pic='-fPIC' cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: interix[3-9]*) cannam@86: # Interix 3.x gcc -fpic/-fPIC options generate broken code. cannam@86: # Instead, we relocate shared libraries at runtime. cannam@86: ;; cannam@86: cannam@86: msdosdjgpp*) cannam@86: # Just because we use GCC doesn't mean we suddenly get shared libraries cannam@86: # on systems that don't support them. cannam@86: lt_prog_compiler_can_build_shared=no cannam@86: enable_shared=no cannam@86: ;; cannam@86: cannam@86: *nto* | *qnx*) cannam@86: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@86: # it will coredump. cannam@86: lt_prog_compiler_pic='-fPIC -shared' cannam@86: ;; cannam@86: cannam@86: sysv4*MP*) cannam@86: if test -d /usr/nec; then cannam@86: lt_prog_compiler_pic=-Kconform_pic cannam@86: fi cannam@86: ;; cannam@86: cannam@86: *) cannam@86: lt_prog_compiler_pic='-fPIC' cannam@86: ;; cannam@86: esac cannam@86: cannam@86: case $cc_basename in cannam@86: nvcc*) # Cuda Compiler Driver 2.2 cannam@86: lt_prog_compiler_wl='-Xlinker ' cannam@86: lt_prog_compiler_pic='-Xcompiler -fPIC' cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: # PORTME Check for flag to pass linker flags through the system compiler. cannam@86: case $host_os in cannam@86: aix*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: if test "$host_cpu" = ia64; then cannam@86: # AIX 5 now supports IA64 processor cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: else cannam@86: lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@86: # This hack is so that the source file can tell whether it is being cannam@86: # built for inclusion in a dll (and should export symbols for example). cannam@86: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@86: ;; cannam@86: cannam@86: hpux9* | hpux10* | hpux11*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but cannam@86: # not for PA HP-UX. cannam@86: case $host_cpu in cannam@86: hppa*64*|ia64*) cannam@86: # +Z the default cannam@86: ;; cannam@86: *) cannam@86: lt_prog_compiler_pic='+Z' cannam@86: ;; cannam@86: esac cannam@86: # Is there a better lt_prog_compiler_static that works with the bundled CC? cannam@86: lt_prog_compiler_static='${wl}-a ${wl}archive' cannam@86: ;; cannam@86: cannam@86: irix5* | irix6* | nonstopux*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: # PIC (with -KPIC) is the default. cannam@86: lt_prog_compiler_static='-non_shared' cannam@86: ;; cannam@86: cannam@86: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@86: case $cc_basename in cannam@86: # old Intel for x86_64 which still supported -KPIC. cannam@86: ecc*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-static' cannam@86: ;; cannam@86: # icc used to be incompatible with GCC. cannam@86: # ICC 10 doesn't accept -KPIC any more. cannam@86: icc* | ifort*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-fPIC' cannam@86: lt_prog_compiler_static='-static' cannam@86: ;; cannam@86: # Lahey Fortran 8.1. cannam@86: lf95*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='--shared' cannam@86: lt_prog_compiler_static='--static' cannam@86: ;; cannam@86: nagfor*) cannam@86: # NAG Fortran compiler cannam@86: lt_prog_compiler_wl='-Wl,-Wl,,' cannam@86: lt_prog_compiler_pic='-PIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) cannam@86: # Portland Group compilers (*not* the Pentium gcc compiler, cannam@86: # which looks to be a dead project) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-fpic' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: ccc*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: # All Alpha code is PIC. cannam@86: lt_prog_compiler_static='-non_shared' cannam@86: ;; cannam@86: xl* | bgxl* | bgf* | mpixl*) cannam@86: # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-qpic' cannam@86: lt_prog_compiler_static='-qstaticlink' cannam@86: ;; cannam@86: *) cannam@86: case `$CC -V 2>&1 | sed 5q` in cannam@86: *Sun\ F* | *Sun*Fortran*) cannam@86: # Sun Fortran 8.3 passes all unrecognized flags to the linker cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: lt_prog_compiler_wl='' cannam@86: ;; cannam@86: *Sun\ C*) cannam@86: # Sun C 5.9 cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: newsos6) cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: cannam@86: *nto* | *qnx*) cannam@86: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@86: # it will coredump. cannam@86: lt_prog_compiler_pic='-fPIC -shared' cannam@86: ;; cannam@86: cannam@86: osf3* | osf4* | osf5*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: # All OSF/1 code is PIC. cannam@86: lt_prog_compiler_static='-non_shared' cannam@86: ;; cannam@86: cannam@86: rdos*) cannam@86: lt_prog_compiler_static='-non_shared' cannam@86: ;; cannam@86: cannam@86: solaris*) cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: case $cc_basename in cannam@86: f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) cannam@86: lt_prog_compiler_wl='-Qoption ld ';; cannam@86: *) cannam@86: lt_prog_compiler_wl='-Wl,';; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: sunos4*) cannam@86: lt_prog_compiler_wl='-Qoption ld ' cannam@86: lt_prog_compiler_pic='-PIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: cannam@86: sysv4 | sysv4.2uw2* | sysv4.3*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: cannam@86: sysv4*MP*) cannam@86: if test -d /usr/nec ;then cannam@86: lt_prog_compiler_pic='-Kconform_pic' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_pic='-KPIC' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: cannam@86: unicos*) cannam@86: lt_prog_compiler_wl='-Wl,' cannam@86: lt_prog_compiler_can_build_shared=no cannam@86: ;; cannam@86: cannam@86: uts4*) cannam@86: lt_prog_compiler_pic='-pic' cannam@86: lt_prog_compiler_static='-Bstatic' cannam@86: ;; cannam@86: cannam@86: *) cannam@86: lt_prog_compiler_can_build_shared=no cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: case $host_os in cannam@86: # For platforms which do not support PIC, -DPIC is meaningless: cannam@86: *djgpp*) cannam@86: lt_prog_compiler_pic= cannam@86: ;; cannam@86: *) cannam@86: lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" cannam@86: ;; cannam@86: esac cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 cannam@86: $as_echo_n "checking for $compiler option to produce PIC... " >&6; } cannam@86: if ${lt_cv_prog_compiler_pic+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_pic=$lt_prog_compiler_pic cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_pic" >&6; } cannam@86: lt_prog_compiler_pic=$lt_cv_prog_compiler_pic cannam@86: cannam@86: # cannam@86: # Check to make sure the PIC flag actually works. cannam@86: # cannam@86: if test -n "$lt_prog_compiler_pic"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 cannam@86: $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } cannam@86: if ${lt_cv_prog_compiler_pic_works+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_pic_works=no cannam@86: ac_outfile=conftest.$ac_objext cannam@86: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@86: lt_compiler_flag="$lt_prog_compiler_pic -DPIC" cannam@86: # Insert the option either (1) after the last *FLAGS variable, or cannam@86: # (2) before a word containing "conftest.", or (3) at the end. cannam@86: # Note that $ac_compile itself does not contain backslashes and begins cannam@86: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@86: # The option is referenced via a variable to avoid confusing sed. cannam@86: lt_compile=`echo "$ac_compile" | $SED \ cannam@86: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@86: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@86: -e 's:$: $lt_compiler_flag:'` cannam@86: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@86: (eval "$lt_compile" 2>conftest.err) cannam@86: ac_status=$? cannam@86: cat conftest.err >&5 cannam@86: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@86: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@86: # The compiler can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings other than the usual output. cannam@86: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@86: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler_pic_works=yes cannam@86: fi cannam@86: fi cannam@86: $RM conftest* cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } cannam@86: cannam@86: if test x"$lt_cv_prog_compiler_pic_works" = xyes; then cannam@86: case $lt_prog_compiler_pic in cannam@86: "" | " "*) ;; cannam@86: *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; cannam@86: esac cannam@86: else cannam@86: lt_prog_compiler_pic= cannam@86: lt_prog_compiler_can_build_shared=no cannam@86: fi cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # cannam@86: # Check to make sure the static flag actually works. cannam@86: # cannam@86: wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 cannam@86: $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } cannam@86: if ${lt_cv_prog_compiler_static_works+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_static_works=no cannam@86: save_LDFLAGS="$LDFLAGS" cannam@86: LDFLAGS="$LDFLAGS $lt_tmp_static_flag" cannam@86: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@86: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@86: # The linker can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings cannam@86: if test -s conftest.err; then cannam@86: # Append any errors to the config.log. cannam@86: cat conftest.err 1>&5 cannam@86: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@86: if diff conftest.exp conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler_static_works=yes cannam@86: fi cannam@86: else cannam@86: lt_cv_prog_compiler_static_works=yes cannam@86: fi cannam@86: fi cannam@86: $RM -r conftest* cannam@86: LDFLAGS="$save_LDFLAGS" cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_static_works" >&6; } cannam@86: cannam@86: if test x"$lt_cv_prog_compiler_static_works" = xyes; then cannam@86: : cannam@86: else cannam@86: lt_prog_compiler_static= cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@86: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@86: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_c_o=no cannam@86: $RM -r conftest 2>/dev/null cannam@86: mkdir conftest cannam@86: cd conftest cannam@86: mkdir out cannam@86: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@86: cannam@86: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@86: # Insert the option either (1) after the last *FLAGS variable, or cannam@86: # (2) before a word containing "conftest.", or (3) at the end. cannam@86: # Note that $ac_compile itself does not contain backslashes and begins cannam@86: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@86: lt_compile=`echo "$ac_compile" | $SED \ cannam@86: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@86: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@86: -e 's:$: $lt_compiler_flag:'` cannam@86: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@86: (eval "$lt_compile" 2>out/conftest.err) cannam@86: ac_status=$? cannam@86: cat out/conftest.err >&5 cannam@86: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@86: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@86: then cannam@86: # The compiler can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings cannam@86: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@86: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler_c_o=yes cannam@86: fi cannam@86: fi cannam@86: chmod u+w . 2>&5 cannam@86: $RM conftest* cannam@86: # SGI C++ compiler will create directory out/ii_files/ for cannam@86: # template instantiation cannam@86: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@86: $RM out/* && rmdir out cannam@86: cd .. cannam@86: $RM -r conftest cannam@86: $RM conftest* cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@86: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@86: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler_c_o=no cannam@86: $RM -r conftest 2>/dev/null cannam@86: mkdir conftest cannam@86: cd conftest cannam@86: mkdir out cannam@86: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@86: cannam@86: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@86: # Insert the option either (1) after the last *FLAGS variable, or cannam@86: # (2) before a word containing "conftest.", or (3) at the end. cannam@86: # Note that $ac_compile itself does not contain backslashes and begins cannam@86: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@86: lt_compile=`echo "$ac_compile" | $SED \ cannam@86: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@86: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@86: -e 's:$: $lt_compiler_flag:'` cannam@86: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@86: (eval "$lt_compile" 2>out/conftest.err) cannam@86: ac_status=$? cannam@86: cat out/conftest.err >&5 cannam@86: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@86: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@86: then cannam@86: # The compiler can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings cannam@86: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@86: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler_c_o=yes cannam@86: fi cannam@86: fi cannam@86: chmod u+w . 2>&5 cannam@86: $RM conftest* cannam@86: # SGI C++ compiler will create directory out/ii_files/ for cannam@86: # template instantiation cannam@86: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@86: $RM out/* && rmdir out cannam@86: cd .. cannam@86: $RM -r conftest cannam@86: $RM conftest* cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: hard_links="nottested" cannam@86: if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then cannam@86: # do not overwrite the value of need_locks provided by the user cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 cannam@86: $as_echo_n "checking if we can lock with hard links... " >&6; } cannam@86: hard_links=yes cannam@86: $RM conftest* cannam@86: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@86: touch conftest.a cannam@86: ln conftest.a conftest.b 2>&5 || hard_links=no cannam@86: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 cannam@86: $as_echo "$hard_links" >&6; } cannam@86: if test "$hard_links" = no; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cannam@86: $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cannam@86: need_locks=warn cannam@86: fi cannam@86: else cannam@86: need_locks=no cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 cannam@86: $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } cannam@86: cannam@86: runpath_var= cannam@86: allow_undefined_flag= cannam@86: always_export_symbols=no cannam@86: archive_cmds= cannam@86: archive_expsym_cmds= cannam@86: compiler_needs_object=no cannam@86: enable_shared_with_static_runtimes=no cannam@86: export_dynamic_flag_spec= cannam@86: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' cannam@86: hardcode_automatic=no cannam@86: hardcode_direct=no cannam@86: hardcode_direct_absolute=no cannam@86: hardcode_libdir_flag_spec= cannam@86: hardcode_libdir_flag_spec_ld= cannam@86: hardcode_libdir_separator= cannam@86: hardcode_minus_L=no cannam@86: hardcode_shlibpath_var=unsupported cannam@86: inherit_rpath=no cannam@86: link_all_deplibs=unknown cannam@86: module_cmds= cannam@86: module_expsym_cmds= cannam@86: old_archive_from_new_cmds= cannam@86: old_archive_from_expsyms_cmds= cannam@86: thread_safe_flag_spec= cannam@86: whole_archive_flag_spec= cannam@86: # include_expsyms should be a list of space-separated symbols to be *always* cannam@86: # included in the symbol list cannam@86: include_expsyms= cannam@86: # exclude_expsyms can be an extended regexp of symbols to exclude cannam@86: # it will be wrapped by ` (' and `)$', so one must not match beginning or cannam@86: # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', cannam@86: # as well as any symbol that contains `d'. cannam@86: exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' cannam@86: # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out cannam@86: # platforms (ab)use it in PIC code, but their linkers get confused if cannam@86: # the symbol is explicitly referenced. Since portable code cannot cannam@86: # rely on this symbol name, it's probably fine to never include it in cannam@86: # preloaded symbol tables. cannam@86: # Exclude shared library initialization/finalization symbols. cannam@86: extract_expsyms_cmds= cannam@86: cannam@86: case $host_os in cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: # FIXME: the MSVC++ port hasn't been tested in a loooong time cannam@86: # When not using gcc, we currently assume that we are using cannam@86: # Microsoft Visual C++. cannam@86: if test "$GCC" != yes; then cannam@86: with_gnu_ld=no cannam@86: fi cannam@86: ;; cannam@86: interix*) cannam@86: # we just hope/assume this is gcc and not c89 (= MSVC++) cannam@86: with_gnu_ld=yes cannam@86: ;; cannam@86: openbsd*) cannam@86: with_gnu_ld=no cannam@86: ;; cannam@86: esac cannam@86: cannam@86: ld_shlibs=yes cannam@86: cannam@86: # On some targets, GNU ld is compatible enough with the native linker cannam@86: # that we're better off using the native interface for both. cannam@86: lt_use_gnu_ld_interface=no cannam@86: if test "$with_gnu_ld" = yes; then cannam@86: case $host_os in cannam@86: aix*) cannam@86: # The AIX port of GNU ld has always aspired to compatibility cannam@86: # with the native linker. However, as the warning in the GNU ld cannam@86: # block says, versions before 2.19.5* couldn't really create working cannam@86: # shared libraries, regardless of the interface used. cannam@86: case `$LD -v 2>&1` in cannam@86: *\ \(GNU\ Binutils\)\ 2.19.5*) ;; cannam@86: *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; cannam@86: *\ \(GNU\ Binutils\)\ [3-9]*) ;; cannam@86: *) cannam@86: lt_use_gnu_ld_interface=yes cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: *) cannam@86: lt_use_gnu_ld_interface=yes cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: if test "$lt_use_gnu_ld_interface" = yes; then cannam@86: # If archive_cmds runs LD, not CC, wlarc should be empty cannam@86: wlarc='${wl}' cannam@86: cannam@86: # Set some defaults for GNU ld with shared library support. These cannam@86: # are reset later if shared libraries are not supported. Putting them cannam@86: # here allows them to be overridden if necessary. cannam@86: runpath_var=LD_RUN_PATH cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: export_dynamic_flag_spec='${wl}--export-dynamic' cannam@86: # ancient GNU ld didn't support --whole-archive et. al. cannam@86: if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then cannam@86: whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' cannam@86: else cannam@86: whole_archive_flag_spec= cannam@86: fi cannam@86: supports_anon_versioning=no cannam@86: case `$LD -v 2>&1` in cannam@86: *GNU\ gold*) supports_anon_versioning=yes ;; cannam@86: *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 cannam@86: *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... cannam@86: *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... cannam@86: *\ 2.11.*) ;; # other 2.11 versions cannam@86: *) supports_anon_versioning=yes ;; cannam@86: esac cannam@86: cannam@86: # See if GNU ld supports shared libraries. cannam@86: case $host_os in cannam@86: aix[3-9]*) cannam@86: # On AIX/PPC, the GNU linker is very broken cannam@86: if test "$host_cpu" != ia64; then cannam@86: ld_shlibs=no cannam@86: cat <<_LT_EOF 1>&2 cannam@86: cannam@86: *** Warning: the GNU linker, at least up to release 2.19, is reported cannam@86: *** to be unable to reliably create shared libraries on AIX. cannam@86: *** Therefore, libtool is disabling shared libraries support. If you cannam@86: *** really care for shared libraries, you may want to install binutils cannam@86: *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. cannam@86: *** You will then need to restart the configuration process. cannam@86: cannam@86: _LT_EOF cannam@86: fi cannam@86: ;; cannam@86: cannam@86: amigaos*) cannam@86: case $host_cpu in cannam@86: powerpc) cannam@86: # see comment about AmigaOS4 .so support cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='' cannam@86: ;; cannam@86: m68k) cannam@86: archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_minus_L=yes cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: beos*) cannam@86: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@86: allow_undefined_flag=unsupported cannam@86: # Joseph Beckenbach says some releases of gcc cannam@86: # support --undefined. This deserves some investigation. FIXME cannam@86: archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, cannam@86: # as there is no search path for DLLs. cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: export_dynamic_flag_spec='${wl}--export-all-symbols' cannam@86: allow_undefined_flag=unsupported cannam@86: always_export_symbols=no cannam@86: enable_shared_with_static_runtimes=yes cannam@86: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' cannam@86: exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' cannam@86: cannam@86: if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' cannam@86: # If the export-symbols file already is a .def file (1st line cannam@86: # is EXPORTS), use it as is; otherwise, prepend... cannam@86: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@86: cp $export_symbols $output_objdir/$soname.def; cannam@86: else cannam@86: echo EXPORTS > $output_objdir/$soname.def; cannam@86: cat $export_symbols >> $output_objdir/$soname.def; cannam@86: fi~ cannam@86: $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: cannam@86: haiku*) cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: link_all_deplibs=yes cannam@86: ;; cannam@86: cannam@86: interix[3-9]*) cannam@86: hardcode_direct=no cannam@86: hardcode_shlibpath_var=no cannam@86: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@86: export_dynamic_flag_spec='${wl}-E' cannam@86: # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. cannam@86: # Instead, shared libraries are loaded at an image base (0x10000000 by cannam@86: # default) and relocated if they conflict, which is a slow very memory cannam@86: # consuming and fragmenting process. To avoid this, we pick a random, cannam@86: # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link cannam@86: # time. Moving up from 0x10000000 also allows more sbrk(2) space. cannam@86: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cannam@86: archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cannam@86: ;; cannam@86: cannam@86: gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) cannam@86: tmp_diet=no cannam@86: if test "$host_os" = linux-dietlibc; then cannam@86: case $cc_basename in cannam@86: diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) cannam@86: esac cannam@86: fi cannam@86: if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ cannam@86: && test "$tmp_diet" = no cannam@86: then cannam@86: tmp_addflag=' $pic_flag' cannam@86: tmp_sharedflag='-shared' cannam@86: case $cc_basename,$host_cpu in cannam@86: pgcc*) # Portland Group C compiler cannam@86: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' cannam@86: tmp_addflag=' $pic_flag' cannam@86: ;; cannam@86: pgf77* | pgf90* | pgf95* | pgfortran*) cannam@86: # Portland Group f77 and f90 compilers cannam@86: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' cannam@86: tmp_addflag=' $pic_flag -Mnomain' ;; cannam@86: ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 cannam@86: tmp_addflag=' -i_dynamic' ;; cannam@86: efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 cannam@86: tmp_addflag=' -i_dynamic -nofor_main' ;; cannam@86: ifc* | ifort*) # Intel Fortran compiler cannam@86: tmp_addflag=' -nofor_main' ;; cannam@86: lf95*) # Lahey Fortran 8.1 cannam@86: whole_archive_flag_spec= cannam@86: tmp_sharedflag='--shared' ;; cannam@86: xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) cannam@86: tmp_sharedflag='-qmkshrobj' cannam@86: tmp_addflag= ;; cannam@86: nvcc*) # Cuda Compiler Driver 2.2 cannam@86: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' cannam@86: compiler_needs_object=yes cannam@86: ;; cannam@86: esac cannam@86: case `$CC -V 2>&1 | sed 5q` in cannam@86: *Sun\ C*) # Sun C 5.9 cannam@86: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' cannam@86: compiler_needs_object=yes cannam@86: tmp_sharedflag='-G' ;; cannam@86: *Sun\ F*) # Sun Fortran 8.3 cannam@86: tmp_sharedflag='-G' ;; cannam@86: esac cannam@86: archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: cannam@86: if test "x$supports_anon_versioning" = xyes; then cannam@86: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@86: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@86: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@86: $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' cannam@86: fi cannam@86: cannam@86: case $cc_basename in cannam@86: xlf* | bgf* | bgxlf* | mpixlf*) cannam@86: # IBM XL Fortran 10.1 on PPC cannot create shared libs itself cannam@86: whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' cannam@86: hardcode_libdir_flag_spec= cannam@86: hardcode_libdir_flag_spec_ld='-rpath $libdir' cannam@86: archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' cannam@86: if test "x$supports_anon_versioning" = xyes; then cannam@86: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@86: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@86: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@86: $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: cannam@86: netbsd*) cannam@86: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@86: archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' cannam@86: wlarc= cannam@86: else cannam@86: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: solaris*) cannam@86: if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then cannam@86: ld_shlibs=no cannam@86: cat <<_LT_EOF 1>&2 cannam@86: cannam@86: *** Warning: The releases 2.8.* of the GNU linker cannot reliably cannam@86: *** create shared libraries on Solaris systems. Therefore, libtool cannam@86: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@86: *** binutils to release 2.9.1 or newer. Another option is to modify cannam@86: *** your PATH or compiler configuration so that the native linker is cannam@86: *** used, and then restart. cannam@86: cannam@86: _LT_EOF cannam@86: elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@86: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: cannam@86: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cannam@86: case `$LD -v 2>&1` in cannam@86: *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) cannam@86: ld_shlibs=no cannam@86: cat <<_LT_EOF 1>&2 cannam@86: cannam@86: *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not cannam@86: *** reliably create shared libraries on SCO systems. Therefore, libtool cannam@86: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@86: *** binutils to release 2.16.91.0.3 or newer. Another option is to modify cannam@86: *** your PATH or compiler configuration so that the native linker is cannam@86: *** used, and then restart. cannam@86: cannam@86: _LT_EOF cannam@86: ;; cannam@86: *) cannam@86: # For security reasons, it is highly recommended that you always cannam@86: # use absolute paths for naming shared libraries, and exclude the cannam@86: # DT_RUNPATH tag from executables and libraries. But doing so cannam@86: # requires that you compile everything twice, which is a pain. cannam@86: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: sunos4*) cannam@86: archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@86: wlarc= cannam@86: hardcode_direct=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: *) cannam@86: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@86: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: if test "$ld_shlibs" = no; then cannam@86: runpath_var= cannam@86: hardcode_libdir_flag_spec= cannam@86: export_dynamic_flag_spec= cannam@86: whole_archive_flag_spec= cannam@86: fi cannam@86: else cannam@86: # PORTME fill in a description of your system's linker (not GNU ld) cannam@86: case $host_os in cannam@86: aix3*) cannam@86: allow_undefined_flag=unsupported cannam@86: always_export_symbols=yes cannam@86: archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' cannam@86: # Note: this linker hardcodes the directories in LIBPATH if there cannam@86: # are no directories specified by -L. cannam@86: hardcode_minus_L=yes cannam@86: if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then cannam@86: # Neither direct hardcoding nor static linking is supported with a cannam@86: # broken collect2. cannam@86: hardcode_direct=unsupported cannam@86: fi cannam@86: ;; cannam@86: cannam@86: aix[4-9]*) cannam@86: if test "$host_cpu" = ia64; then cannam@86: # On IA64, the linker does run time linking by default, so we don't cannam@86: # have to do anything special. cannam@86: aix_use_runtimelinking=no cannam@86: exp_sym_flag='-Bexport' cannam@86: no_entry_flag="" cannam@86: else cannam@86: # If we're using GNU nm, then we don't want the "-C" option. cannam@86: # -C means demangle to AIX nm, but means don't demangle with GNU nm cannam@86: # Also, AIX nm treats weak defined symbols like other global cannam@86: # defined symbols, whereas GNU nm marks them as "W". cannam@86: if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then cannam@86: export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' cannam@86: else cannam@86: export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' cannam@86: fi cannam@86: aix_use_runtimelinking=no cannam@86: cannam@86: # Test if we are trying to use run time linking or normal cannam@86: # AIX style linking. If -brtl is somewhere in LDFLAGS, we cannam@86: # need to do runtime linking. cannam@86: case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) cannam@86: for ld_flag in $LDFLAGS; do cannam@86: if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then cannam@86: aix_use_runtimelinking=yes cannam@86: break cannam@86: fi cannam@86: done cannam@86: ;; cannam@86: esac cannam@86: cannam@86: exp_sym_flag='-bexport' cannam@86: no_entry_flag='-bnoentry' cannam@86: fi cannam@86: cannam@86: # When large executables or shared objects are built, AIX ld can cannam@86: # have problems creating the table of contents. If linking a library cannam@86: # or program results in "error TOC overflow" add -mminimal-toc to cannam@86: # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not cannam@86: # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. cannam@86: cannam@86: archive_cmds='' cannam@86: hardcode_direct=yes cannam@86: hardcode_direct_absolute=yes cannam@86: hardcode_libdir_separator=':' cannam@86: link_all_deplibs=yes cannam@86: file_list_spec='${wl}-f,' cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: case $host_os in aix4.[012]|aix4.[012].*) cannam@86: # We only want to do this on AIX 4.2 and lower, the check cannam@86: # below for broken collect2 doesn't work under 4.3+ cannam@86: collect2name=`${CC} -print-prog-name=collect2` cannam@86: if test -f "$collect2name" && cannam@86: strings "$collect2name" | $GREP resolve_lib_name >/dev/null cannam@86: then cannam@86: # We have reworked collect2 cannam@86: : cannam@86: else cannam@86: # We have old collect2 cannam@86: hardcode_direct=unsupported cannam@86: # It fails to find uninstalled libraries when the uninstalled cannam@86: # path is not listed in the libpath. Setting hardcode_minus_L cannam@86: # to unsupported forces relinking cannam@86: hardcode_minus_L=yes cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_libdir_separator= cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: shared_flag='-shared' cannam@86: if test "$aix_use_runtimelinking" = yes; then cannam@86: shared_flag="$shared_flag "'${wl}-G' cannam@86: fi cannam@86: else cannam@86: # not using gcc cannam@86: if test "$host_cpu" = ia64; then cannam@86: # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release cannam@86: # chokes on -Wl,-G. The following line is correct: cannam@86: shared_flag='-G' cannam@86: else cannam@86: if test "$aix_use_runtimelinking" = yes; then cannam@86: shared_flag='${wl}-G' cannam@86: else cannam@86: shared_flag='${wl}-bM:SRE' cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: cannam@86: export_dynamic_flag_spec='${wl}-bexpall' cannam@86: # It seems that -bexpall does not export symbols beginning with cannam@86: # underscore (_), so it is better to generate a list of symbols to export. cannam@86: always_export_symbols=yes cannam@86: if test "$aix_use_runtimelinking" = yes; then cannam@86: # Warning - without using the other runtime loading flags (-brtl), cannam@86: # -berok will link without error, but may produce a broken library. cannam@86: allow_undefined_flag='-berok' cannam@86: # Determine the default libpath from the value encoded in an cannam@86: # empty executable. cannam@86: if test "${lt_cv_aix_libpath+set}" = set; then cannam@86: aix_libpath=$lt_cv_aix_libpath cannam@86: else cannam@86: if ${lt_cv_aix_libpath_+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: cannam@86: lt_aix_libpath_sed=' cannam@86: /Import File Strings/,/^$/ { cannam@86: /^0/ { cannam@86: s/^0 *\([^ ]*\) *$/\1/ cannam@86: p cannam@86: } cannam@86: }' cannam@86: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@86: # Check for a 64-bit object if we didn't find anything. cannam@86: if test -z "$lt_cv_aix_libpath_"; then cannam@86: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@86: fi cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: if test -z "$lt_cv_aix_libpath_"; then cannam@86: lt_cv_aix_libpath_="/usr/lib:/lib" cannam@86: fi cannam@86: cannam@86: fi cannam@86: cannam@86: aix_libpath=$lt_cv_aix_libpath_ cannam@86: fi cannam@86: cannam@86: hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@86: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cannam@86: else cannam@86: if test "$host_cpu" = ia64; then cannam@86: hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' cannam@86: allow_undefined_flag="-z nodefs" cannam@86: archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" cannam@86: else cannam@86: # Determine the default libpath from the value encoded in an cannam@86: # empty executable. cannam@86: if test "${lt_cv_aix_libpath+set}" = set; then cannam@86: aix_libpath=$lt_cv_aix_libpath cannam@86: else cannam@86: if ${lt_cv_aix_libpath_+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: cannam@86: lt_aix_libpath_sed=' cannam@86: /Import File Strings/,/^$/ { cannam@86: /^0/ { cannam@86: s/^0 *\([^ ]*\) *$/\1/ cannam@86: p cannam@86: } cannam@86: }' cannam@86: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@86: # Check for a 64-bit object if we didn't find anything. cannam@86: if test -z "$lt_cv_aix_libpath_"; then cannam@86: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@86: fi cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: if test -z "$lt_cv_aix_libpath_"; then cannam@86: lt_cv_aix_libpath_="/usr/lib:/lib" cannam@86: fi cannam@86: cannam@86: fi cannam@86: cannam@86: aix_libpath=$lt_cv_aix_libpath_ cannam@86: fi cannam@86: cannam@86: hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" cannam@86: # Warning - without using the other run time loading flags, cannam@86: # -berok will link without error, but may produce a broken library. cannam@86: no_undefined_flag=' ${wl}-bernotok' cannam@86: allow_undefined_flag=' ${wl}-berok' cannam@86: if test "$with_gnu_ld" = yes; then cannam@86: # We only use this code for GNU lds that support --whole-archive. cannam@86: whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' cannam@86: else cannam@86: # Exported symbols can be pulled into shared objects from archives cannam@86: whole_archive_flag_spec='$convenience' cannam@86: fi cannam@86: archive_cmds_need_lc=yes cannam@86: # This is similar to how AIX traditionally builds its shared libraries. cannam@86: archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' cannam@86: fi cannam@86: fi cannam@86: ;; cannam@86: cannam@86: amigaos*) cannam@86: case $host_cpu in cannam@86: powerpc) cannam@86: # see comment about AmigaOS4 .so support cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' cannam@86: archive_expsym_cmds='' cannam@86: ;; cannam@86: m68k) cannam@86: archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_minus_L=yes cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: bsdi[45]*) cannam@86: export_dynamic_flag_spec=-rdynamic cannam@86: ;; cannam@86: cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: # When not using gcc, we currently assume that we are using cannam@86: # Microsoft Visual C++. cannam@86: # hardcode_libdir_flag_spec is actually meaningless, as there is cannam@86: # no search path for DLLs. cannam@86: case $cc_basename in cannam@86: cl*) cannam@86: # Native MSVC cannam@86: hardcode_libdir_flag_spec=' ' cannam@86: allow_undefined_flag=unsupported cannam@86: always_export_symbols=yes cannam@86: file_list_spec='@' cannam@86: # Tell ltmain to make .lib files, not .a files. cannam@86: libext=lib cannam@86: # Tell ltmain to make .dll files, not .so files. cannam@86: shrext_cmds=".dll" cannam@86: # FIXME: Setting linknames here is a bad hack. cannam@86: archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' cannam@86: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cannam@86: sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; cannam@86: else cannam@86: sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; cannam@86: fi~ cannam@86: $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ cannam@86: linknames=' cannam@86: # The linker will not automatically build a static lib if we build a DLL. cannam@86: # _LT_TAGVAR(old_archive_from_new_cmds, )='true' cannam@86: enable_shared_with_static_runtimes=yes cannam@86: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' cannam@86: # Don't use ranlib cannam@86: old_postinstall_cmds='chmod 644 $oldlib' cannam@86: postlink_cmds='lt_outputfile="@OUTPUT@"~ cannam@86: lt_tool_outputfile="@TOOL_OUTPUT@"~ cannam@86: case $lt_outputfile in cannam@86: *.exe|*.EXE) ;; cannam@86: *) cannam@86: lt_outputfile="$lt_outputfile.exe" cannam@86: lt_tool_outputfile="$lt_tool_outputfile.exe" cannam@86: ;; cannam@86: esac~ cannam@86: if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then cannam@86: $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; cannam@86: $RM "$lt_outputfile.manifest"; cannam@86: fi' cannam@86: ;; cannam@86: *) cannam@86: # Assume MSVC wrapper cannam@86: hardcode_libdir_flag_spec=' ' cannam@86: allow_undefined_flag=unsupported cannam@86: # Tell ltmain to make .lib files, not .a files. cannam@86: libext=lib cannam@86: # Tell ltmain to make .dll files, not .so files. cannam@86: shrext_cmds=".dll" cannam@86: # FIXME: Setting linknames here is a bad hack. cannam@86: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' cannam@86: # The linker will automatically build a .lib file if we build a DLL. cannam@86: old_archive_from_new_cmds='true' cannam@86: # FIXME: Should let the user specify the lib program. cannam@86: old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' cannam@86: enable_shared_with_static_runtimes=yes cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: darwin* | rhapsody*) cannam@86: cannam@86: cannam@86: archive_cmds_need_lc=no cannam@86: hardcode_direct=no cannam@86: hardcode_automatic=yes cannam@86: hardcode_shlibpath_var=unsupported cannam@86: if test "$lt_cv_ld_force_load" = "yes"; then cannam@86: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' cannam@86: else cannam@86: whole_archive_flag_spec='' cannam@86: fi cannam@86: link_all_deplibs=yes cannam@86: allow_undefined_flag="$_lt_dar_allow_undefined" cannam@86: case $cc_basename in cannam@86: ifort*) _lt_dar_can_shared=yes ;; cannam@86: *) _lt_dar_can_shared=$GCC ;; cannam@86: esac cannam@86: if test "$_lt_dar_can_shared" = "yes"; then cannam@86: output_verbose_link_cmd=func_echo_all cannam@86: archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" cannam@86: module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" cannam@86: archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" cannam@86: module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" cannam@86: cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: cannam@86: ;; cannam@86: cannam@86: dgux*) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: freebsd1*) cannam@86: ld_shlibs=no cannam@86: ;; cannam@86: cannam@86: # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor cannam@86: # support. Future versions do this automatically, but an explicit c++rt0.o cannam@86: # does not break anything, and helps significantly (at the cost of a little cannam@86: # extra space). cannam@86: freebsd2.2*) cannam@86: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' cannam@86: hardcode_libdir_flag_spec='-R$libdir' cannam@86: hardcode_direct=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: # Unfortunately, older versions of FreeBSD 2 do not have this feature. cannam@86: freebsd2*) cannam@86: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_direct=yes cannam@86: hardcode_minus_L=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: # FreeBSD 3 and greater uses gcc -shared to do shared libraries. cannam@86: freebsd* | dragonfly*) cannam@86: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@86: hardcode_libdir_flag_spec='-R$libdir' cannam@86: hardcode_direct=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: hpux9*) cannam@86: if test "$GCC" = yes; then cannam@86: archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' cannam@86: else cannam@86: archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' cannam@86: fi cannam@86: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@86: hardcode_libdir_separator=: cannam@86: hardcode_direct=yes cannam@86: cannam@86: # hardcode_minus_L: Not really in the search PATH, cannam@86: # but as the default location of the library. cannam@86: hardcode_minus_L=yes cannam@86: export_dynamic_flag_spec='${wl}-E' cannam@86: ;; cannam@86: cannam@86: hpux10*) cannam@86: if test "$GCC" = yes && test "$with_gnu_ld" = no; then cannam@86: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@86: else cannam@86: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@86: fi cannam@86: if test "$with_gnu_ld" = no; then cannam@86: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@86: hardcode_libdir_flag_spec_ld='+b $libdir' cannam@86: hardcode_libdir_separator=: cannam@86: hardcode_direct=yes cannam@86: hardcode_direct_absolute=yes cannam@86: export_dynamic_flag_spec='${wl}-E' cannam@86: # hardcode_minus_L: Not really in the search PATH, cannam@86: # but as the default location of the library. cannam@86: hardcode_minus_L=yes cannam@86: fi cannam@86: ;; cannam@86: cannam@86: hpux11*) cannam@86: if test "$GCC" = yes && test "$with_gnu_ld" = no; then cannam@86: case $host_cpu in cannam@86: hppa*64*) cannam@86: archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: ;; cannam@86: ia64*) cannam@86: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@86: ;; cannam@86: *) cannam@86: archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: case $host_cpu in cannam@86: hppa*64*) cannam@86: archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: ;; cannam@86: ia64*) cannam@86: archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@86: ;; cannam@86: *) cannam@86: cannam@86: # Older versions of the 11.00 compiler do not understand -b yet cannam@86: # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 cannam@86: $as_echo_n "checking if $CC understands -b... " >&6; } cannam@86: if ${lt_cv_prog_compiler__b+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_prog_compiler__b=no cannam@86: save_LDFLAGS="$LDFLAGS" cannam@86: LDFLAGS="$LDFLAGS -b" cannam@86: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@86: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@86: # The linker can only warn and ignore the option if not recognized cannam@86: # So say no if there are warnings cannam@86: if test -s conftest.err; then cannam@86: # Append any errors to the config.log. cannam@86: cat conftest.err 1>&5 cannam@86: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@86: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@86: if diff conftest.exp conftest.er2 >/dev/null; then cannam@86: lt_cv_prog_compiler__b=yes cannam@86: fi cannam@86: else cannam@86: lt_cv_prog_compiler__b=yes cannam@86: fi cannam@86: fi cannam@86: $RM -r conftest* cannam@86: LDFLAGS="$save_LDFLAGS" cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 cannam@86: $as_echo "$lt_cv_prog_compiler__b" >&6; } cannam@86: cannam@86: if test x"$lt_cv_prog_compiler__b" = xyes; then cannam@86: archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@86: else cannam@86: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@86: fi cannam@86: cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: if test "$with_gnu_ld" = no; then cannam@86: hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' cannam@86: hardcode_libdir_separator=: cannam@86: cannam@86: case $host_cpu in cannam@86: hppa*64*|ia64*) cannam@86: hardcode_direct=no cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: *) cannam@86: hardcode_direct=yes cannam@86: hardcode_direct_absolute=yes cannam@86: export_dynamic_flag_spec='${wl}-E' cannam@86: cannam@86: # hardcode_minus_L: Not really in the search PATH, cannam@86: # but as the default location of the library. cannam@86: hardcode_minus_L=yes cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: ;; cannam@86: cannam@86: irix5* | irix6* | nonstopux*) cannam@86: if test "$GCC" = yes; then cannam@86: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cannam@86: # Try to use the -exported_symbol ld option, if it does not cannam@86: # work, assume that -exports_file does not work either and cannam@86: # implicitly export all symbols. cannam@86: # This should be the same for all languages, so no per-tag cache variable. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 cannam@86: $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } cannam@86: if ${lt_cv_irix_exported_symbol+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: save_LDFLAGS="$LDFLAGS" cannam@86: LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: int foo (void) { return 0; } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: lt_cv_irix_exported_symbol=yes cannam@86: else cannam@86: lt_cv_irix_exported_symbol=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LDFLAGS="$save_LDFLAGS" cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 cannam@86: $as_echo "$lt_cv_irix_exported_symbol" >&6; } cannam@86: if test "$lt_cv_irix_exported_symbol" = yes; then cannam@86: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' cannam@86: fi cannam@86: else cannam@86: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' cannam@86: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' cannam@86: fi cannam@86: archive_cmds_need_lc='no' cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: hardcode_libdir_separator=: cannam@86: inherit_rpath=yes cannam@86: link_all_deplibs=yes cannam@86: ;; cannam@86: cannam@86: netbsd*) cannam@86: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@86: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out cannam@86: else cannam@86: archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF cannam@86: fi cannam@86: hardcode_libdir_flag_spec='-R$libdir' cannam@86: hardcode_direct=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: newsos6) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_direct=yes cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: hardcode_libdir_separator=: cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: *nto* | *qnx*) cannam@86: ;; cannam@86: cannam@86: openbsd*) cannam@86: if test -f /usr/libexec/ld.so; then cannam@86: hardcode_direct=yes cannam@86: hardcode_shlibpath_var=no cannam@86: hardcode_direct_absolute=yes cannam@86: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@86: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' cannam@86: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@86: export_dynamic_flag_spec='${wl}-E' cannam@86: else cannam@86: case $host_os in cannam@86: openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) cannam@86: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_libdir_flag_spec='-R$libdir' cannam@86: ;; cannam@86: *) cannam@86: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@86: hardcode_libdir_flag_spec='${wl}-rpath,$libdir' cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: else cannam@86: ld_shlibs=no cannam@86: fi cannam@86: ;; cannam@86: cannam@86: os2*) cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_minus_L=yes cannam@86: allow_undefined_flag=unsupported cannam@86: archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' cannam@86: old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' cannam@86: ;; cannam@86: cannam@86: osf3*) cannam@86: if test "$GCC" = yes; then cannam@86: allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cannam@86: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cannam@86: else cannam@86: allow_undefined_flag=' -expect_unresolved \*' cannam@86: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' cannam@86: fi cannam@86: archive_cmds_need_lc='no' cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: hardcode_libdir_separator=: cannam@86: ;; cannam@86: cannam@86: osf4* | osf5*) # as osf3* with the addition of -msym flag cannam@86: if test "$GCC" = yes; then cannam@86: allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cannam@86: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cannam@86: hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' cannam@86: else cannam@86: allow_undefined_flag=' -expect_unresolved \*' cannam@86: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' cannam@86: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ cannam@86: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' cannam@86: cannam@86: # Both c and cxx compiler support -rpath directly cannam@86: hardcode_libdir_flag_spec='-rpath $libdir' cannam@86: fi cannam@86: archive_cmds_need_lc='no' cannam@86: hardcode_libdir_separator=: cannam@86: ;; cannam@86: cannam@86: solaris*) cannam@86: no_undefined_flag=' -z defs' cannam@86: if test "$GCC" = yes; then cannam@86: wlarc='${wl}' cannam@86: archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@86: $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' cannam@86: else cannam@86: case `$CC -V 2>&1` in cannam@86: *"Compilers 5.0"*) cannam@86: wlarc='' cannam@86: archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@86: $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' cannam@86: ;; cannam@86: *) cannam@86: wlarc='${wl}' cannam@86: archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@86: $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: hardcode_libdir_flag_spec='-R$libdir' cannam@86: hardcode_shlibpath_var=no cannam@86: case $host_os in cannam@86: solaris2.[0-5] | solaris2.[0-5].*) ;; cannam@86: *) cannam@86: # The compiler driver will combine and reorder linker options, cannam@86: # but understands `-z linker_flag'. GCC discards it without `$wl', cannam@86: # but is careful enough not to reorder. cannam@86: # Supported since Solaris 2.6 (maybe 2.5.1?) cannam@86: if test "$GCC" = yes; then cannam@86: whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' cannam@86: else cannam@86: whole_archive_flag_spec='-z allextract$convenience -z defaultextract' cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: link_all_deplibs=yes cannam@86: ;; cannam@86: cannam@86: sunos4*) cannam@86: if test "x$host_vendor" = xsequent; then cannam@86: # Use $CC to link under sequent, because it throws in some extra .o cannam@86: # files that make .init and .fini sections work. cannam@86: archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: else cannam@86: archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' cannam@86: fi cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_direct=yes cannam@86: hardcode_minus_L=yes cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: sysv4) cannam@86: case $host_vendor in cannam@86: sni) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_direct=yes # is this really true??? cannam@86: ;; cannam@86: siemens) cannam@86: ## LD is ld it makes a PLAMLIB cannam@86: ## CC just makes a GrossModule. cannam@86: archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' cannam@86: reload_cmds='$CC -r -o $output$reload_objs' cannam@86: hardcode_direct=no cannam@86: ;; cannam@86: motorola) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_direct=no #Motorola manual says yes, but my tests say they lie cannam@86: ;; cannam@86: esac cannam@86: runpath_var='LD_RUN_PATH' cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: sysv4.3*) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_shlibpath_var=no cannam@86: export_dynamic_flag_spec='-Bexport' cannam@86: ;; cannam@86: cannam@86: sysv4*MP*) cannam@86: if test -d /usr/nec; then cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_shlibpath_var=no cannam@86: runpath_var=LD_RUN_PATH cannam@86: hardcode_runpath_var=yes cannam@86: ld_shlibs=yes cannam@86: fi cannam@86: ;; cannam@86: cannam@86: sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) cannam@86: no_undefined_flag='${wl}-z,text' cannam@86: archive_cmds_need_lc=no cannam@86: hardcode_shlibpath_var=no cannam@86: runpath_var='LD_RUN_PATH' cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: else cannam@86: archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: sysv5* | sco3.2v5* | sco5v6*) cannam@86: # Note: We can NOT use -z defs as we might desire, because we do not cannam@86: # link with -lc, and that would cause any symbols used from libc to cannam@86: # always be unresolved, which means just about no library would cannam@86: # ever link correctly. If we're not using GNU ld we use -z text cannam@86: # though, which does catch some bad symbols but isn't as heavy-handed cannam@86: # as -z defs. cannam@86: no_undefined_flag='${wl}-z,text' cannam@86: allow_undefined_flag='${wl}-z,nodefs' cannam@86: archive_cmds_need_lc=no cannam@86: hardcode_shlibpath_var=no cannam@86: hardcode_libdir_flag_spec='${wl}-R,$libdir' cannam@86: hardcode_libdir_separator=':' cannam@86: link_all_deplibs=yes cannam@86: export_dynamic_flag_spec='${wl}-Bexport' cannam@86: runpath_var='LD_RUN_PATH' cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: else cannam@86: archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: uts4*) cannam@86: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@86: hardcode_libdir_flag_spec='-L$libdir' cannam@86: hardcode_shlibpath_var=no cannam@86: ;; cannam@86: cannam@86: *) cannam@86: ld_shlibs=no cannam@86: ;; cannam@86: esac cannam@86: cannam@86: if test x$host_vendor = xsni; then cannam@86: case $host in cannam@86: sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) cannam@86: export_dynamic_flag_spec='${wl}-Blargedynsym' cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: fi cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 cannam@86: $as_echo "$ld_shlibs" >&6; } cannam@86: test "$ld_shlibs" = no && can_build_shared=no cannam@86: cannam@86: with_gnu_ld=$with_gnu_ld cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # cannam@86: # Do we need to explicitly link libc? cannam@86: # cannam@86: case "x$archive_cmds_need_lc" in cannam@86: x|xyes) cannam@86: # Assume -lc should be added cannam@86: archive_cmds_need_lc=yes cannam@86: cannam@86: if test "$enable_shared" = yes && test "$GCC" = yes; then cannam@86: case $archive_cmds in cannam@86: *'~'*) cannam@86: # FIXME: we may have to deal with multi-command sequences. cannam@86: ;; cannam@86: '$CC '*) cannam@86: # Test whether the compiler implicitly links with -lc since on some cannam@86: # systems, -lgcc has to come before -lc. If gcc already passes -lc cannam@86: # to ld, don't add -lc before -lgcc. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 cannam@86: $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } cannam@86: if ${lt_cv_archive_cmds_need_lc+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: $RM conftest* cannam@86: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@86: cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@86: (eval $ac_compile) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } 2>conftest.err; then cannam@86: soname=conftest cannam@86: lib=conftest cannam@86: libobjs=conftest.$ac_objext cannam@86: deplibs= cannam@86: wl=$lt_prog_compiler_wl cannam@86: pic_flag=$lt_prog_compiler_pic cannam@86: compiler_flags=-v cannam@86: linker_flags=-v cannam@86: verstring= cannam@86: output_objdir=. cannam@86: libname=conftest cannam@86: lt_save_allow_undefined_flag=$allow_undefined_flag cannam@86: allow_undefined_flag= cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 cannam@86: (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } cannam@86: then cannam@86: lt_cv_archive_cmds_need_lc=no cannam@86: else cannam@86: lt_cv_archive_cmds_need_lc=yes cannam@86: fi cannam@86: allow_undefined_flag=$lt_save_allow_undefined_flag cannam@86: else cannam@86: cat conftest.err 1>&5 cannam@86: fi cannam@86: $RM conftest* cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 cannam@86: $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } cannam@86: archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 cannam@86: $as_echo_n "checking dynamic linker characteristics... " >&6; } cannam@86: cannam@86: if test "$GCC" = yes; then cannam@86: case $host_os in cannam@86: darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; cannam@86: *) lt_awk_arg="/^libraries:/" ;; cannam@86: esac cannam@86: case $host_os in cannam@86: mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; cannam@86: *) lt_sed_strip_eq="s,=/,/,g" ;; cannam@86: esac cannam@86: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` cannam@86: case $lt_search_path_spec in cannam@86: *\;*) cannam@86: # if the path contains ";" then we assume it to be the separator cannam@86: # otherwise default to the standard path separator (i.e. ":") - it is cannam@86: # assumed that no part of a normal pathname contains ";" but that should cannam@86: # okay in the real world where ";" in dirpaths is itself problematic. cannam@86: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` cannam@86: ;; cannam@86: *) cannam@86: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` cannam@86: ;; cannam@86: esac cannam@86: # Ok, now we have the path, separated by spaces, we can step through it cannam@86: # and add multilib dir if necessary. cannam@86: lt_tmp_lt_search_path_spec= cannam@86: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` cannam@86: for lt_sys_path in $lt_search_path_spec; do cannam@86: if test -d "$lt_sys_path/$lt_multi_os_dir"; then cannam@86: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" cannam@86: else cannam@86: test -d "$lt_sys_path" && \ cannam@86: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" cannam@86: fi cannam@86: done cannam@86: lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' cannam@86: BEGIN {RS=" "; FS="/|\n";} { cannam@86: lt_foo=""; cannam@86: lt_count=0; cannam@86: for (lt_i = NF; lt_i > 0; lt_i--) { cannam@86: if ($lt_i != "" && $lt_i != ".") { cannam@86: if ($lt_i == "..") { cannam@86: lt_count++; cannam@86: } else { cannam@86: if (lt_count == 0) { cannam@86: lt_foo="/" $lt_i lt_foo; cannam@86: } else { cannam@86: lt_count--; cannam@86: } cannam@86: } cannam@86: } cannam@86: } cannam@86: if (lt_foo != "") { lt_freq[lt_foo]++; } cannam@86: if (lt_freq[lt_foo] == 1) { print lt_foo; } cannam@86: }'` cannam@86: # AWK program above erroneously prepends '/' to C:/dos/paths cannam@86: # for these hosts. cannam@86: case $host_os in cannam@86: mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ cannam@86: $SED 's,/\([A-Za-z]:\),\1,g'` ;; cannam@86: esac cannam@86: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` cannam@86: else cannam@86: sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" cannam@86: fi cannam@86: library_names_spec= cannam@86: libname_spec='lib$name' cannam@86: soname_spec= cannam@86: shrext_cmds=".so" cannam@86: postinstall_cmds= cannam@86: postuninstall_cmds= cannam@86: finish_cmds= cannam@86: finish_eval= cannam@86: shlibpath_var= cannam@86: shlibpath_overrides_runpath=unknown cannam@86: version_type=none cannam@86: dynamic_linker="$host_os ld.so" cannam@86: sys_lib_dlsearch_path_spec="/lib /usr/lib" cannam@86: need_lib_prefix=unknown cannam@86: hardcode_into_libs=no cannam@86: cannam@86: # when you set need_version to no, make sure it does not cause -set_version cannam@86: # flags to be left without arguments cannam@86: need_version=unknown cannam@86: cannam@86: case $host_os in cannam@86: aix3*) cannam@86: version_type=linux cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' cannam@86: shlibpath_var=LIBPATH cannam@86: cannam@86: # AIX 3 has no versioning support, so we append a major version to the name. cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: ;; cannam@86: cannam@86: aix[4-9]*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: hardcode_into_libs=yes cannam@86: if test "$host_cpu" = ia64; then cannam@86: # AIX 5 supports IA64 cannam@86: library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: else cannam@86: # With GCC up to 2.95.x, collect2 would create an import file cannam@86: # for dependence libraries. The import file would start with cannam@86: # the line `#! .'. This would cause the generated library to cannam@86: # depend on `.', always an invalid library. This was fixed in cannam@86: # development snapshots of GCC prior to 3.0. cannam@86: case $host_os in cannam@86: aix4 | aix4.[01] | aix4.[01].*) cannam@86: if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' cannam@86: echo ' yes ' cannam@86: echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then cannam@86: : cannam@86: else cannam@86: can_build_shared=no cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: # AIX (on Power*) has no versioning support, so currently we can not hardcode correct cannam@86: # soname into executable. Probably we can add versioning support to cannam@86: # collect2, so additional links can be useful in future. cannam@86: if test "$aix_use_runtimelinking" = yes; then cannam@86: # If using run time linking (on AIX 4.2 or later) use lib.so cannam@86: # instead of lib.a to let people know that these are not cannam@86: # typical AIX shared libraries. cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: else cannam@86: # We preserve .a as extension for shared libraries through AIX4.2 cannam@86: # and later when we are not doing run time linking. cannam@86: library_names_spec='${libname}${release}.a $libname.a' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: fi cannam@86: shlibpath_var=LIBPATH cannam@86: fi cannam@86: ;; cannam@86: cannam@86: amigaos*) cannam@86: case $host_cpu in cannam@86: powerpc) cannam@86: # Since July 2007 AmigaOS4 officially supports .so libraries. cannam@86: # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: ;; cannam@86: m68k) cannam@86: library_names_spec='$libname.ixlibrary $libname.a' cannam@86: # Create ${libname}_ixlibrary.a entries in /sys/libs. cannam@86: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: beos*) cannam@86: library_names_spec='${libname}${shared_ext}' cannam@86: dynamic_linker="$host_os ld.so" cannam@86: shlibpath_var=LIBRARY_PATH cannam@86: ;; cannam@86: cannam@86: bsdi[45]*) cannam@86: version_type=linux cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" cannam@86: sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" cannam@86: # the default ld.so.conf also contains /usr/contrib/lib and cannam@86: # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow cannam@86: # libtool to hard-code these into programs cannam@86: ;; cannam@86: cannam@86: cygwin* | mingw* | pw32* | cegcc*) cannam@86: version_type=windows cannam@86: shrext_cmds=".dll" cannam@86: need_version=no cannam@86: need_lib_prefix=no cannam@86: cannam@86: case $GCC,$cc_basename in cannam@86: yes,*) cannam@86: # gcc cannam@86: library_names_spec='$libname.dll.a' cannam@86: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@86: postinstall_cmds='base_file=`basename \${file}`~ cannam@86: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@86: dldir=$destdir/`dirname \$dlpath`~ cannam@86: test -d \$dldir || mkdir -p \$dldir~ cannam@86: $install_prog $dir/$dlname \$dldir/$dlname~ cannam@86: chmod a+x \$dldir/$dlname~ cannam@86: if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then cannam@86: eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; cannam@86: fi' cannam@86: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@86: dlpath=$dir/\$dldll~ cannam@86: $RM \$dlpath' cannam@86: shlibpath_overrides_runpath=yes cannam@86: cannam@86: case $host_os in cannam@86: cygwin*) cannam@86: # Cygwin DLLs use 'cyg' prefix rather than 'lib' cannam@86: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@86: cannam@86: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" cannam@86: ;; cannam@86: mingw* | cegcc*) cannam@86: # MinGW DLLs use traditional 'lib' prefix cannam@86: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@86: ;; cannam@86: pw32*) cannam@86: # pw32 DLLs use 'pw' prefix rather than 'lib' cannam@86: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@86: ;; cannam@86: esac cannam@86: dynamic_linker='Win32 ld.exe' cannam@86: ;; cannam@86: cannam@86: *,cl*) cannam@86: # Native MSVC cannam@86: libname_spec='$name' cannam@86: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cannam@86: library_names_spec='${libname}.dll.lib' cannam@86: cannam@86: case $build_os in cannam@86: mingw*) cannam@86: sys_lib_search_path_spec= cannam@86: lt_save_ifs=$IFS cannam@86: IFS=';' cannam@86: for lt_path in $LIB cannam@86: do cannam@86: IFS=$lt_save_ifs cannam@86: # Let DOS variable expansion print the short 8.3 style file name. cannam@86: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` cannam@86: sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" cannam@86: done cannam@86: IFS=$lt_save_ifs cannam@86: # Convert to MSYS style. cannam@86: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` cannam@86: ;; cannam@86: cygwin*) cannam@86: # Convert to unix form, then to dos form, then back to unix form cannam@86: # but this time dos style (no spaces!) so that the unix form looks cannam@86: # like /cygdrive/c/PROGRA~1:/cygdr... cannam@86: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` cannam@86: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` cannam@86: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@86: ;; cannam@86: *) cannam@86: sys_lib_search_path_spec="$LIB" cannam@86: if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then cannam@86: # It is most probably a Windows format PATH. cannam@86: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cannam@86: else cannam@86: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@86: fi cannam@86: # FIXME: find the short name or the path components, as spaces are cannam@86: # common. (e.g. "Program Files" -> "PROGRA~1") cannam@86: ;; cannam@86: esac cannam@86: cannam@86: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@86: postinstall_cmds='base_file=`basename \${file}`~ cannam@86: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ cannam@86: dldir=$destdir/`dirname \$dlpath`~ cannam@86: test -d \$dldir || mkdir -p \$dldir~ cannam@86: $install_prog $dir/$dlname \$dldir/$dlname' cannam@86: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@86: dlpath=$dir/\$dldll~ cannam@86: $RM \$dlpath' cannam@86: shlibpath_overrides_runpath=yes cannam@86: dynamic_linker='Win32 link.exe' cannam@86: ;; cannam@86: cannam@86: *) cannam@86: # Assume MSVC wrapper cannam@86: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cannam@86: dynamic_linker='Win32 ld.exe' cannam@86: ;; cannam@86: esac cannam@86: # FIXME: first we should search . and the directory the executable is in cannam@86: shlibpath_var=PATH cannam@86: ;; cannam@86: cannam@86: darwin* | rhapsody*) cannam@86: dynamic_linker="$host_os dyld" cannam@86: version_type=darwin cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' cannam@86: soname_spec='${libname}${release}${major}$shared_ext' cannam@86: shlibpath_overrides_runpath=yes cannam@86: shlibpath_var=DYLD_LIBRARY_PATH cannam@86: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cannam@86: cannam@86: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" cannam@86: sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' cannam@86: ;; cannam@86: cannam@86: dgux*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: ;; cannam@86: cannam@86: freebsd1*) cannam@86: dynamic_linker=no cannam@86: ;; cannam@86: cannam@86: freebsd* | dragonfly*) cannam@86: # DragonFly does not have aout. When/if they implement a new cannam@86: # versioning mechanism, adjust this. cannam@86: if test -x /usr/bin/objformat; then cannam@86: objformat=`/usr/bin/objformat` cannam@86: else cannam@86: case $host_os in cannam@86: freebsd[123]*) objformat=aout ;; cannam@86: *) objformat=elf ;; cannam@86: esac cannam@86: fi cannam@86: version_type=freebsd-$objformat cannam@86: case $version_type in cannam@86: freebsd-elf*) cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@86: need_version=no cannam@86: need_lib_prefix=no cannam@86: ;; cannam@86: freebsd-*) cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' cannam@86: need_version=yes cannam@86: ;; cannam@86: esac cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: case $host_os in cannam@86: freebsd2*) cannam@86: shlibpath_overrides_runpath=yes cannam@86: ;; cannam@86: freebsd3.[01]* | freebsdelf3.[01]*) cannam@86: shlibpath_overrides_runpath=yes cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ cannam@86: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) cannam@86: shlibpath_overrides_runpath=no cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: *) # from 4.6 on, and DragonFly cannam@86: shlibpath_overrides_runpath=yes cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: gnu*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: haiku*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: dynamic_linker="$host_os runtime_loader" cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: hpux9* | hpux10* | hpux11*) cannam@86: # Give a soname corresponding to the major version so that dld.sl refuses to cannam@86: # link against other versions. cannam@86: version_type=sunos cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: case $host_cpu in cannam@86: ia64*) cannam@86: shrext_cmds='.so' cannam@86: hardcode_into_libs=yes cannam@86: dynamic_linker="$host_os dld.so" cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: if test "X$HPUX_IA64_MODE" = X32; then cannam@86: sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" cannam@86: else cannam@86: sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" cannam@86: fi cannam@86: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@86: ;; cannam@86: hppa*64*) cannam@86: shrext_cmds='.sl' cannam@86: hardcode_into_libs=yes cannam@86: dynamic_linker="$host_os dld.sl" cannam@86: shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH cannam@86: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" cannam@86: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@86: ;; cannam@86: *) cannam@86: shrext_cmds='.sl' cannam@86: dynamic_linker="$host_os dld.sl" cannam@86: shlibpath_var=SHLIB_PATH cannam@86: shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: ;; cannam@86: esac cannam@86: # HP-UX runs *really* slowly unless shared libraries are mode 555, ... cannam@86: postinstall_cmds='chmod 555 $lib' cannam@86: # or fails outright, so override atomically: cannam@86: install_override_mode=555 cannam@86: ;; cannam@86: cannam@86: interix[3-9]*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=no cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: irix5* | irix6* | nonstopux*) cannam@86: case $host_os in cannam@86: nonstopux*) version_type=nonstopux ;; cannam@86: *) cannam@86: if test "$lt_cv_prog_gnu_ld" = yes; then cannam@86: version_type=linux cannam@86: else cannam@86: version_type=irix cannam@86: fi ;; cannam@86: esac cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@86: case $host_os in cannam@86: irix5* | nonstopux*) cannam@86: libsuff= shlibsuff= cannam@86: ;; cannam@86: *) cannam@86: case $LD in # libtool.m4 will add one of these switches to LD cannam@86: *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") cannam@86: libsuff= shlibsuff= libmagic=32-bit;; cannam@86: *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") cannam@86: libsuff=32 shlibsuff=N32 libmagic=N32;; cannam@86: *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") cannam@86: libsuff=64 shlibsuff=64 libmagic=64-bit;; cannam@86: *) libsuff= shlibsuff= libmagic=never-match;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: shlibpath_var=LD_LIBRARY${shlibsuff}_PATH cannam@86: shlibpath_overrides_runpath=no cannam@86: sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" cannam@86: sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: # No shared lib support for Linux oldld, aout, or coff. cannam@86: linux*oldld* | linux*aout* | linux*coff*) cannam@86: dynamic_linker=no cannam@86: ;; cannam@86: cannam@86: # This must be Linux ELF. cannam@86: linux* | k*bsd*-gnu | kopensolaris*-gnu) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=no cannam@86: cannam@86: # Some binutils ld are patched to set DT_RUNPATH cannam@86: if ${lt_cv_shlibpath_overrides_runpath+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: lt_cv_shlibpath_overrides_runpath=no cannam@86: save_LDFLAGS=$LDFLAGS cannam@86: save_libdir=$libdir cannam@86: eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ cannam@86: LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : cannam@86: lt_cv_shlibpath_overrides_runpath=yes cannam@86: fi cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LDFLAGS=$save_LDFLAGS cannam@86: libdir=$save_libdir cannam@86: cannam@86: fi cannam@86: cannam@86: shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath cannam@86: cannam@86: # This implies no fast_install, which is unacceptable. cannam@86: # Some rework will be needed to allow for fast_install cannam@86: # before this can be enabled. cannam@86: hardcode_into_libs=yes cannam@86: cannam@86: # Add ABI-specific directories to the system library path. cannam@86: sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" cannam@86: cannam@86: # Append ld.so.conf contents to the search path cannam@86: if test -f /etc/ld.so.conf; then cannam@86: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` cannam@86: sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" cannam@86: cannam@86: fi cannam@86: cannam@86: # We used to test for /lib/ld.so.1 and disable shared libraries on cannam@86: # powerpc, because MkLinux only supported shared libraries with the cannam@86: # GNU dynamic linker. Since this was broken with cross compilers, cannam@86: # most powerpc-linux boxes support dynamic linking these days and cannam@86: # people can always --disable-shared, the test was removed, and we cannam@86: # assume the GNU/Linux dynamic linker is in use. cannam@86: dynamic_linker='GNU/Linux ld.so' cannam@86: ;; cannam@86: cannam@86: netbsd*) cannam@86: version_type=sunos cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@86: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@86: dynamic_linker='NetBSD (a.out) ld.so' cannam@86: else cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: dynamic_linker='NetBSD ld.elf_so' cannam@86: fi cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: newsos6) cannam@86: version_type=linux cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: ;; cannam@86: cannam@86: *nto* | *qnx*) cannam@86: version_type=qnx cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=no cannam@86: hardcode_into_libs=yes cannam@86: dynamic_linker='ldqnx.so' cannam@86: ;; cannam@86: cannam@86: openbsd*) cannam@86: version_type=sunos cannam@86: sys_lib_dlsearch_path_spec="/usr/lib" cannam@86: need_lib_prefix=no cannam@86: # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. cannam@86: case $host_os in cannam@86: openbsd3.3 | openbsd3.3.*) need_version=yes ;; cannam@86: *) need_version=no ;; cannam@86: esac cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@86: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cannam@86: case $host_os in cannam@86: openbsd2.[89] | openbsd2.[89].*) cannam@86: shlibpath_overrides_runpath=no cannam@86: ;; cannam@86: *) cannam@86: shlibpath_overrides_runpath=yes cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: shlibpath_overrides_runpath=yes cannam@86: fi cannam@86: ;; cannam@86: cannam@86: os2*) cannam@86: libname_spec='$name' cannam@86: shrext_cmds=".dll" cannam@86: need_lib_prefix=no cannam@86: library_names_spec='$libname${shared_ext} $libname.a' cannam@86: dynamic_linker='OS/2 ld.exe' cannam@86: shlibpath_var=LIBPATH cannam@86: ;; cannam@86: cannam@86: osf3* | osf4* | osf5*) cannam@86: version_type=osf cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" cannam@86: sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" cannam@86: ;; cannam@86: cannam@86: rdos*) cannam@86: dynamic_linker=no cannam@86: ;; cannam@86: cannam@86: solaris*) cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: hardcode_into_libs=yes cannam@86: # ldd complains unless libraries are executable cannam@86: postinstall_cmds='chmod +x $lib' cannam@86: ;; cannam@86: cannam@86: sunos4*) cannam@86: version_type=sunos cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' cannam@86: finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: if test "$with_gnu_ld" = yes; then cannam@86: need_lib_prefix=no cannam@86: fi cannam@86: need_version=yes cannam@86: ;; cannam@86: cannam@86: sysv4 | sysv4.3*) cannam@86: version_type=linux cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: case $host_vendor in cannam@86: sni) cannam@86: shlibpath_overrides_runpath=no cannam@86: need_lib_prefix=no cannam@86: runpath_var=LD_RUN_PATH cannam@86: ;; cannam@86: siemens) cannam@86: need_lib_prefix=no cannam@86: ;; cannam@86: motorola) cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: shlibpath_overrides_runpath=no cannam@86: sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' cannam@86: ;; cannam@86: esac cannam@86: ;; cannam@86: cannam@86: sysv4*MP*) cannam@86: if test -d /usr/nec ;then cannam@86: version_type=linux cannam@86: library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' cannam@86: soname_spec='$libname${shared_ext}.$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: fi cannam@86: ;; cannam@86: cannam@86: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@86: version_type=freebsd-elf cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=yes cannam@86: hardcode_into_libs=yes cannam@86: if test "$with_gnu_ld" = yes; then cannam@86: sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' cannam@86: else cannam@86: sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' cannam@86: case $host_os in cannam@86: sco3.2v5*) cannam@86: sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: sys_lib_dlsearch_path_spec='/usr/lib' cannam@86: ;; cannam@86: cannam@86: tpf*) cannam@86: # TPF is a cross-target only. Preferred cross-host = GNU/Linux. cannam@86: version_type=linux cannam@86: need_lib_prefix=no cannam@86: need_version=no cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: shlibpath_overrides_runpath=no cannam@86: hardcode_into_libs=yes cannam@86: ;; cannam@86: cannam@86: uts4*) cannam@86: version_type=linux cannam@86: library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' cannam@86: soname_spec='${libname}${release}${shared_ext}$major' cannam@86: shlibpath_var=LD_LIBRARY_PATH cannam@86: ;; cannam@86: cannam@86: *) cannam@86: dynamic_linker=no cannam@86: ;; cannam@86: esac cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 cannam@86: $as_echo "$dynamic_linker" >&6; } cannam@86: test "$dynamic_linker" = no && can_build_shared=no cannam@86: cannam@86: variables_saved_for_relink="PATH $shlibpath_var $runpath_var" cannam@86: if test "$GCC" = yes; then cannam@86: variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" cannam@86: fi cannam@86: cannam@86: if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then cannam@86: sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" cannam@86: fi cannam@86: if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then cannam@86: sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 cannam@86: $as_echo_n "checking how to hardcode library paths into programs... " >&6; } cannam@86: hardcode_action= cannam@86: if test -n "$hardcode_libdir_flag_spec" || cannam@86: test -n "$runpath_var" || cannam@86: test "X$hardcode_automatic" = "Xyes" ; then cannam@86: cannam@86: # We can hardcode non-existent directories. cannam@86: if test "$hardcode_direct" != no && cannam@86: # If the only mechanism to avoid hardcoding is shlibpath_var, we cannam@86: # have to relink, otherwise we might link with an installed library cannam@86: # when we should be linking with a yet-to-be-installed one cannam@86: ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && cannam@86: test "$hardcode_minus_L" != no; then cannam@86: # Linking always hardcodes the temporary library directory. cannam@86: hardcode_action=relink cannam@86: else cannam@86: # We can link without hardcoding, and we can hardcode nonexisting dirs. cannam@86: hardcode_action=immediate cannam@86: fi cannam@86: else cannam@86: # We cannot hardcode anything, or else we can only hardcode existing cannam@86: # directories. cannam@86: hardcode_action=unsupported cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 cannam@86: $as_echo "$hardcode_action" >&6; } cannam@86: cannam@86: if test "$hardcode_action" = relink || cannam@86: test "$inherit_rpath" = yes; then cannam@86: # Fast installation is not supported cannam@86: enable_fast_install=no cannam@86: elif test "$shlibpath_overrides_runpath" = yes || cannam@86: test "$enable_shared" = no; then cannam@86: # Fast installation is not necessary cannam@86: enable_fast_install=needless cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: if test "x$enable_dlopen" != xyes; then cannam@86: enable_dlopen=unknown cannam@86: enable_dlopen_self=unknown cannam@86: enable_dlopen_self_static=unknown cannam@86: else cannam@86: lt_cv_dlopen=no cannam@86: lt_cv_dlopen_libs= cannam@86: cannam@86: case $host_os in cannam@86: beos*) cannam@86: lt_cv_dlopen="load_add_on" cannam@86: lt_cv_dlopen_libs= cannam@86: lt_cv_dlopen_self=yes cannam@86: ;; cannam@86: cannam@86: mingw* | pw32* | cegcc*) cannam@86: lt_cv_dlopen="LoadLibrary" cannam@86: lt_cv_dlopen_libs= cannam@86: ;; cannam@86: cannam@86: cygwin*) cannam@86: lt_cv_dlopen="dlopen" cannam@86: lt_cv_dlopen_libs= cannam@86: ;; cannam@86: cannam@86: darwin*) cannam@86: # if libdl is installed we need to link against it cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@86: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@86: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_check_lib_save_LIBS=$LIBS cannam@86: LIBS="-ldl $LIBS" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char dlopen (); cannam@86: int cannam@86: main () cannam@86: { cannam@86: return dlopen (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: ac_cv_lib_dl_dlopen=yes cannam@86: else cannam@86: ac_cv_lib_dl_dlopen=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LIBS=$ac_check_lib_save_LIBS cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@86: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@86: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@86: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" cannam@86: else cannam@86: cannam@86: lt_cv_dlopen="dyld" cannam@86: lt_cv_dlopen_libs= cannam@86: lt_cv_dlopen_self=yes cannam@86: cannam@86: fi cannam@86: cannam@86: ;; cannam@86: cannam@86: *) cannam@86: ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" cannam@86: if test "x$ac_cv_func_shl_load" = xyes; then : cannam@86: lt_cv_dlopen="shl_load" cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 cannam@86: $as_echo_n "checking for shl_load in -ldld... " >&6; } cannam@86: if ${ac_cv_lib_dld_shl_load+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_check_lib_save_LIBS=$LIBS cannam@86: LIBS="-ldld $LIBS" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char shl_load (); cannam@86: int cannam@86: main () cannam@86: { cannam@86: return shl_load (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: ac_cv_lib_dld_shl_load=yes cannam@86: else cannam@86: ac_cv_lib_dld_shl_load=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LIBS=$ac_check_lib_save_LIBS cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 cannam@86: $as_echo "$ac_cv_lib_dld_shl_load" >&6; } cannam@86: if test "x$ac_cv_lib_dld_shl_load" = xyes; then : cannam@86: lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" cannam@86: else cannam@86: ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" cannam@86: if test "x$ac_cv_func_dlopen" = xyes; then : cannam@86: lt_cv_dlopen="dlopen" cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@86: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@86: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_check_lib_save_LIBS=$LIBS cannam@86: LIBS="-ldl $LIBS" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char dlopen (); cannam@86: int cannam@86: main () cannam@86: { cannam@86: return dlopen (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: ac_cv_lib_dl_dlopen=yes cannam@86: else cannam@86: ac_cv_lib_dl_dlopen=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LIBS=$ac_check_lib_save_LIBS cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@86: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@86: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@86: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 cannam@86: $as_echo_n "checking for dlopen in -lsvld... " >&6; } cannam@86: if ${ac_cv_lib_svld_dlopen+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_check_lib_save_LIBS=$LIBS cannam@86: LIBS="-lsvld $LIBS" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char dlopen (); cannam@86: int cannam@86: main () cannam@86: { cannam@86: return dlopen (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: ac_cv_lib_svld_dlopen=yes cannam@86: else cannam@86: ac_cv_lib_svld_dlopen=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LIBS=$ac_check_lib_save_LIBS cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 cannam@86: $as_echo "$ac_cv_lib_svld_dlopen" >&6; } cannam@86: if test "x$ac_cv_lib_svld_dlopen" = xyes; then : cannam@86: lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 cannam@86: $as_echo_n "checking for dld_link in -ldld... " >&6; } cannam@86: if ${ac_cv_lib_dld_dld_link+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: ac_check_lib_save_LIBS=$LIBS cannam@86: LIBS="-ldld $LIBS" cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: /* Override any GCC internal prototype to avoid an error. cannam@86: Use char because int might match the return type of a GCC cannam@86: builtin and then its argument prototype would still apply. */ cannam@86: #ifdef __cplusplus cannam@86: extern "C" cannam@86: #endif cannam@86: char dld_link (); cannam@86: int cannam@86: main () cannam@86: { cannam@86: return dld_link (); cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_link "$LINENO"; then : cannam@86: ac_cv_lib_dld_dld_link=yes cannam@86: else cannam@86: ac_cv_lib_dld_dld_link=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext \ cannam@86: conftest$ac_exeext conftest.$ac_ext cannam@86: LIBS=$ac_check_lib_save_LIBS cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 cannam@86: $as_echo "$ac_cv_lib_dld_dld_link" >&6; } cannam@86: if test "x$ac_cv_lib_dld_dld_link" = xyes; then : cannam@86: lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: fi cannam@86: cannam@86: ;; cannam@86: esac cannam@86: cannam@86: if test "x$lt_cv_dlopen" != xno; then cannam@86: enable_dlopen=yes cannam@86: else cannam@86: enable_dlopen=no cannam@86: fi cannam@86: cannam@86: case $lt_cv_dlopen in cannam@86: dlopen) cannam@86: save_CPPFLAGS="$CPPFLAGS" cannam@86: test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" cannam@86: cannam@86: save_LDFLAGS="$LDFLAGS" cannam@86: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" cannam@86: cannam@86: save_LIBS="$LIBS" cannam@86: LIBS="$lt_cv_dlopen_libs $LIBS" cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 cannam@86: $as_echo_n "checking whether a program can dlopen itself... " >&6; } cannam@86: if ${lt_cv_dlopen_self+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test "$cross_compiling" = yes; then : cannam@86: lt_cv_dlopen_self=cross cannam@86: else cannam@86: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@86: lt_status=$lt_dlunknown cannam@86: cat > conftest.$ac_ext <<_LT_EOF cannam@86: #line $LINENO "configure" cannam@86: #include "confdefs.h" cannam@86: cannam@86: #if HAVE_DLFCN_H cannam@86: #include cannam@86: #endif cannam@86: cannam@86: #include cannam@86: cannam@86: #ifdef RTLD_GLOBAL cannam@86: # define LT_DLGLOBAL RTLD_GLOBAL cannam@86: #else cannam@86: # ifdef DL_GLOBAL cannam@86: # define LT_DLGLOBAL DL_GLOBAL cannam@86: # else cannam@86: # define LT_DLGLOBAL 0 cannam@86: # endif cannam@86: #endif cannam@86: cannam@86: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@86: find out it does not work in some platform. */ cannam@86: #ifndef LT_DLLAZY_OR_NOW cannam@86: # ifdef RTLD_LAZY cannam@86: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@86: # else cannam@86: # ifdef DL_LAZY cannam@86: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@86: # else cannam@86: # ifdef RTLD_NOW cannam@86: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@86: # else cannam@86: # ifdef DL_NOW cannam@86: # define LT_DLLAZY_OR_NOW DL_NOW cannam@86: # else cannam@86: # define LT_DLLAZY_OR_NOW 0 cannam@86: # endif cannam@86: # endif cannam@86: # endif cannam@86: # endif cannam@86: #endif cannam@86: cannam@86: /* When -fvisbility=hidden is used, assume the code has been annotated cannam@86: correspondingly for the symbols needed. */ cannam@86: #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@86: int fnord () __attribute__((visibility("default"))); cannam@86: #endif cannam@86: cannam@86: int fnord () { return 42; } cannam@86: int main () cannam@86: { cannam@86: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@86: int status = $lt_dlunknown; cannam@86: cannam@86: if (self) cannam@86: { cannam@86: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@86: else cannam@86: { cannam@86: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@86: else puts (dlerror ()); cannam@86: } cannam@86: /* dlclose (self); */ cannam@86: } cannam@86: else cannam@86: puts (dlerror ()); cannam@86: cannam@86: return status; cannam@86: } cannam@86: _LT_EOF cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@86: (eval $ac_link) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then cannam@86: (./conftest; exit; ) >&5 2>/dev/null cannam@86: lt_status=$? cannam@86: case x$lt_status in cannam@86: x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; cannam@86: x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; cannam@86: x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; cannam@86: esac cannam@86: else : cannam@86: # compilation failed cannam@86: lt_cv_dlopen_self=no cannam@86: fi cannam@86: fi cannam@86: rm -fr conftest* cannam@86: cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 cannam@86: $as_echo "$lt_cv_dlopen_self" >&6; } cannam@86: cannam@86: if test "x$lt_cv_dlopen_self" = xyes; then cannam@86: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 cannam@86: $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } cannam@86: if ${lt_cv_dlopen_self_static+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test "$cross_compiling" = yes; then : cannam@86: lt_cv_dlopen_self_static=cross cannam@86: else cannam@86: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@86: lt_status=$lt_dlunknown cannam@86: cat > conftest.$ac_ext <<_LT_EOF cannam@86: #line $LINENO "configure" cannam@86: #include "confdefs.h" cannam@86: cannam@86: #if HAVE_DLFCN_H cannam@86: #include cannam@86: #endif cannam@86: cannam@86: #include cannam@86: cannam@86: #ifdef RTLD_GLOBAL cannam@86: # define LT_DLGLOBAL RTLD_GLOBAL cannam@86: #else cannam@86: # ifdef DL_GLOBAL cannam@86: # define LT_DLGLOBAL DL_GLOBAL cannam@86: # else cannam@86: # define LT_DLGLOBAL 0 cannam@86: # endif cannam@86: #endif cannam@86: cannam@86: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@86: find out it does not work in some platform. */ cannam@86: #ifndef LT_DLLAZY_OR_NOW cannam@86: # ifdef RTLD_LAZY cannam@86: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@86: # else cannam@86: # ifdef DL_LAZY cannam@86: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@86: # else cannam@86: # ifdef RTLD_NOW cannam@86: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@86: # else cannam@86: # ifdef DL_NOW cannam@86: # define LT_DLLAZY_OR_NOW DL_NOW cannam@86: # else cannam@86: # define LT_DLLAZY_OR_NOW 0 cannam@86: # endif cannam@86: # endif cannam@86: # endif cannam@86: # endif cannam@86: #endif cannam@86: cannam@86: /* When -fvisbility=hidden is used, assume the code has been annotated cannam@86: correspondingly for the symbols needed. */ cannam@86: #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@86: int fnord () __attribute__((visibility("default"))); cannam@86: #endif cannam@86: cannam@86: int fnord () { return 42; } cannam@86: int main () cannam@86: { cannam@86: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@86: int status = $lt_dlunknown; cannam@86: cannam@86: if (self) cannam@86: { cannam@86: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@86: else cannam@86: { cannam@86: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@86: else puts (dlerror ()); cannam@86: } cannam@86: /* dlclose (self); */ cannam@86: } cannam@86: else cannam@86: puts (dlerror ()); cannam@86: cannam@86: return status; cannam@86: } cannam@86: _LT_EOF cannam@86: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@86: (eval $ac_link) 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then cannam@86: (./conftest; exit; ) >&5 2>/dev/null cannam@86: lt_status=$? cannam@86: case x$lt_status in cannam@86: x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; cannam@86: x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; cannam@86: x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; cannam@86: esac cannam@86: else : cannam@86: # compilation failed cannam@86: lt_cv_dlopen_self_static=no cannam@86: fi cannam@86: fi cannam@86: rm -fr conftest* cannam@86: cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 cannam@86: $as_echo "$lt_cv_dlopen_self_static" >&6; } cannam@86: fi cannam@86: cannam@86: CPPFLAGS="$save_CPPFLAGS" cannam@86: LDFLAGS="$save_LDFLAGS" cannam@86: LIBS="$save_LIBS" cannam@86: ;; cannam@86: esac cannam@86: cannam@86: case $lt_cv_dlopen_self in cannam@86: yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; cannam@86: *) enable_dlopen_self=unknown ;; cannam@86: esac cannam@86: cannam@86: case $lt_cv_dlopen_self_static in cannam@86: yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; cannam@86: *) enable_dlopen_self_static=unknown ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: striplib= cannam@86: old_striplib= cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 cannam@86: $as_echo_n "checking whether stripping libraries is possible... " >&6; } cannam@86: if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then cannam@86: test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" cannam@86: test -z "$striplib" && striplib="$STRIP --strip-unneeded" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: else cannam@86: # FIXME - insert some real tests, host_os isn't really good enough cannam@86: case $host_os in cannam@86: darwin*) cannam@86: if test -n "$STRIP" ; then cannam@86: striplib="$STRIP -x" cannam@86: old_striplib="$STRIP -S" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: fi cannam@86: ;; cannam@86: *) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Report which library types will actually be built cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 cannam@86: $as_echo_n "checking if libtool supports shared libraries... " >&6; } cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 cannam@86: $as_echo "$can_build_shared" >&6; } cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 cannam@86: $as_echo_n "checking whether to build shared libraries... " >&6; } cannam@86: test "$can_build_shared" = "no" && enable_shared=no cannam@86: cannam@86: # On AIX, shared libraries and static libraries use the same namespace, and cannam@86: # are all built from PIC. cannam@86: case $host_os in cannam@86: aix3*) cannam@86: test "$enable_shared" = yes && enable_static=no cannam@86: if test -n "$RANLIB"; then cannam@86: archive_cmds="$archive_cmds~\$RANLIB \$lib" cannam@86: postinstall_cmds='$RANLIB $lib' cannam@86: fi cannam@86: ;; cannam@86: cannam@86: aix[4-9]*) cannam@86: if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then cannam@86: test "$enable_shared" = yes && enable_static=no cannam@86: fi cannam@86: ;; cannam@86: esac cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 cannam@86: $as_echo "$enable_shared" >&6; } cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 cannam@86: $as_echo_n "checking whether to build static libraries... " >&6; } cannam@86: # Make sure either enable_shared or enable_static is yes. cannam@86: test "$enable_shared" = yes || enable_static=yes cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 cannam@86: $as_echo "$enable_static" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: fi cannam@86: ac_ext=c cannam@86: ac_cpp='$CPP $CPPFLAGS' cannam@86: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@86: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@86: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@86: cannam@86: CC="$lt_save_CC" cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: ac_config_commands="$ac_config_commands libtool" cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: # Only expand once: cannam@86: cannam@86: cannam@86: if test "x$CC" != xcc; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 cannam@86: $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 cannam@86: $as_echo_n "checking whether cc understands -c and -o together... " >&6; } cannam@86: fi cannam@86: set dummy $CC; ac_cc=`$as_echo "$2" | cannam@86: sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` cannam@86: if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: # Make sure it works both with $CC and with simple cc. cannam@86: # We do the test twice because some compilers refuse to overwrite an cannam@86: # existing .o file with -o, though they will create one. cannam@86: ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' cannam@86: rm -f conftest2.* cannam@86: if { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && cannam@86: test -f conftest2.$ac_objext && { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; cannam@86: then cannam@86: eval ac_cv_prog_cc_${ac_cc}_c_o=yes cannam@86: if test "x$CC" != xcc; then cannam@86: # Test first that cc exists at all. cannam@86: if { ac_try='cc -c conftest.$ac_ext >&5' cannam@86: { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; }; then cannam@86: ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' cannam@86: rm -f conftest2.* cannam@86: if { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; } && cannam@86: test -f conftest2.$ac_objext && { { case "(($ac_try" in cannam@86: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@86: *) ac_try_echo=$ac_try;; cannam@86: esac cannam@86: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@86: $as_echo "$ac_try_echo"; } >&5 cannam@86: (eval "$ac_try") 2>&5 cannam@86: ac_status=$? cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@86: test $ac_status = 0; }; cannam@86: then cannam@86: # cc works too. cannam@86: : cannam@86: else cannam@86: # cc exists but doesn't like -o. cannam@86: eval ac_cv_prog_cc_${ac_cc}_c_o=no cannam@86: fi cannam@86: fi cannam@86: fi cannam@86: else cannam@86: eval ac_cv_prog_cc_${ac_cc}_c_o=no cannam@86: fi cannam@86: rm -f core conftest* cannam@86: cannam@86: fi cannam@86: if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@86: $as_echo "yes" >&6; } cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@86: $as_echo "no" >&6; } cannam@86: cannam@86: $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h cannam@86: cannam@86: fi cannam@86: cannam@86: # FIXME: we rely on the cache variable name because cannam@86: # there is no other way. cannam@86: set dummy $CC cannam@86: am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` cannam@86: eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o cannam@86: if test "$am_t" != yes; then cannam@86: # Losing compiler, so override with the script. cannam@86: # FIXME: It is wrong to rewrite CC. cannam@86: # But if we don't then we get into trouble of one sort or another. cannam@86: # A longer-term fix would be to have automake use am__CC in this case, cannam@86: # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" cannam@86: CC="$am_aux_dir/compile $CC" cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: ac_config_headers="$ac_config_headers config.h" cannam@86: cannam@86: cannam@86: cannam@86: cflags_save="$CFLAGS" cannam@86: if test -z "$GCC"; then cannam@86: case $host in cannam@86: *-*-irix*) cannam@86: DEBUG="-g -signed" cannam@86: CFLAGS="-O2 -w -signed" cannam@86: PROFILE="-p -g3 -O2 -signed" cannam@86: ;; cannam@86: sparc-sun-solaris*) cannam@86: DEBUG="-v -g" cannam@86: CFLAGS="-xO4 -fast -w -fsimple -native -xcg92" cannam@86: PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" cannam@86: ;; cannam@86: *) cannam@86: DEBUG="-g" cannam@86: CFLAGS="-O" cannam@86: PROFILE="-g -p" cannam@86: ;; cannam@86: esac cannam@86: else cannam@86: case $host in cannam@86: *-*-linux*) cannam@86: DEBUG="-g -Wall -fsigned-char" cannam@86: CFLAGS="-O20 -Wall -ffast-math -fsigned-char" cannam@86: PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" cannam@86: ;; cannam@86: sparc-sun-*) cannam@86: DEBUG="-g -Wall -fsigned-char" cannam@86: CFLAGS="-O20 -ffast-math -fsigned-char" cannam@86: PROFILE="-pg -g -O20 -fsigned-char" cannam@86: ;; cannam@86: *-*-darwin*) cannam@86: DEBUG="-fno-common -g -Wall -fsigned-char" cannam@86: CFLAGS="-fno-common -O4 -Wall -fsigned-char -ffast-math" cannam@86: PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" cannam@86: ;; cannam@86: *) cannam@86: DEBUG="-g -Wall -fsigned-char" cannam@86: CFLAGS="-O20 -fsigned-char" cannam@86: PROFILE="-O20 -g -pg -fsigned-char" cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: CFLAGS="$CFLAGS $cflags_save" cannam@86: DEBUG="$DEBUG $cflags_save" cannam@86: PROFILE="$PROFILE $cflags_save" cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 cannam@86: $as_echo_n "checking for ANSI C header files... " >&6; } cannam@86: if ${ac_cv_header_stdc+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: #include cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_header_stdc=yes cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: cannam@86: _ACEOF cannam@86: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@86: $EGREP "memchr" >/dev/null 2>&1; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f conftest* cannam@86: cannam@86: fi cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: cannam@86: _ACEOF cannam@86: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@86: $EGREP "free" >/dev/null 2>&1; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f conftest* cannam@86: cannam@86: fi cannam@86: cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. cannam@86: if test "$cross_compiling" = yes; then : cannam@86: : cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: #include cannam@86: #include cannam@86: #if ((' ' & 0x0FF) == 0x020) cannam@86: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') cannam@86: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) cannam@86: #else cannam@86: # define ISLOWER(c) \ cannam@86: (('a' <= (c) && (c) <= 'i') \ cannam@86: || ('j' <= (c) && (c) <= 'r') \ cannam@86: || ('s' <= (c) && (c) <= 'z')) cannam@86: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) cannam@86: #endif cannam@86: cannam@86: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) cannam@86: int cannam@86: main () cannam@86: { cannam@86: int i; cannam@86: for (i = 0; i < 256; i++) cannam@86: if (XOR (islower (i), ISLOWER (i)) cannam@86: || toupper (i) != TOUPPER (i)) cannam@86: return 2; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_run "$LINENO"; then : cannam@86: cannam@86: else cannam@86: ac_cv_header_stdc=no cannam@86: fi cannam@86: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ cannam@86: conftest.$ac_objext conftest.beam conftest.$ac_ext cannam@86: fi cannam@86: cannam@86: fi cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 cannam@86: $as_echo "$ac_cv_header_stdc" >&6; } cannam@86: if test $ac_cv_header_stdc = yes; then cannam@86: cannam@86: $as_echo "#define STDC_HEADERS 1" >>confdefs.h cannam@86: cannam@86: fi cannam@86: cannam@86: INCLUDE_INTTYPES_H=0 cannam@86: INCLUDE_STDINT_H=0 cannam@86: INCLUDE_SYS_TYPES_H=0 cannam@86: ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" cannam@86: if test "x$ac_cv_header_inttypes_h" = xyes; then : cannam@86: INCLUDE_INTTYPES_H=1 cannam@86: fi cannam@86: cannam@86: cannam@86: ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" cannam@86: if test "x$ac_cv_header_stdint_h" = xyes; then : cannam@86: INCLUDE_STDINT_H=1 cannam@86: fi cannam@86: cannam@86: cannam@86: ac_fn_c_check_header_mongrel "$LINENO" "sys/types.h" "ac_cv_header_sys_types_h" "$ac_includes_default" cannam@86: if test "x$ac_cv_header_sys_types_h" = xyes; then : cannam@86: INCLUDE_SYS_TYPES_H=1 cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 cannam@86: $as_echo_n "checking for an ANSI C-conforming const... " >&6; } cannam@86: if ${ac_cv_c_const+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: cannam@86: int cannam@86: main () cannam@86: { cannam@86: /* FIXME: Include the comments suggested by Paul. */ cannam@86: #ifndef __cplusplus cannam@86: /* Ultrix mips cc rejects this. */ cannam@86: typedef int charset[2]; cannam@86: const charset cs; cannam@86: /* SunOS 4.1.1 cc rejects this. */ cannam@86: char const *const *pcpcc; cannam@86: char **ppc; cannam@86: /* NEC SVR4.0.2 mips cc rejects this. */ cannam@86: struct point {int x, y;}; cannam@86: static struct point const zero = {0,0}; cannam@86: /* AIX XL C 1.02.0.0 rejects this. cannam@86: It does not let you subtract one const X* pointer from another in cannam@86: an arm of an if-expression whose if-part is not a constant cannam@86: expression */ cannam@86: const char *g = "string"; cannam@86: pcpcc = &g + (g ? g-g : 0); cannam@86: /* HPUX 7.0 cc rejects these. */ cannam@86: ++pcpcc; cannam@86: ppc = (char**) pcpcc; cannam@86: pcpcc = (char const *const *) ppc; cannam@86: { /* SCO 3.2v4 cc rejects this. */ cannam@86: char *t; cannam@86: char const *s = 0 ? (char *) 0 : (char const *) 0; cannam@86: cannam@86: *t++ = 0; cannam@86: if (s) return 0; cannam@86: } cannam@86: { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ cannam@86: int x[] = {25, 17}; cannam@86: const int *foo = &x[0]; cannam@86: ++foo; cannam@86: } cannam@86: { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ cannam@86: typedef const int *iptr; cannam@86: iptr p = 0; cannam@86: ++p; cannam@86: } cannam@86: { /* AIX XL C 1.02.0.0 rejects this saying cannam@86: "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ cannam@86: struct s { int j; const int *ap[3]; }; cannam@86: struct s *b; b->j = 5; cannam@86: } cannam@86: { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ cannam@86: const int foo = 10; cannam@86: if (!foo) return 0; cannam@86: } cannam@86: return !cs[0] && !zero.x; cannam@86: #endif cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_compile "$LINENO"; then : cannam@86: ac_cv_c_const=yes cannam@86: else cannam@86: ac_cv_c_const=no cannam@86: fi cannam@86: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 cannam@86: $as_echo "$ac_cv_c_const" >&6; } cannam@86: if test $ac_cv_c_const = no; then cannam@86: cannam@86: $as_echo "#define const /**/" >>confdefs.h cannam@86: cannam@86: fi cannam@86: cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int16_t" >&5 cannam@86: $as_echo_n "checking size of int16_t... " >&6; } cannam@86: if ${ac_cv_sizeof_int16_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int16_t))" "ac_cv_sizeof_int16_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_int16_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (int16_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_int16_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int16_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_int16_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_INT16_T $ac_cv_sizeof_int16_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of uint16_t" >&5 cannam@86: $as_echo_n "checking size of uint16_t... " >&6; } cannam@86: if ${ac_cv_sizeof_uint16_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (uint16_t))" "ac_cv_sizeof_uint16_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_uint16_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (uint16_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_uint16_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_uint16_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_uint16_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_UINT16_T $ac_cv_sizeof_uint16_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of u_int16_t" >&5 cannam@86: $as_echo_n "checking size of u_int16_t... " >&6; } cannam@86: if ${ac_cv_sizeof_u_int16_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (u_int16_t))" "ac_cv_sizeof_u_int16_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_u_int16_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (u_int16_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_u_int16_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_u_int16_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_u_int16_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_U_INT16_T $ac_cv_sizeof_u_int16_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int32_t" >&5 cannam@86: $as_echo_n "checking size of int32_t... " >&6; } cannam@86: if ${ac_cv_sizeof_int32_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int32_t))" "ac_cv_sizeof_int32_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_int32_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (int32_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_int32_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int32_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_int32_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_INT32_T $ac_cv_sizeof_int32_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of uint32_t" >&5 cannam@86: $as_echo_n "checking size of uint32_t... " >&6; } cannam@86: if ${ac_cv_sizeof_uint32_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (uint32_t))" "ac_cv_sizeof_uint32_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_uint32_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (uint32_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_uint32_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_uint32_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_uint32_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_UINT32_T $ac_cv_sizeof_uint32_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of u_int32_t" >&5 cannam@86: $as_echo_n "checking size of u_int32_t... " >&6; } cannam@86: if ${ac_cv_sizeof_u_int32_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (u_int32_t))" "ac_cv_sizeof_u_int32_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_u_int32_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (u_int32_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_u_int32_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_u_int32_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_u_int32_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_U_INT32_T $ac_cv_sizeof_u_int32_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int64_t" >&5 cannam@86: $as_echo_n "checking size of int64_t... " >&6; } cannam@86: if ${ac_cv_sizeof_int64_t+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int64_t))" "ac_cv_sizeof_int64_t" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_int64_t" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (int64_t) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_int64_t=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int64_t" >&5 cannam@86: $as_echo "$ac_cv_sizeof_int64_t" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_INT64_T $ac_cv_sizeof_int64_t cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5 cannam@86: $as_echo_n "checking size of short... " >&6; } cannam@86: if ${ac_cv_sizeof_short+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_short" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (short) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_short=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5 cannam@86: $as_echo "$ac_cv_sizeof_short" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_SHORT $ac_cv_sizeof_short cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5 cannam@86: $as_echo_n "checking size of int... " >&6; } cannam@86: if ${ac_cv_sizeof_int+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_int" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (int) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_int=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5 cannam@86: $as_echo "$ac_cv_sizeof_int" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_INT $ac_cv_sizeof_int cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5 cannam@86: $as_echo_n "checking size of long... " >&6; } cannam@86: if ${ac_cv_sizeof_long+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_long" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (long) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_long=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5 cannam@86: $as_echo "$ac_cv_sizeof_long" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_LONG $ac_cv_sizeof_long cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: # The cast to long int works around a bug in the HP C Compiler cannam@86: # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects cannam@86: # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. cannam@86: # This bug is HP SR number 8606223364. cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5 cannam@86: $as_echo_n "checking size of long long... " >&6; } cannam@86: if ${ac_cv_sizeof_long_long+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then : cannam@86: cannam@86: else cannam@86: if test "$ac_cv_type_long_long" = yes; then cannam@86: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@86: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@86: as_fn_error 77 "cannot compute sizeof (long long) cannam@86: See \`config.log' for more details" "$LINENO" 5; } cannam@86: else cannam@86: ac_cv_sizeof_long_long=0 cannam@86: fi cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5 cannam@86: $as_echo "$ac_cv_sizeof_long_long" >&6; } cannam@86: cannam@86: cannam@86: cannam@86: cat >>confdefs.h <<_ACEOF cannam@86: #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: cannam@86: case 2 in cannam@86: $ac_cv_sizeof_short) SIZE16="short";; cannam@86: $ac_cv_sizeof_int) SIZE16="int";; cannam@86: $ac_cv_sizeof_int16_t) SIZE16="int16_t";; cannam@86: esac cannam@86: cannam@86: case 2 in cannam@86: $ac_cv_sizeof_short) USIZE16="unsigned short";; cannam@86: $ac_cv_sizeof_int) USIZE16="unsigned int";; cannam@86: $ac_cv_sizeof_u_int16_t) USIZE16="u_int16_t";; cannam@86: $ac_cv_sizeof_uint16_t) USIZE16="uint16_t";; cannam@86: esac cannam@86: cannam@86: case 4 in cannam@86: $ac_cv_sizeof_short) SIZE32="short";; cannam@86: $ac_cv_sizeof_int) SIZE32="int";; cannam@86: $ac_cv_sizeof_long) SIZE32="long";; cannam@86: $ac_cv_sizeof_int32_t) SIZE32="int32_t";; cannam@86: esac cannam@86: cannam@86: case 4 in cannam@86: $ac_cv_sizeof_short) USIZE32="unsigned short";; cannam@86: $ac_cv_sizeof_int) USIZE32="unsigned int";; cannam@86: $ac_cv_sizeof_long) USIZE32="unsigned long";; cannam@86: $ac_cv_sizeof_u_int32_t) USIZE32="u_int32_t";; cannam@86: $ac_cv_sizeof_uint32_t) USIZE32="uint32_t";; cannam@86: esac cannam@86: cannam@86: case 8 in cannam@86: $ac_cv_sizeof_int) SIZE64="int";; cannam@86: $ac_cv_sizeof_long) SIZE64="long";; cannam@86: $ac_cv_sizeof_long_long) SIZE64="long long";; cannam@86: $ac_cv_sizeof_int64_t) SIZE64="int64_t";; cannam@86: esac cannam@86: cannam@86: if test -z "$SIZE16"; then cannam@86: as_fn_error $? "No 16 bit type found on this platform!" "$LINENO" 5 cannam@86: fi cannam@86: if test -z "$USIZE16"; then cannam@86: as_fn_error $? "No unsigned 16 bit type found on this platform!" "$LINENO" 5 cannam@86: fi cannam@86: if test -z "$SIZE32"; then cannam@86: as_fn_error $? "No 32 bit type found on this platform!" "$LINENO" 5 cannam@86: fi cannam@86: if test -z "$USIZE32"; then cannam@86: as_fn_error $? "No unsigned 32 bit type found on this platform!" "$LINENO" 5 cannam@86: fi cannam@86: if test -z "$SIZE64"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No 64 bit type found on this platform!" >&5 cannam@86: $as_echo "$as_me: WARNING: No 64 bit type found on this platform!" >&2;} cannam@86: fi cannam@86: cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5 cannam@86: $as_echo_n "checking for working memcmp... " >&6; } cannam@86: if ${ac_cv_func_memcmp_working+:} false; then : cannam@86: $as_echo_n "(cached) " >&6 cannam@86: else cannam@86: if test "$cross_compiling" = yes; then : cannam@86: ac_cv_func_memcmp_working=no cannam@86: else cannam@86: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@86: /* end confdefs.h. */ cannam@86: $ac_includes_default cannam@86: int cannam@86: main () cannam@86: { cannam@86: cannam@86: /* Some versions of memcmp are not 8-bit clean. */ cannam@86: char c0 = '\100', c1 = '\200', c2 = '\201'; cannam@86: if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) cannam@86: return 1; cannam@86: cannam@86: /* The Next x86 OpenStep bug shows up only when comparing 16 bytes cannam@86: or more and with at least one buffer not starting on a 4-byte boundary. cannam@86: William Lewis provided this test program. */ cannam@86: { cannam@86: char foo[21]; cannam@86: char bar[21]; cannam@86: int i; cannam@86: for (i = 0; i < 4; i++) cannam@86: { cannam@86: char *a = foo + i; cannam@86: char *b = bar + i; cannam@86: strcpy (a, "--------01111111"); cannam@86: strcpy (b, "--------10000000"); cannam@86: if (memcmp (a, b, 16) >= 0) cannam@86: return 1; cannam@86: } cannam@86: return 0; cannam@86: } cannam@86: cannam@86: ; cannam@86: return 0; cannam@86: } cannam@86: _ACEOF cannam@86: if ac_fn_c_try_run "$LINENO"; then : cannam@86: ac_cv_func_memcmp_working=yes cannam@86: else cannam@86: ac_cv_func_memcmp_working=no cannam@86: fi cannam@86: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ cannam@86: conftest.$ac_objext conftest.beam conftest.$ac_ext cannam@86: fi cannam@86: cannam@86: fi cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5 cannam@86: $as_echo "$ac_cv_func_memcmp_working" >&6; } cannam@86: test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in cannam@86: *" memcmp.$ac_objext "* ) ;; cannam@86: *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile doc/libogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h libogg.spec ogg.pc ogg-uninstalled.pc" cannam@86: cannam@86: cat >confcache <<\_ACEOF cannam@86: # This file is a shell script that caches the results of configure cannam@86: # tests run on this system so they can be shared between configure cannam@86: # scripts and configure runs, see configure's option --config-cache. cannam@86: # It is not useful on other systems. If it contains results you don't cannam@86: # want to keep, you may remove or edit it. cannam@86: # cannam@86: # config.status only pays attention to the cache file if you give it cannam@86: # the --recheck option to rerun configure. cannam@86: # cannam@86: # `ac_cv_env_foo' variables (set or unset) will be overridden when cannam@86: # loading this file, other *unset* `ac_cv_foo' will be assigned the cannam@86: # following values. cannam@86: cannam@86: _ACEOF cannam@86: cannam@86: # The following way of writing the cache mishandles newlines in values, cannam@86: # but we know of no workaround that is simple, portable, and efficient. cannam@86: # So, we kill variables containing newlines. cannam@86: # Ultrix sh set writes to stderr and can't be redirected directly, cannam@86: # and sets the high bit in the cache file unless we assign to the vars. cannam@86: ( cannam@86: for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do cannam@86: eval ac_val=\$$ac_var cannam@86: case $ac_val in #( cannam@86: *${as_nl}*) cannam@86: case $ac_var in #( cannam@86: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@86: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@86: esac cannam@86: case $ac_var in #( cannam@86: _ | IFS | as_nl) ;; #( cannam@86: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@86: *) { eval $ac_var=; unset $ac_var;} ;; cannam@86: esac ;; cannam@86: esac cannam@86: done cannam@86: cannam@86: (set) 2>&1 | cannam@86: case $as_nl`(ac_space=' '; set) 2>&1` in #( cannam@86: *${as_nl}ac_space=\ *) cannam@86: # `set' does not quote correctly, so add quotes: double-quote cannam@86: # substitution turns \\\\ into \\, and sed turns \\ into \. cannam@86: sed -n \ cannam@86: "s/'/'\\\\''/g; cannam@86: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" cannam@86: ;; #( cannam@86: *) cannam@86: # `set' quotes correctly as required by POSIX, so do not add quotes. cannam@86: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@86: ;; cannam@86: esac | cannam@86: sort cannam@86: ) | cannam@86: sed ' cannam@86: /^ac_cv_env_/b end cannam@86: t clear cannam@86: :clear cannam@86: s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ cannam@86: t end cannam@86: s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ cannam@86: :end' >>confcache cannam@86: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else cannam@86: if test -w "$cache_file"; then cannam@86: if test "x$cache_file" != "x/dev/null"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 cannam@86: $as_echo "$as_me: updating cache $cache_file" >&6;} cannam@86: if test ! -f "$cache_file" || test -h "$cache_file"; then cannam@86: cat confcache >"$cache_file" cannam@86: else cannam@86: case $cache_file in #( cannam@86: */* | ?:*) cannam@86: mv -f confcache "$cache_file"$$ && cannam@86: mv -f "$cache_file"$$ "$cache_file" ;; #( cannam@86: *) cannam@86: mv -f confcache "$cache_file" ;; cannam@86: esac cannam@86: fi cannam@86: fi cannam@86: else cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 cannam@86: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} cannam@86: fi cannam@86: fi cannam@86: rm -f confcache cannam@86: cannam@86: test "x$prefix" = xNONE && prefix=$ac_default_prefix cannam@86: # Let make expand exec_prefix. cannam@86: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' cannam@86: cannam@86: DEFS=-DHAVE_CONFIG_H cannam@86: cannam@86: ac_libobjs= cannam@86: ac_ltlibobjs= cannam@86: U= cannam@86: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue cannam@86: # 1. Remove the extension, and $U if already installed. cannam@86: ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' cannam@86: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` cannam@86: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR cannam@86: # will be set to the directory where LIBOBJS objects are built. cannam@86: as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" cannam@86: as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' cannam@86: done cannam@86: LIBOBJS=$ac_libobjs cannam@86: cannam@86: LTLIBOBJS=$ac_ltlibobjs cannam@86: cannam@86: cannam@86: if test -n "$EXEEXT"; then cannam@86: am__EXEEXT_TRUE= cannam@86: am__EXEEXT_FALSE='#' cannam@86: else cannam@86: am__EXEEXT_TRUE='#' cannam@86: am__EXEEXT_FALSE= cannam@86: fi cannam@86: cannam@86: if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then cannam@86: as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. cannam@86: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@86: fi cannam@86: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then cannam@86: as_fn_error $? "conditional \"AMDEP\" was never defined. cannam@86: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@86: fi cannam@86: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then cannam@86: as_fn_error $? "conditional \"am__fastdepCC\" was never defined. cannam@86: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@86: fi cannam@86: cannam@86: : "${CONFIG_STATUS=./config.status}" cannam@86: ac_write_fail=0 cannam@86: ac_clean_files_save=$ac_clean_files cannam@86: ac_clean_files="$ac_clean_files $CONFIG_STATUS" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 cannam@86: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cannam@86: as_write_fail=0 cannam@86: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 cannam@86: #! $SHELL cannam@86: # Generated by $as_me. cannam@86: # Run this file to recreate the current configuration. cannam@86: # Compiler output produced by configure, useful for debugging cannam@86: # configure, is in config.log if it exists. cannam@86: cannam@86: debug=false cannam@86: ac_cs_recheck=false cannam@86: ac_cs_silent=false cannam@86: cannam@86: SHELL=\${CONFIG_SHELL-$SHELL} cannam@86: export SHELL cannam@86: _ASEOF cannam@86: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 cannam@86: ## -------------------- ## cannam@86: ## M4sh Initialization. ## cannam@86: ## -------------------- ## cannam@86: cannam@86: # Be more Bourne compatible cannam@86: DUALCASE=1; export DUALCASE # for MKS sh cannam@86: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@86: emulate sh cannam@86: NULLCMD=: cannam@86: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@86: # is contrary to our usage. Disable this feature. cannam@86: alias -g '${1+"$@"}'='"$@"' cannam@86: setopt NO_GLOB_SUBST cannam@86: else cannam@86: case `(set -o) 2>/dev/null` in #( cannam@86: *posix*) : cannam@86: set -o posix ;; #( cannam@86: *) : cannam@86: ;; cannam@86: esac cannam@86: fi cannam@86: cannam@86: cannam@86: as_nl=' cannam@86: ' cannam@86: export as_nl cannam@86: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@86: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@86: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@86: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@86: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@86: # but without wasting forks for bash or zsh. cannam@86: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@86: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@86: as_echo='print -r --' cannam@86: as_echo_n='print -rn --' cannam@86: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@86: as_echo='printf %s\n' cannam@86: as_echo_n='printf %s' cannam@86: else cannam@86: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@86: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@86: as_echo_n='/usr/ucb/echo -n' cannam@86: else cannam@86: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@86: as_echo_n_body='eval cannam@86: arg=$1; cannam@86: case $arg in #( cannam@86: *"$as_nl"*) cannam@86: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@86: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@86: esac; cannam@86: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@86: ' cannam@86: export as_echo_n_body cannam@86: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@86: fi cannam@86: export as_echo_body cannam@86: as_echo='sh -c $as_echo_body as_echo' cannam@86: fi cannam@86: cannam@86: # The user is always right. cannam@86: if test "${PATH_SEPARATOR+set}" != set; then cannam@86: PATH_SEPARATOR=: cannam@86: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@86: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@86: PATH_SEPARATOR=';' cannam@86: } cannam@86: fi cannam@86: cannam@86: cannam@86: # IFS cannam@86: # We need space, tab and new line, in precisely that order. Quoting is cannam@86: # there to prevent editors from complaining about space-tab. cannam@86: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@86: # splitting by setting IFS to empty value.) cannam@86: IFS=" "" $as_nl" cannam@86: cannam@86: # Find who we are. Look in the path if we contain no directory separator. cannam@86: as_myself= cannam@86: case $0 in #(( cannam@86: *[\\/]* ) as_myself=$0 ;; cannam@86: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@86: for as_dir in $PATH cannam@86: do cannam@86: IFS=$as_save_IFS cannam@86: test -z "$as_dir" && as_dir=. cannam@86: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@86: done cannam@86: IFS=$as_save_IFS cannam@86: cannam@86: ;; cannam@86: esac cannam@86: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@86: # in which case we are not to be found in the path. cannam@86: if test "x$as_myself" = x; then cannam@86: as_myself=$0 cannam@86: fi cannam@86: if test ! -f "$as_myself"; then cannam@86: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@86: exit 1 cannam@86: fi cannam@86: cannam@86: # Unset variables that we do not need and which cause bugs (e.g. in cannam@86: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@86: # suppresses any "Segmentation fault" message there. '((' could cannam@86: # trigger a bug in pdksh 5.2.14. cannam@86: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@86: do eval test x\${$as_var+set} = xset \ cannam@86: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@86: done cannam@86: PS1='$ ' cannam@86: PS2='> ' cannam@86: PS4='+ ' cannam@86: cannam@86: # NLS nuisances. cannam@86: LC_ALL=C cannam@86: export LC_ALL cannam@86: LANGUAGE=C cannam@86: export LANGUAGE cannam@86: cannam@86: # CDPATH. cannam@86: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@86: cannam@86: cannam@86: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@86: # ---------------------------------------- cannam@86: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@86: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@86: # script with STATUS, using 1 if that was 0. cannam@86: as_fn_error () cannam@86: { cannam@86: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@86: if test "$4"; then cannam@86: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@86: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@86: fi cannam@86: $as_echo "$as_me: error: $2" >&2 cannam@86: as_fn_exit $as_status cannam@86: } # as_fn_error cannam@86: cannam@86: cannam@86: # as_fn_set_status STATUS cannam@86: # ----------------------- cannam@86: # Set $? to STATUS, without forking. cannam@86: as_fn_set_status () cannam@86: { cannam@86: return $1 cannam@86: } # as_fn_set_status cannam@86: cannam@86: # as_fn_exit STATUS cannam@86: # ----------------- cannam@86: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@86: as_fn_exit () cannam@86: { cannam@86: set +e cannam@86: as_fn_set_status $1 cannam@86: exit $1 cannam@86: } # as_fn_exit cannam@86: cannam@86: # as_fn_unset VAR cannam@86: # --------------- cannam@86: # Portably unset VAR. cannam@86: as_fn_unset () cannam@86: { cannam@86: { eval $1=; unset $1;} cannam@86: } cannam@86: as_unset=as_fn_unset cannam@86: # as_fn_append VAR VALUE cannam@86: # ---------------------- cannam@86: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@86: # advantage of any shell optimizations that allow amortized linear growth over cannam@86: # repeated appends, instead of the typical quadratic growth present in naive cannam@86: # implementations. cannam@86: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@86: eval 'as_fn_append () cannam@86: { cannam@86: eval $1+=\$2 cannam@86: }' cannam@86: else cannam@86: as_fn_append () cannam@86: { cannam@86: eval $1=\$$1\$2 cannam@86: } cannam@86: fi # as_fn_append cannam@86: cannam@86: # as_fn_arith ARG... cannam@86: # ------------------ cannam@86: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@86: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@86: # must be portable across $(()) and expr. cannam@86: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@86: eval 'as_fn_arith () cannam@86: { cannam@86: as_val=$(( $* )) cannam@86: }' cannam@86: else cannam@86: as_fn_arith () cannam@86: { cannam@86: as_val=`expr "$@" || test $? -eq 1` cannam@86: } cannam@86: fi # as_fn_arith cannam@86: cannam@86: cannam@86: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@86: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@86: as_expr=expr cannam@86: else cannam@86: as_expr=false cannam@86: fi cannam@86: cannam@86: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@86: as_basename=basename cannam@86: else cannam@86: as_basename=false cannam@86: fi cannam@86: cannam@86: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@86: as_dirname=dirname cannam@86: else cannam@86: as_dirname=false cannam@86: fi cannam@86: cannam@86: as_me=`$as_basename -- "$0" || cannam@86: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@86: X"$0" : 'X\(//\)$' \| \ cannam@86: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X/"$0" | cannam@86: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\/\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\/\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: cannam@86: # Avoid depending upon Character Ranges. cannam@86: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@86: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@86: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@86: as_cr_digits='0123456789' cannam@86: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@86: cannam@86: ECHO_C= ECHO_N= ECHO_T= cannam@86: case `echo -n x` in #((((( cannam@86: -n*) cannam@86: case `echo 'xy\c'` in cannam@86: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@86: xy) ECHO_C='\c';; cannam@86: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@86: ECHO_T=' ';; cannam@86: esac;; cannam@86: *) cannam@86: ECHO_N='-n';; cannam@86: esac cannam@86: cannam@86: rm -f conf$$ conf$$.exe conf$$.file cannam@86: if test -d conf$$.dir; then cannam@86: rm -f conf$$.dir/conf$$.file cannam@86: else cannam@86: rm -f conf$$.dir cannam@86: mkdir conf$$.dir 2>/dev/null cannam@86: fi cannam@86: if (echo >conf$$.file) 2>/dev/null; then cannam@86: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@86: as_ln_s='ln -s' cannam@86: # ... but there are two gotchas: cannam@86: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@86: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@86: # In both cases, we have to default to `cp -p'. cannam@86: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@86: as_ln_s='cp -p' cannam@86: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@86: as_ln_s=ln cannam@86: else cannam@86: as_ln_s='cp -p' cannam@86: fi cannam@86: else cannam@86: as_ln_s='cp -p' cannam@86: fi cannam@86: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@86: rmdir conf$$.dir 2>/dev/null cannam@86: cannam@86: cannam@86: # as_fn_mkdir_p cannam@86: # ------------- cannam@86: # Create "$as_dir" as a directory, including parents if necessary. cannam@86: as_fn_mkdir_p () cannam@86: { cannam@86: cannam@86: case $as_dir in #( cannam@86: -*) as_dir=./$as_dir;; cannam@86: esac cannam@86: test -d "$as_dir" || eval $as_mkdir_p || { cannam@86: as_dirs= cannam@86: while :; do cannam@86: case $as_dir in #( cannam@86: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@86: *) as_qdir=$as_dir;; cannam@86: esac cannam@86: as_dirs="'$as_qdir' $as_dirs" cannam@86: as_dir=`$as_dirname -- "$as_dir" || cannam@86: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@86: X"$as_dir" : 'X\(//\)$' \| \ cannam@86: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$as_dir" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: test -d "$as_dir" && break cannam@86: done cannam@86: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@86: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@86: cannam@86: cannam@86: } # as_fn_mkdir_p cannam@86: if mkdir -p . 2>/dev/null; then cannam@86: as_mkdir_p='mkdir -p "$as_dir"' cannam@86: else cannam@86: test -d ./-p && rmdir ./-p cannam@86: as_mkdir_p=false cannam@86: fi cannam@86: cannam@86: if test -x / >/dev/null 2>&1; then cannam@86: as_test_x='test -x' cannam@86: else cannam@86: if ls -dL / >/dev/null 2>&1; then cannam@86: as_ls_L_option=L cannam@86: else cannam@86: as_ls_L_option= cannam@86: fi cannam@86: as_test_x=' cannam@86: eval sh -c '\'' cannam@86: if test -d "$1"; then cannam@86: test -d "$1/."; cannam@86: else cannam@86: case $1 in #( cannam@86: -*)set "./$1";; cannam@86: esac; cannam@86: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( cannam@86: ???[sx]*):;;*)false;;esac;fi cannam@86: '\'' sh cannam@86: ' cannam@86: fi cannam@86: as_executable_p=$as_test_x cannam@86: cannam@86: # Sed expression to map a string onto a valid CPP name. cannam@86: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@86: cannam@86: # Sed expression to map a string onto a valid variable name. cannam@86: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@86: cannam@86: cannam@86: exec 6>&1 cannam@86: ## ----------------------------------- ## cannam@86: ## Main body of $CONFIG_STATUS script. ## cannam@86: ## ----------------------------------- ## cannam@86: _ASEOF cannam@86: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: # Save the log message, to keep $0 and so on meaningful, and to cannam@86: # report actual input values of CONFIG_FILES etc. instead of their cannam@86: # values after options handling. cannam@86: ac_log=" cannam@86: This file was extended by $as_me, which was cannam@86: generated by GNU Autoconf 2.68. Invocation command line was cannam@86: cannam@86: CONFIG_FILES = $CONFIG_FILES cannam@86: CONFIG_HEADERS = $CONFIG_HEADERS cannam@86: CONFIG_LINKS = $CONFIG_LINKS cannam@86: CONFIG_COMMANDS = $CONFIG_COMMANDS cannam@86: $ $0 $@ cannam@86: cannam@86: on `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@86: " cannam@86: cannam@86: _ACEOF cannam@86: cannam@86: case $ac_config_files in *" cannam@86: "*) set x $ac_config_files; shift; ac_config_files=$*;; cannam@86: esac cannam@86: cannam@86: case $ac_config_headers in *" cannam@86: "*) set x $ac_config_headers; shift; ac_config_headers=$*;; cannam@86: esac cannam@86: cannam@86: cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: # Files that config.status was made for. cannam@86: config_files="$ac_config_files" cannam@86: config_headers="$ac_config_headers" cannam@86: config_commands="$ac_config_commands" cannam@86: cannam@86: _ACEOF cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: ac_cs_usage="\ cannam@86: \`$as_me' instantiates files and other configuration actions cannam@86: from templates according to the current configuration. Unless the files cannam@86: and actions are specified as TAGs, all are instantiated by default. cannam@86: cannam@86: Usage: $0 [OPTION]... [TAG]... cannam@86: cannam@86: -h, --help print this help, then exit cannam@86: -V, --version print version number and configuration settings, then exit cannam@86: --config print configuration, then exit cannam@86: -q, --quiet, --silent cannam@86: do not print progress messages cannam@86: -d, --debug don't remove temporary files cannam@86: --recheck update $as_me by reconfiguring in the same conditions cannam@86: --file=FILE[:TEMPLATE] cannam@86: instantiate the configuration file FILE cannam@86: --header=FILE[:TEMPLATE] cannam@86: instantiate the configuration header FILE cannam@86: cannam@86: Configuration files: cannam@86: $config_files cannam@86: cannam@86: Configuration headers: cannam@86: $config_headers cannam@86: cannam@86: Configuration commands: cannam@86: $config_commands cannam@86: cannam@86: Report bugs to the package provider." cannam@86: cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" cannam@86: ac_cs_version="\\ cannam@86: config.status cannam@86: configured by $0, generated by GNU Autoconf 2.68, cannam@86: with options \\"\$ac_cs_config\\" cannam@86: cannam@86: Copyright (C) 2010 Free Software Foundation, Inc. cannam@86: This config.status script is free software; the Free Software Foundation cannam@86: gives unlimited permission to copy, distribute and modify it." cannam@86: cannam@86: ac_pwd='$ac_pwd' cannam@86: srcdir='$srcdir' cannam@86: INSTALL='$INSTALL' cannam@86: MKDIR_P='$MKDIR_P' cannam@86: AWK='$AWK' cannam@86: test -n "\$AWK" || AWK=awk cannam@86: _ACEOF cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: # The default lists apply if the user does not specify any file. cannam@86: ac_need_defaults=: cannam@86: while test $# != 0 cannam@86: do cannam@86: case $1 in cannam@86: --*=?*) cannam@86: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@86: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` cannam@86: ac_shift=: cannam@86: ;; cannam@86: --*=) cannam@86: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@86: ac_optarg= cannam@86: ac_shift=: cannam@86: ;; cannam@86: *) cannam@86: ac_option=$1 cannam@86: ac_optarg=$2 cannam@86: ac_shift=shift cannam@86: ;; cannam@86: esac cannam@86: cannam@86: case $ac_option in cannam@86: # Handling of the options. cannam@86: -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) cannam@86: ac_cs_recheck=: ;; cannam@86: --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) cannam@86: $as_echo "$ac_cs_version"; exit ;; cannam@86: --config | --confi | --conf | --con | --co | --c ) cannam@86: $as_echo "$ac_cs_config"; exit ;; cannam@86: --debug | --debu | --deb | --de | --d | -d ) cannam@86: debug=: ;; cannam@86: --file | --fil | --fi | --f ) cannam@86: $ac_shift cannam@86: case $ac_optarg in cannam@86: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@86: '') as_fn_error $? "missing file argument" ;; cannam@86: esac cannam@86: as_fn_append CONFIG_FILES " '$ac_optarg'" cannam@86: ac_need_defaults=false;; cannam@86: --header | --heade | --head | --hea ) cannam@86: $ac_shift cannam@86: case $ac_optarg in cannam@86: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@86: esac cannam@86: as_fn_append CONFIG_HEADERS " '$ac_optarg'" cannam@86: ac_need_defaults=false;; cannam@86: --he | --h) cannam@86: # Conflict between --help and --header cannam@86: as_fn_error $? "ambiguous option: \`$1' cannam@86: Try \`$0 --help' for more information.";; cannam@86: --help | --hel | -h ) cannam@86: $as_echo "$ac_cs_usage"; exit ;; cannam@86: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@86: | -silent | --silent | --silen | --sile | --sil | --si | --s) cannam@86: ac_cs_silent=: ;; cannam@86: cannam@86: # This is an error. cannam@86: -*) as_fn_error $? "unrecognized option: \`$1' cannam@86: Try \`$0 --help' for more information." ;; cannam@86: cannam@86: *) as_fn_append ac_config_targets " $1" cannam@86: ac_need_defaults=false ;; cannam@86: cannam@86: esac cannam@86: shift cannam@86: done cannam@86: cannam@86: ac_configure_extra_args= cannam@86: cannam@86: if $ac_cs_silent; then cannam@86: exec 6>/dev/null cannam@86: ac_configure_extra_args="$ac_configure_extra_args --silent" cannam@86: fi cannam@86: cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: if \$ac_cs_recheck; then cannam@86: set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion cannam@86: shift cannam@86: \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 cannam@86: CONFIG_SHELL='$SHELL' cannam@86: export CONFIG_SHELL cannam@86: exec "\$@" cannam@86: fi cannam@86: cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: exec 5>>config.log cannam@86: { cannam@86: echo cannam@86: sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX cannam@86: ## Running $as_me. ## cannam@86: _ASBOX cannam@86: $as_echo "$ac_log" cannam@86: } >&5 cannam@86: cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: # cannam@86: # INIT-COMMANDS cannam@86: # cannam@86: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" cannam@86: cannam@86: cannam@86: # The HP-UX ksh and POSIX shell print the target directory to stdout cannam@86: # if CDPATH is set. cannam@86: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@86: cannam@86: sed_quote_subst='$sed_quote_subst' cannam@86: double_quote_subst='$double_quote_subst' cannam@86: delay_variable_subst='$delay_variable_subst' cannam@86: macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' cannam@86: macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' cannam@86: enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' cannam@86: enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' cannam@86: pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' cannam@86: enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' cannam@86: SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' cannam@86: ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' cannam@86: host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' cannam@86: host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' cannam@86: host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' cannam@86: build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' cannam@86: build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' cannam@86: build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' cannam@86: SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' cannam@86: Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' cannam@86: GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' cannam@86: EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' cannam@86: FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' cannam@86: LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' cannam@86: NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' cannam@86: LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' cannam@86: max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' cannam@86: ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' cannam@86: exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' cannam@86: lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' cannam@86: lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' cannam@86: lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@86: reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' cannam@86: reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' cannam@86: deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' cannam@86: file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' cannam@86: file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' cannam@86: want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' cannam@86: DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' cannam@86: sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' cannam@86: AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' cannam@86: AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' cannam@86: archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' cannam@86: STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' cannam@86: RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' cannam@86: old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' cannam@86: CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' cannam@86: CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' cannam@86: compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' cannam@86: GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' cannam@86: nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@86: lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' cannam@86: objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' cannam@86: MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' cannam@86: lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' cannam@86: lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' cannam@86: lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' cannam@86: lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' cannam@86: lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' cannam@86: need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' cannam@86: MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' cannam@86: DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' cannam@86: NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' cannam@86: LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' cannam@86: OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' cannam@86: OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' cannam@86: libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' cannam@86: shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' cannam@86: enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' cannam@86: export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@86: whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@86: compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' cannam@86: old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' cannam@86: allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@86: no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' cannam@86: inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' cannam@86: link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' cannam@86: always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' cannam@86: export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' cannam@86: include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' cannam@86: prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@86: variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' cannam@86: need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' cannam@86: need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' cannam@86: version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' cannam@86: runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' cannam@86: shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@86: shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' cannam@86: libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' cannam@86: library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' cannam@86: soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' cannam@86: install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' cannam@86: postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' cannam@86: finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' cannam@86: sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' cannam@86: sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' cannam@86: hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' cannam@86: enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' cannam@86: enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' cannam@86: enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' cannam@86: old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' cannam@86: striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' cannam@86: cannam@86: LTCC='$LTCC' cannam@86: LTCFLAGS='$LTCFLAGS' cannam@86: compiler='$compiler_DEFAULT' cannam@86: cannam@86: # A function that is used when there is no print builtin or printf. cannam@86: func_fallback_echo () cannam@86: { cannam@86: eval 'cat <<_LTECHO_EOF cannam@86: \$1 cannam@86: _LTECHO_EOF' cannam@86: } cannam@86: cannam@86: # Quote evaled strings. cannam@86: for var in SHELL \ cannam@86: ECHO \ cannam@86: SED \ cannam@86: GREP \ cannam@86: EGREP \ cannam@86: FGREP \ cannam@86: LD \ cannam@86: NM \ cannam@86: LN_S \ cannam@86: lt_SP2NL \ cannam@86: lt_NL2SP \ cannam@86: reload_flag \ cannam@86: OBJDUMP \ cannam@86: deplibs_check_method \ cannam@86: file_magic_cmd \ cannam@86: file_magic_glob \ cannam@86: want_nocaseglob \ cannam@86: DLLTOOL \ cannam@86: sharedlib_from_linklib_cmd \ cannam@86: AR \ cannam@86: AR_FLAGS \ cannam@86: archiver_list_spec \ cannam@86: STRIP \ cannam@86: RANLIB \ cannam@86: CC \ cannam@86: CFLAGS \ cannam@86: compiler \ cannam@86: lt_cv_sys_global_symbol_pipe \ cannam@86: lt_cv_sys_global_symbol_to_cdecl \ cannam@86: lt_cv_sys_global_symbol_to_c_name_address \ cannam@86: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ cannam@86: nm_file_list_spec \ cannam@86: lt_prog_compiler_no_builtin_flag \ cannam@86: lt_prog_compiler_pic \ cannam@86: lt_prog_compiler_wl \ cannam@86: lt_prog_compiler_static \ cannam@86: lt_cv_prog_compiler_c_o \ cannam@86: need_locks \ cannam@86: MANIFEST_TOOL \ cannam@86: DSYMUTIL \ cannam@86: NMEDIT \ cannam@86: LIPO \ cannam@86: OTOOL \ cannam@86: OTOOL64 \ cannam@86: shrext_cmds \ cannam@86: export_dynamic_flag_spec \ cannam@86: whole_archive_flag_spec \ cannam@86: compiler_needs_object \ cannam@86: with_gnu_ld \ cannam@86: allow_undefined_flag \ cannam@86: no_undefined_flag \ cannam@86: hardcode_libdir_flag_spec \ cannam@86: hardcode_libdir_flag_spec_ld \ cannam@86: hardcode_libdir_separator \ cannam@86: exclude_expsyms \ cannam@86: include_expsyms \ cannam@86: file_list_spec \ cannam@86: variables_saved_for_relink \ cannam@86: libname_spec \ cannam@86: library_names_spec \ cannam@86: soname_spec \ cannam@86: install_override_mode \ cannam@86: finish_eval \ cannam@86: old_striplib \ cannam@86: striplib; do cannam@86: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@86: *[\\\\\\\`\\"\\\$]*) cannam@86: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" cannam@86: ;; cannam@86: *) cannam@86: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@86: ;; cannam@86: esac cannam@86: done cannam@86: cannam@86: # Double-quote double-evaled strings. cannam@86: for var in reload_cmds \ cannam@86: old_postinstall_cmds \ cannam@86: old_postuninstall_cmds \ cannam@86: old_archive_cmds \ cannam@86: extract_expsyms_cmds \ cannam@86: old_archive_from_new_cmds \ cannam@86: old_archive_from_expsyms_cmds \ cannam@86: archive_cmds \ cannam@86: archive_expsym_cmds \ cannam@86: module_cmds \ cannam@86: module_expsym_cmds \ cannam@86: export_symbols_cmds \ cannam@86: prelink_cmds \ cannam@86: postlink_cmds \ cannam@86: postinstall_cmds \ cannam@86: postuninstall_cmds \ cannam@86: finish_cmds \ cannam@86: sys_lib_search_path_spec \ cannam@86: sys_lib_dlsearch_path_spec; do cannam@86: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@86: *[\\\\\\\`\\"\\\$]*) cannam@86: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" cannam@86: ;; cannam@86: *) cannam@86: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@86: ;; cannam@86: esac cannam@86: done cannam@86: cannam@86: ac_aux_dir='$ac_aux_dir' cannam@86: xsi_shell='$xsi_shell' cannam@86: lt_shell_append='$lt_shell_append' cannam@86: cannam@86: # See if we are running on zsh, and set the options which allow our cannam@86: # commands through without removal of \ escapes INIT. cannam@86: if test -n "\${ZSH_VERSION+set}" ; then cannam@86: setopt NO_GLOB_SUBST cannam@86: fi cannam@86: cannam@86: cannam@86: PACKAGE='$PACKAGE' cannam@86: VERSION='$VERSION' cannam@86: TIMESTAMP='$TIMESTAMP' cannam@86: RM='$RM' cannam@86: ofile='$ofile' cannam@86: cannam@86: cannam@86: cannam@86: cannam@86: _ACEOF cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: cannam@86: # Handling of arguments. cannam@86: for ac_config_target in $ac_config_targets cannam@86: do cannam@86: case $ac_config_target in cannam@86: "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; cannam@86: "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; cannam@86: "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; cannam@86: "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; cannam@86: "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; cannam@86: "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; cannam@86: "doc/libogg/Makefile") CONFIG_FILES="$CONFIG_FILES doc/libogg/Makefile" ;; cannam@86: "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; cannam@86: "include/ogg/Makefile") CONFIG_FILES="$CONFIG_FILES include/ogg/Makefile" ;; cannam@86: "include/ogg/config_types.h") CONFIG_FILES="$CONFIG_FILES include/ogg/config_types.h" ;; cannam@86: "libogg.spec") CONFIG_FILES="$CONFIG_FILES libogg.spec" ;; cannam@86: "ogg.pc") CONFIG_FILES="$CONFIG_FILES ogg.pc" ;; cannam@86: "ogg-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES ogg-uninstalled.pc" ;; cannam@86: cannam@86: *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; cannam@86: esac cannam@86: done cannam@86: cannam@86: cannam@86: # If the user did not use the arguments to specify the items to instantiate, cannam@86: # then the envvar interface is used. Set only those that are not. cannam@86: # We use the long form for the default assignment because of an extremely cannam@86: # bizarre bug on SunOS 4.1.3. cannam@86: if $ac_need_defaults; then cannam@86: test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files cannam@86: test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers cannam@86: test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands cannam@86: fi cannam@86: cannam@86: # Have a temporary directory for convenience. Make it in the build tree cannam@86: # simply because there is no reason against having it here, and in addition, cannam@86: # creating and moving files from /tmp can sometimes cause problems. cannam@86: # Hook for its removal unless debugging. cannam@86: # Note that there is a small window in which the directory will not be cleaned: cannam@86: # after its creation but before its name has been assigned to `$tmp'. cannam@86: $debug || cannam@86: { cannam@86: tmp= ac_tmp= cannam@86: trap 'exit_status=$? cannam@86: : "${ac_tmp:=$tmp}" cannam@86: { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status cannam@86: ' 0 cannam@86: trap 'as_fn_exit 1' 1 2 13 15 cannam@86: } cannam@86: # Create a (secure) tmp directory for tmp files. cannam@86: cannam@86: { cannam@86: tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && cannam@86: test -d "$tmp" cannam@86: } || cannam@86: { cannam@86: tmp=./conf$$-$RANDOM cannam@86: (umask 077 && mkdir "$tmp") cannam@86: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 cannam@86: ac_tmp=$tmp cannam@86: cannam@86: # Set up the scripts for CONFIG_FILES section. cannam@86: # No need to generate them if there are no CONFIG_FILES. cannam@86: # This happens for instance with `./config.status config.h'. cannam@86: if test -n "$CONFIG_FILES"; then cannam@86: cannam@86: cannam@86: ac_cr=`echo X | tr X '\015'` cannam@86: # On cygwin, bash can eat \r inside `` if the user requested igncr. cannam@86: # But we know of no other shell where ac_cr would be empty at this cannam@86: # point, so we can use a bashism as a fallback. cannam@86: if test "x$ac_cr" = x; then cannam@86: eval ac_cr=\$\'\\r\' cannam@86: fi cannam@86: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` cannam@86: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then cannam@86: ac_cs_awk_cr='\\r' cannam@86: else cannam@86: ac_cs_awk_cr=$ac_cr cannam@86: fi cannam@86: cannam@86: echo 'BEGIN {' >"$ac_tmp/subs1.awk" && cannam@86: _ACEOF cannam@86: cannam@86: cannam@86: { cannam@86: echo "cat >conf$$subs.awk <<_ACEOF" && cannam@86: echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && cannam@86: echo "_ACEOF" cannam@86: } >conf$$subs.sh || cannam@86: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@86: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` cannam@86: ac_delim='%!_!# ' cannam@86: for ac_last_try in false false false false false :; do cannam@86: . ./conf$$subs.sh || cannam@86: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@86: cannam@86: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` cannam@86: if test $ac_delim_n = $ac_delim_num; then cannam@86: break cannam@86: elif $ac_last_try; then cannam@86: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@86: else cannam@86: ac_delim="$ac_delim!$ac_delim _$ac_delim!! " cannam@86: fi cannam@86: done cannam@86: rm -f conf$$subs.sh cannam@86: cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && cannam@86: _ACEOF cannam@86: sed -n ' cannam@86: h cannam@86: s/^/S["/; s/!.*/"]=/ cannam@86: p cannam@86: g cannam@86: s/^[^!]*!// cannam@86: :repl cannam@86: t repl cannam@86: s/'"$ac_delim"'$// cannam@86: t delim cannam@86: :nl cannam@86: h cannam@86: s/\(.\{148\}\)..*/\1/ cannam@86: t more1 cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ cannam@86: p cannam@86: n cannam@86: b repl cannam@86: :more1 cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@86: p cannam@86: g cannam@86: s/.\{148\}// cannam@86: t nl cannam@86: :delim cannam@86: h cannam@86: s/\(.\{148\}\)..*/\1/ cannam@86: t more2 cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/"/ cannam@86: p cannam@86: b cannam@86: :more2 cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@86: p cannam@86: g cannam@86: s/.\{148\}// cannam@86: t delim cannam@86: ' >$CONFIG_STATUS || ac_write_fail=1 cannam@86: rm -f conf$$subs.awk cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: _ACAWK cannam@86: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && cannam@86: for (key in S) S_is_set[key] = 1 cannam@86: FS = "" cannam@86: cannam@86: } cannam@86: { cannam@86: line = $ 0 cannam@86: nfields = split(line, field, "@") cannam@86: substed = 0 cannam@86: len = length(field[1]) cannam@86: for (i = 2; i < nfields; i++) { cannam@86: key = field[i] cannam@86: keylen = length(key) cannam@86: if (S_is_set[key]) { cannam@86: value = S[key] cannam@86: line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) cannam@86: len += length(value) + length(field[++i]) cannam@86: substed = 1 cannam@86: } else cannam@86: len += 1 + keylen cannam@86: } cannam@86: cannam@86: print line cannam@86: } cannam@86: cannam@86: _ACAWK cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then cannam@86: sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" cannam@86: else cannam@86: cat cannam@86: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ cannam@86: || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 cannam@86: _ACEOF cannam@86: cannam@86: # VPATH may cause trouble with some makes, so we remove sole $(srcdir), cannam@86: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and cannam@86: # trailing colons and then remove the whole line if VPATH becomes empty cannam@86: # (actually we leave an empty line to preserve line numbers). cannam@86: if test "x$srcdir" = x.; then cannam@86: ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ cannam@86: h cannam@86: s/// cannam@86: s/^/:/ cannam@86: s/[ ]*$/:/ cannam@86: s/:\$(srcdir):/:/g cannam@86: s/:\${srcdir}:/:/g cannam@86: s/:@srcdir@:/:/g cannam@86: s/^:*// cannam@86: s/:*$// cannam@86: x cannam@86: s/\(=[ ]*\).*/\1/ cannam@86: G cannam@86: s/\n// cannam@86: s/^[^=]*=[ ]*$// cannam@86: }' cannam@86: fi cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: fi # test -n "$CONFIG_FILES" cannam@86: cannam@86: # Set up the scripts for CONFIG_HEADERS section. cannam@86: # No need to generate them if there are no CONFIG_HEADERS. cannam@86: # This happens for instance with `./config.status Makefile'. cannam@86: if test -n "$CONFIG_HEADERS"; then cannam@86: cat >"$ac_tmp/defines.awk" <<\_ACAWK || cannam@86: BEGIN { cannam@86: _ACEOF cannam@86: cannam@86: # Transform confdefs.h into an awk script `defines.awk', embedded as cannam@86: # here-document in config.status, that substitutes the proper values into cannam@86: # config.h.in to produce config.h. cannam@86: cannam@86: # Create a delimiter string that does not exist in confdefs.h, to ease cannam@86: # handling of long lines. cannam@86: ac_delim='%!_!# ' cannam@86: for ac_last_try in false false :; do cannam@86: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` cannam@86: if test -z "$ac_tt"; then cannam@86: break cannam@86: elif $ac_last_try; then cannam@86: as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 cannam@86: else cannam@86: ac_delim="$ac_delim!$ac_delim _$ac_delim!! " cannam@86: fi cannam@86: done cannam@86: cannam@86: # For the awk script, D is an array of macro values keyed by name, cannam@86: # likewise P contains macro parameters if any. Preserve backslash cannam@86: # newline sequences. cannam@86: cannam@86: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* cannam@86: sed -n ' cannam@86: s/.\{148\}/&'"$ac_delim"'/g cannam@86: t rset cannam@86: :rset cannam@86: s/^[ ]*#[ ]*define[ ][ ]*/ / cannam@86: t def cannam@86: d cannam@86: :def cannam@86: s/\\$// cannam@86: t bsnl cannam@86: s/["\\]/\\&/g cannam@86: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ cannam@86: D["\1"]=" \3"/p cannam@86: s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p cannam@86: d cannam@86: :bsnl cannam@86: s/["\\]/\\&/g cannam@86: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ cannam@86: D["\1"]=" \3\\\\\\n"\\/p cannam@86: t cont cannam@86: s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p cannam@86: t cont cannam@86: d cannam@86: :cont cannam@86: n cannam@86: s/.\{148\}/&'"$ac_delim"'/g cannam@86: t clear cannam@86: :clear cannam@86: s/\\$// cannam@86: t bsnlc cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/"/p cannam@86: d cannam@86: :bsnlc cannam@86: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p cannam@86: b cont cannam@86: ' >$CONFIG_STATUS || ac_write_fail=1 cannam@86: cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: for (key in D) D_is_set[key] = 1 cannam@86: FS = "" cannam@86: } cannam@86: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { cannam@86: line = \$ 0 cannam@86: split(line, arg, " ") cannam@86: if (arg[1] == "#") { cannam@86: defundef = arg[2] cannam@86: mac1 = arg[3] cannam@86: } else { cannam@86: defundef = substr(arg[1], 2) cannam@86: mac1 = arg[2] cannam@86: } cannam@86: split(mac1, mac2, "(") #) cannam@86: macro = mac2[1] cannam@86: prefix = substr(line, 1, index(line, defundef) - 1) cannam@86: if (D_is_set[macro]) { cannam@86: # Preserve the white space surrounding the "#". cannam@86: print prefix "define", macro P[macro] D[macro] cannam@86: next cannam@86: } else { cannam@86: # Replace #undef with comments. This is necessary, for example, cannam@86: # in the case of _POSIX_SOURCE, which is predefined and required cannam@86: # on some systems where configure will not decide to define it. cannam@86: if (defundef == "undef") { cannam@86: print "/*", prefix defundef, macro, "*/" cannam@86: next cannam@86: } cannam@86: } cannam@86: } cannam@86: { print } cannam@86: _ACAWK cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 cannam@86: fi # test -n "$CONFIG_HEADERS" cannam@86: cannam@86: cannam@86: eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" cannam@86: shift cannam@86: for ac_tag cannam@86: do cannam@86: case $ac_tag in cannam@86: :[FHLC]) ac_mode=$ac_tag; continue;; cannam@86: esac cannam@86: case $ac_mode$ac_tag in cannam@86: :[FHL]*:*);; cannam@86: :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; cannam@86: :[FH]-) ac_tag=-:-;; cannam@86: :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; cannam@86: esac cannam@86: ac_save_IFS=$IFS cannam@86: IFS=: cannam@86: set x $ac_tag cannam@86: IFS=$ac_save_IFS cannam@86: shift cannam@86: ac_file=$1 cannam@86: shift cannam@86: cannam@86: case $ac_mode in cannam@86: :L) ac_source=$1;; cannam@86: :[FH]) cannam@86: ac_file_inputs= cannam@86: for ac_f cannam@86: do cannam@86: case $ac_f in cannam@86: -) ac_f="$ac_tmp/stdin";; cannam@86: *) # Look for the file first in the build tree, then in the source tree cannam@86: # (if the path is not absolute). The absolute path cannot be DOS-style, cannam@86: # because $ac_f cannot contain `:'. cannam@86: test -f "$ac_f" || cannam@86: case $ac_f in cannam@86: [\\/$]*) false;; cannam@86: *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; cannam@86: esac || cannam@86: as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; cannam@86: esac cannam@86: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac cannam@86: as_fn_append ac_file_inputs " '$ac_f'" cannam@86: done cannam@86: cannam@86: # Let's still pretend it is `configure' which instantiates (i.e., don't cannam@86: # use $as_me), people would be surprised to read: cannam@86: # /* config.h. Generated by config.status. */ cannam@86: configure_input='Generated from '` cannam@86: $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' cannam@86: `' by configure.' cannam@86: if test x"$ac_file" != x-; then cannam@86: configure_input="$ac_file. $configure_input" cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 cannam@86: $as_echo "$as_me: creating $ac_file" >&6;} cannam@86: fi cannam@86: # Neutralize special characters interpreted by sed in replacement strings. cannam@86: case $configure_input in #( cannam@86: *\&* | *\|* | *\\* ) cannam@86: ac_sed_conf_input=`$as_echo "$configure_input" | cannam@86: sed 's/[\\\\&|]/\\\\&/g'`;; #( cannam@86: *) ac_sed_conf_input=$configure_input;; cannam@86: esac cannam@86: cannam@86: case $ac_tag in cannam@86: *:-:* | *:-) cat >"$ac_tmp/stdin" \ cannam@86: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; cannam@86: esac cannam@86: ;; cannam@86: esac cannam@86: cannam@86: ac_dir=`$as_dirname -- "$ac_file" || cannam@86: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$ac_file" : 'X\(//\)[^/]' \| \ cannam@86: X"$ac_file" : 'X\(//\)$' \| \ cannam@86: X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$ac_file" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: as_dir="$ac_dir"; as_fn_mkdir_p cannam@86: ac_builddir=. cannam@86: cannam@86: case "$ac_dir" in cannam@86: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@86: *) cannam@86: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@86: # A ".." for each directory in $ac_dir_suffix. cannam@86: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@86: case $ac_top_builddir_sub in cannam@86: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@86: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@86: esac ;; cannam@86: esac cannam@86: ac_abs_top_builddir=$ac_pwd cannam@86: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@86: # for backward compatibility: cannam@86: ac_top_builddir=$ac_top_build_prefix cannam@86: cannam@86: case $srcdir in cannam@86: .) # We are building in place. cannam@86: ac_srcdir=. cannam@86: ac_top_srcdir=$ac_top_builddir_sub cannam@86: ac_abs_top_srcdir=$ac_pwd ;; cannam@86: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@86: ac_srcdir=$srcdir$ac_dir_suffix; cannam@86: ac_top_srcdir=$srcdir cannam@86: ac_abs_top_srcdir=$srcdir ;; cannam@86: *) # Relative name. cannam@86: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@86: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@86: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@86: esac cannam@86: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@86: cannam@86: cannam@86: case $ac_mode in cannam@86: :F) cannam@86: # cannam@86: # CONFIG_FILE cannam@86: # cannam@86: cannam@86: case $INSTALL in cannam@86: [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; cannam@86: *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; cannam@86: esac cannam@86: ac_MKDIR_P=$MKDIR_P cannam@86: case $MKDIR_P in cannam@86: [\\/$]* | ?:[\\/]* ) ;; cannam@86: */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; cannam@86: esac cannam@86: _ACEOF cannam@86: cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: # If the template does not know about datarootdir, expand it. cannam@86: # FIXME: This hack should be removed a few years after 2.60. cannam@86: ac_datarootdir_hack=; ac_datarootdir_seen= cannam@86: ac_sed_dataroot=' cannam@86: /datarootdir/ { cannam@86: p cannam@86: q cannam@86: } cannam@86: /@datadir@/p cannam@86: /@docdir@/p cannam@86: /@infodir@/p cannam@86: /@localedir@/p cannam@86: /@mandir@/p' cannam@86: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in cannam@86: *datarootdir*) ac_datarootdir_seen=yes;; cannam@86: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 cannam@86: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: ac_datarootdir_hack=' cannam@86: s&@datadir@&$datadir&g cannam@86: s&@docdir@&$docdir&g cannam@86: s&@infodir@&$infodir&g cannam@86: s&@localedir@&$localedir&g cannam@86: s&@mandir@&$mandir&g cannam@86: s&\\\${datarootdir}&$datarootdir&g' ;; cannam@86: esac cannam@86: _ACEOF cannam@86: cannam@86: # Neutralize VPATH when `$srcdir' = `.'. cannam@86: # Shell code in configure.ac might set extrasub. cannam@86: # FIXME: do we really want to maintain this feature? cannam@86: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@86: ac_sed_extra="$ac_vpsub cannam@86: $extrasub cannam@86: _ACEOF cannam@86: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@86: :t cannam@86: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b cannam@86: s|@configure_input@|$ac_sed_conf_input|;t t cannam@86: s&@top_builddir@&$ac_top_builddir_sub&;t t cannam@86: s&@top_build_prefix@&$ac_top_build_prefix&;t t cannam@86: s&@srcdir@&$ac_srcdir&;t t cannam@86: s&@abs_srcdir@&$ac_abs_srcdir&;t t cannam@86: s&@top_srcdir@&$ac_top_srcdir&;t t cannam@86: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t cannam@86: s&@builddir@&$ac_builddir&;t t cannam@86: s&@abs_builddir@&$ac_abs_builddir&;t t cannam@86: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t cannam@86: s&@INSTALL@&$ac_INSTALL&;t t cannam@86: s&@MKDIR_P@&$ac_MKDIR_P&;t t cannam@86: $ac_datarootdir_hack cannam@86: " cannam@86: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ cannam@86: >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@86: cannam@86: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && cannam@86: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && cannam@86: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ cannam@86: "$ac_tmp/out"`; test -z "$ac_out"; } && cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@86: which seems to be undefined. Please make sure it is defined" >&5 cannam@86: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@86: which seems to be undefined. Please make sure it is defined" >&2;} cannam@86: cannam@86: rm -f "$ac_tmp/stdin" cannam@86: case $ac_file in cannam@86: -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; cannam@86: *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; cannam@86: esac \ cannam@86: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@86: ;; cannam@86: :H) cannam@86: # cannam@86: # CONFIG_HEADER cannam@86: # cannam@86: if test x"$ac_file" != x-; then cannam@86: { cannam@86: $as_echo "/* $configure_input */" \ cannam@86: && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" cannam@86: } >"$ac_tmp/config.h" \ cannam@86: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@86: if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 cannam@86: $as_echo "$as_me: $ac_file is unchanged" >&6;} cannam@86: else cannam@86: rm -f "$ac_file" cannam@86: mv "$ac_tmp/config.h" "$ac_file" \ cannam@86: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@86: fi cannam@86: else cannam@86: $as_echo "/* $configure_input */" \ cannam@86: && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ cannam@86: || as_fn_error $? "could not create -" "$LINENO" 5 cannam@86: fi cannam@86: # Compute "$ac_file"'s index in $config_headers. cannam@86: _am_arg="$ac_file" cannam@86: _am_stamp_count=1 cannam@86: for _am_header in $config_headers :; do cannam@86: case $_am_header in cannam@86: $_am_arg | $_am_arg:* ) cannam@86: break ;; cannam@86: * ) cannam@86: _am_stamp_count=`expr $_am_stamp_count + 1` ;; cannam@86: esac cannam@86: done cannam@86: echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || cannam@86: $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$_am_arg" : 'X\(//\)[^/]' \| \ cannam@86: X"$_am_arg" : 'X\(//\)$' \| \ cannam@86: X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$_am_arg" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'`/stamp-h$_am_stamp_count cannam@86: ;; cannam@86: cannam@86: :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 cannam@86: $as_echo "$as_me: executing $ac_file commands" >&6;} cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: case $ac_file$ac_mode in cannam@86: "depfiles":C) test x"$AMDEP_TRUE" != x"" || { cannam@86: # Autoconf 2.62 quotes --file arguments for eval, but not when files cannam@86: # are listed without --file. Let's play safe and only enable the eval cannam@86: # if we detect the quoting. cannam@86: case $CONFIG_FILES in cannam@86: *\'*) eval set x "$CONFIG_FILES" ;; cannam@86: *) set x $CONFIG_FILES ;; cannam@86: esac cannam@86: shift cannam@86: for mf cannam@86: do cannam@86: # Strip MF so we end up with the name of the file. cannam@86: mf=`echo "$mf" | sed -e 's/:.*$//'` cannam@86: # Check whether this is an Automake generated Makefile or not. cannam@86: # We used to match only the files named `Makefile.in', but cannam@86: # some people rename them; so instead we look at the file content. cannam@86: # Grep'ing the first line is not enough: some people post-process cannam@86: # each Makefile.in and add a new line on top of each file to say so. cannam@86: # Grep'ing the whole file is not good either: AIX grep has a line cannam@86: # limit of 2048, but all sed's we know have understand at least 4000. cannam@86: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then cannam@86: dirpart=`$as_dirname -- "$mf" || cannam@86: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$mf" : 'X\(//\)[^/]' \| \ cannam@86: X"$mf" : 'X\(//\)$' \| \ cannam@86: X"$mf" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$mf" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: else cannam@86: continue cannam@86: fi cannam@86: # Extract the definition of DEPDIR, am__include, and am__quote cannam@86: # from the Makefile without running `make'. cannam@86: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` cannam@86: test -z "$DEPDIR" && continue cannam@86: am__include=`sed -n 's/^am__include = //p' < "$mf"` cannam@86: test -z "am__include" && continue cannam@86: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` cannam@86: # When using ansi2knr, U may be empty or an underscore; expand it cannam@86: U=`sed -n 's/^U = //p' < "$mf"` cannam@86: # Find all dependency output files, they are included files with cannam@86: # $(DEPDIR) in their names. We invoke sed twice because it is the cannam@86: # simplest approach to changing $(DEPDIR) to its actual value in the cannam@86: # expansion. cannam@86: for file in `sed -n " cannam@86: s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ cannam@86: sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do cannam@86: # Make sure the directory exists. cannam@86: test -f "$dirpart/$file" && continue cannam@86: fdir=`$as_dirname -- "$file" || cannam@86: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@86: X"$file" : 'X\(//\)[^/]' \| \ cannam@86: X"$file" : 'X\(//\)$' \| \ cannam@86: X"$file" : 'X\(/\)' \| . 2>/dev/null || cannam@86: $as_echo X"$file" | cannam@86: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)[^/].*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\/\)$/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: /^X\(\/\).*/{ cannam@86: s//\1/ cannam@86: q cannam@86: } cannam@86: s/.*/./; q'` cannam@86: as_dir=$dirpart/$fdir; as_fn_mkdir_p cannam@86: # echo "creating $dirpart/$file" cannam@86: echo '# dummy' > "$dirpart/$file" cannam@86: done cannam@86: done cannam@86: } cannam@86: ;; cannam@86: "libtool":C) cannam@86: cannam@86: # See if we are running on zsh, and set the options which allow our cannam@86: # commands through without removal of \ escapes. cannam@86: if test -n "${ZSH_VERSION+set}" ; then cannam@86: setopt NO_GLOB_SUBST cannam@86: fi cannam@86: cannam@86: cfgfile="${ofile}T" cannam@86: trap "$RM \"$cfgfile\"; exit 1" 1 2 15 cannam@86: $RM "$cfgfile" cannam@86: cannam@86: cat <<_LT_EOF >> "$cfgfile" cannam@86: #! $SHELL cannam@86: cannam@86: # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. cannam@86: # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION cannam@86: # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: cannam@86: # NOTE: Changes made to this file will be lost: look at ltmain.sh. cannam@86: # cannam@86: # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, cannam@86: # 2006, 2007, 2008, 2009, 2010 Free Software Foundation, cannam@86: # Inc. cannam@86: # Written by Gordon Matzigkeit, 1996 cannam@86: # cannam@86: # This file is part of GNU Libtool. cannam@86: # cannam@86: # GNU Libtool is free software; you can redistribute it and/or cannam@86: # modify it under the terms of the GNU General Public License as cannam@86: # published by the Free Software Foundation; either version 2 of cannam@86: # the License, or (at your option) any later version. cannam@86: # cannam@86: # As a special exception to the GNU General Public License, cannam@86: # if you distribute this file as part of a program or library that cannam@86: # is built using GNU Libtool, you may include this file under the cannam@86: # same distribution terms that you use for the rest of that program. cannam@86: # cannam@86: # GNU Libtool is distributed in the hope that it will be useful, cannam@86: # but WITHOUT ANY WARRANTY; without even the implied warranty of cannam@86: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the cannam@86: # GNU General Public License for more details. cannam@86: # cannam@86: # You should have received a copy of the GNU General Public License cannam@86: # along with GNU Libtool; see the file COPYING. If not, a copy cannam@86: # can be downloaded from http://www.gnu.org/licenses/gpl.html, or cannam@86: # obtained by writing to the Free Software Foundation, Inc., cannam@86: # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. cannam@86: cannam@86: cannam@86: # The names of the tagged configurations supported by this script. cannam@86: available_tags="" cannam@86: cannam@86: # ### BEGIN LIBTOOL CONFIG cannam@86: cannam@86: # Which release of libtool.m4 was used? cannam@86: macro_version=$macro_version cannam@86: macro_revision=$macro_revision cannam@86: cannam@86: # Whether or not to build shared libraries. cannam@86: build_libtool_libs=$enable_shared cannam@86: cannam@86: # Whether or not to build static libraries. cannam@86: build_old_libs=$enable_static cannam@86: cannam@86: # What type of objects to build. cannam@86: pic_mode=$pic_mode cannam@86: cannam@86: # Whether or not to optimize for fast installation. cannam@86: fast_install=$enable_fast_install cannam@86: cannam@86: # Shell to use when invoking shell scripts. cannam@86: SHELL=$lt_SHELL cannam@86: cannam@86: # An echo program that protects backslashes. cannam@86: ECHO=$lt_ECHO cannam@86: cannam@86: # The host system. cannam@86: host_alias=$host_alias cannam@86: host=$host cannam@86: host_os=$host_os cannam@86: cannam@86: # The build system. cannam@86: build_alias=$build_alias cannam@86: build=$build cannam@86: build_os=$build_os cannam@86: cannam@86: # A sed program that does not truncate output. cannam@86: SED=$lt_SED cannam@86: cannam@86: # Sed that helps us avoid accidentally triggering echo(1) options like -n. cannam@86: Xsed="\$SED -e 1s/^X//" cannam@86: cannam@86: # A grep program that handles long lines. cannam@86: GREP=$lt_GREP cannam@86: cannam@86: # An ERE matcher. cannam@86: EGREP=$lt_EGREP cannam@86: cannam@86: # A literal string matcher. cannam@86: FGREP=$lt_FGREP cannam@86: cannam@86: # A BSD- or MS-compatible name lister. cannam@86: NM=$lt_NM cannam@86: cannam@86: # Whether we need soft or hard links. cannam@86: LN_S=$lt_LN_S cannam@86: cannam@86: # What is the maximum length of a command? cannam@86: max_cmd_len=$max_cmd_len cannam@86: cannam@86: # Object file suffix (normally "o"). cannam@86: objext=$ac_objext cannam@86: cannam@86: # Executable file suffix (normally ""). cannam@86: exeext=$exeext cannam@86: cannam@86: # whether the shell understands "unset". cannam@86: lt_unset=$lt_unset cannam@86: cannam@86: # turn spaces into newlines. cannam@86: SP2NL=$lt_lt_SP2NL cannam@86: cannam@86: # turn newlines into spaces. cannam@86: NL2SP=$lt_lt_NL2SP cannam@86: cannam@86: # convert \$build file names to \$host format. cannam@86: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@86: cannam@86: # convert \$build files to toolchain format. cannam@86: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@86: cannam@86: # An object symbol dumper. cannam@86: OBJDUMP=$lt_OBJDUMP cannam@86: cannam@86: # Method to check whether dependent libraries are shared objects. cannam@86: deplibs_check_method=$lt_deplibs_check_method cannam@86: cannam@86: # Command to use when deplibs_check_method = "file_magic". cannam@86: file_magic_cmd=$lt_file_magic_cmd cannam@86: cannam@86: # How to find potential files when deplibs_check_method = "file_magic". cannam@86: file_magic_glob=$lt_file_magic_glob cannam@86: cannam@86: # Find potential files using nocaseglob when deplibs_check_method = "file_magic". cannam@86: want_nocaseglob=$lt_want_nocaseglob cannam@86: cannam@86: # DLL creation program. cannam@86: DLLTOOL=$lt_DLLTOOL cannam@86: cannam@86: # Command to associate shared and link libraries. cannam@86: sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd cannam@86: cannam@86: # The archiver. cannam@86: AR=$lt_AR cannam@86: cannam@86: # Flags to create an archive. cannam@86: AR_FLAGS=$lt_AR_FLAGS cannam@86: cannam@86: # How to feed a file listing to the archiver. cannam@86: archiver_list_spec=$lt_archiver_list_spec cannam@86: cannam@86: # A symbol stripping program. cannam@86: STRIP=$lt_STRIP cannam@86: cannam@86: # Commands used to install an old-style archive. cannam@86: RANLIB=$lt_RANLIB cannam@86: old_postinstall_cmds=$lt_old_postinstall_cmds cannam@86: old_postuninstall_cmds=$lt_old_postuninstall_cmds cannam@86: cannam@86: # Whether to use a lock for old archive extraction. cannam@86: lock_old_archive_extraction=$lock_old_archive_extraction cannam@86: cannam@86: # A C compiler. cannam@86: LTCC=$lt_CC cannam@86: cannam@86: # LTCC compiler flags. cannam@86: LTCFLAGS=$lt_CFLAGS cannam@86: cannam@86: # Take the output of nm and produce a listing of raw symbols and C names. cannam@86: global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe cannam@86: cannam@86: # Transform the output of nm in a proper C declaration. cannam@86: global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl cannam@86: cannam@86: # Transform the output of nm in a C name address pair. cannam@86: global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address cannam@86: cannam@86: # Transform the output of nm in a C name address pair when lib prefix is needed. cannam@86: global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix cannam@86: cannam@86: # Specify filename containing input files for \$NM. cannam@86: nm_file_list_spec=$lt_nm_file_list_spec cannam@86: cannam@86: # The root where to search for dependent libraries,and in which our libraries should be installed. cannam@86: lt_sysroot=$lt_sysroot cannam@86: cannam@86: # The name of the directory that contains temporary libtool files. cannam@86: objdir=$objdir cannam@86: cannam@86: # Used to examine libraries when file_magic_cmd begins with "file". cannam@86: MAGIC_CMD=$MAGIC_CMD cannam@86: cannam@86: # Must we lock files when doing compilation? cannam@86: need_locks=$lt_need_locks cannam@86: cannam@86: # Manifest tool. cannam@86: MANIFEST_TOOL=$lt_MANIFEST_TOOL cannam@86: cannam@86: # Tool to manipulate archived DWARF debug symbol files on Mac OS X. cannam@86: DSYMUTIL=$lt_DSYMUTIL cannam@86: cannam@86: # Tool to change global to local symbols on Mac OS X. cannam@86: NMEDIT=$lt_NMEDIT cannam@86: cannam@86: # Tool to manipulate fat objects and archives on Mac OS X. cannam@86: LIPO=$lt_LIPO cannam@86: cannam@86: # ldd/readelf like tool for Mach-O binaries on Mac OS X. cannam@86: OTOOL=$lt_OTOOL cannam@86: cannam@86: # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. cannam@86: OTOOL64=$lt_OTOOL64 cannam@86: cannam@86: # Old archive suffix (normally "a"). cannam@86: libext=$libext cannam@86: cannam@86: # Shared library suffix (normally ".so"). cannam@86: shrext_cmds=$lt_shrext_cmds cannam@86: cannam@86: # The commands to extract the exported symbol list from a shared archive. cannam@86: extract_expsyms_cmds=$lt_extract_expsyms_cmds cannam@86: cannam@86: # Variables whose values should be saved in libtool wrapper scripts and cannam@86: # restored at link time. cannam@86: variables_saved_for_relink=$lt_variables_saved_for_relink cannam@86: cannam@86: # Do we need the "lib" prefix for modules? cannam@86: need_lib_prefix=$need_lib_prefix cannam@86: cannam@86: # Do we need a version for libraries? cannam@86: need_version=$need_version cannam@86: cannam@86: # Library versioning type. cannam@86: version_type=$version_type cannam@86: cannam@86: # Shared library runtime path variable. cannam@86: runpath_var=$runpath_var cannam@86: cannam@86: # Shared library path variable. cannam@86: shlibpath_var=$shlibpath_var cannam@86: cannam@86: # Is shlibpath searched before the hard-coded library search path? cannam@86: shlibpath_overrides_runpath=$shlibpath_overrides_runpath cannam@86: cannam@86: # Format of library name prefix. cannam@86: libname_spec=$lt_libname_spec cannam@86: cannam@86: # List of archive names. First name is the real one, the rest are links. cannam@86: # The last name is the one that the linker finds with -lNAME cannam@86: library_names_spec=$lt_library_names_spec cannam@86: cannam@86: # The coded name of the library, if different from the real name. cannam@86: soname_spec=$lt_soname_spec cannam@86: cannam@86: # Permission mode override for installation of shared libraries. cannam@86: install_override_mode=$lt_install_override_mode cannam@86: cannam@86: # Command to use after installation of a shared archive. cannam@86: postinstall_cmds=$lt_postinstall_cmds cannam@86: cannam@86: # Command to use after uninstallation of a shared archive. cannam@86: postuninstall_cmds=$lt_postuninstall_cmds cannam@86: cannam@86: # Commands used to finish a libtool library installation in a directory. cannam@86: finish_cmds=$lt_finish_cmds cannam@86: cannam@86: # As "finish_cmds", except a single script fragment to be evaled but cannam@86: # not shown. cannam@86: finish_eval=$lt_finish_eval cannam@86: cannam@86: # Whether we should hardcode library paths into libraries. cannam@86: hardcode_into_libs=$hardcode_into_libs cannam@86: cannam@86: # Compile-time system search path for libraries. cannam@86: sys_lib_search_path_spec=$lt_sys_lib_search_path_spec cannam@86: cannam@86: # Run-time system search path for libraries. cannam@86: sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec cannam@86: cannam@86: # Whether dlopen is supported. cannam@86: dlopen_support=$enable_dlopen cannam@86: cannam@86: # Whether dlopen of programs is supported. cannam@86: dlopen_self=$enable_dlopen_self cannam@86: cannam@86: # Whether dlopen of statically linked programs is supported. cannam@86: dlopen_self_static=$enable_dlopen_self_static cannam@86: cannam@86: # Commands to strip libraries. cannam@86: old_striplib=$lt_old_striplib cannam@86: striplib=$lt_striplib cannam@86: cannam@86: cannam@86: # The linker used to build libraries. cannam@86: LD=$lt_LD cannam@86: cannam@86: # How to create reloadable object files. cannam@86: reload_flag=$lt_reload_flag cannam@86: reload_cmds=$lt_reload_cmds cannam@86: cannam@86: # Commands used to build an old-style archive. cannam@86: old_archive_cmds=$lt_old_archive_cmds cannam@86: cannam@86: # A language specific compiler. cannam@86: CC=$lt_compiler cannam@86: cannam@86: # Is the compiler the GNU compiler? cannam@86: with_gcc=$GCC cannam@86: cannam@86: # Compiler flag to turn off builtin functions. cannam@86: no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag cannam@86: cannam@86: # Additional compiler flags for building library objects. cannam@86: pic_flag=$lt_lt_prog_compiler_pic cannam@86: cannam@86: # How to pass a linker flag through the compiler. cannam@86: wl=$lt_lt_prog_compiler_wl cannam@86: cannam@86: # Compiler flag to prevent dynamic linking. cannam@86: link_static_flag=$lt_lt_prog_compiler_static cannam@86: cannam@86: # Does compiler simultaneously support -c and -o options? cannam@86: compiler_c_o=$lt_lt_cv_prog_compiler_c_o cannam@86: cannam@86: # Whether or not to add -lc for building shared libraries. cannam@86: build_libtool_need_lc=$archive_cmds_need_lc cannam@86: cannam@86: # Whether or not to disallow shared libs when runtime libs are static. cannam@86: allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes cannam@86: cannam@86: # Compiler flag to allow reflexive dlopens. cannam@86: export_dynamic_flag_spec=$lt_export_dynamic_flag_spec cannam@86: cannam@86: # Compiler flag to generate shared objects directly from archives. cannam@86: whole_archive_flag_spec=$lt_whole_archive_flag_spec cannam@86: cannam@86: # Whether the compiler copes with passing no objects directly. cannam@86: compiler_needs_object=$lt_compiler_needs_object cannam@86: cannam@86: # Create an old-style archive from a shared archive. cannam@86: old_archive_from_new_cmds=$lt_old_archive_from_new_cmds cannam@86: cannam@86: # Create a temporary old-style archive to link instead of a shared archive. cannam@86: old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds cannam@86: cannam@86: # Commands used to build a shared archive. cannam@86: archive_cmds=$lt_archive_cmds cannam@86: archive_expsym_cmds=$lt_archive_expsym_cmds cannam@86: cannam@86: # Commands used to build a loadable module if different from building cannam@86: # a shared archive. cannam@86: module_cmds=$lt_module_cmds cannam@86: module_expsym_cmds=$lt_module_expsym_cmds cannam@86: cannam@86: # Whether we are building with GNU ld or not. cannam@86: with_gnu_ld=$lt_with_gnu_ld cannam@86: cannam@86: # Flag that allows shared libraries with undefined symbols to be built. cannam@86: allow_undefined_flag=$lt_allow_undefined_flag cannam@86: cannam@86: # Flag that enforces no undefined symbols. cannam@86: no_undefined_flag=$lt_no_undefined_flag cannam@86: cannam@86: # Flag to hardcode \$libdir into a binary during linking. cannam@86: # This must work even if \$libdir does not exist cannam@86: hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec cannam@86: cannam@86: # If ld is used when linking, flag to hardcode \$libdir into a binary cannam@86: # during linking. This must work even if \$libdir does not exist. cannam@86: hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld cannam@86: cannam@86: # Whether we need a single "-rpath" flag with a separated argument. cannam@86: hardcode_libdir_separator=$lt_hardcode_libdir_separator cannam@86: cannam@86: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@86: # DIR into the resulting binary. cannam@86: hardcode_direct=$hardcode_direct cannam@86: cannam@86: # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes cannam@86: # DIR into the resulting binary and the resulting library dependency is cannam@86: # "absolute",i.e impossible to change by setting \${shlibpath_var} if the cannam@86: # library is relocated. cannam@86: hardcode_direct_absolute=$hardcode_direct_absolute cannam@86: cannam@86: # Set to "yes" if using the -LDIR flag during linking hardcodes DIR cannam@86: # into the resulting binary. cannam@86: hardcode_minus_L=$hardcode_minus_L cannam@86: cannam@86: # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR cannam@86: # into the resulting binary. cannam@86: hardcode_shlibpath_var=$hardcode_shlibpath_var cannam@86: cannam@86: # Set to "yes" if building a shared library automatically hardcodes DIR cannam@86: # into the library and all subsequent libraries and executables linked cannam@86: # against it. cannam@86: hardcode_automatic=$hardcode_automatic cannam@86: cannam@86: # Set to yes if linker adds runtime paths of dependent libraries cannam@86: # to runtime path list. cannam@86: inherit_rpath=$inherit_rpath cannam@86: cannam@86: # Whether libtool must link a program against all its dependency libraries. cannam@86: link_all_deplibs=$link_all_deplibs cannam@86: cannam@86: # Set to "yes" if exported symbols are required. cannam@86: always_export_symbols=$always_export_symbols cannam@86: cannam@86: # The commands to list exported symbols. cannam@86: export_symbols_cmds=$lt_export_symbols_cmds cannam@86: cannam@86: # Symbols that should not be listed in the preloaded symbols. cannam@86: exclude_expsyms=$lt_exclude_expsyms cannam@86: cannam@86: # Symbols that must always be exported. cannam@86: include_expsyms=$lt_include_expsyms cannam@86: cannam@86: # Commands necessary for linking programs (against libraries) with templates. cannam@86: prelink_cmds=$lt_prelink_cmds cannam@86: cannam@86: # Commands necessary for finishing linking programs. cannam@86: postlink_cmds=$lt_postlink_cmds cannam@86: cannam@86: # Specify filename containing input files. cannam@86: file_list_spec=$lt_file_list_spec cannam@86: cannam@86: # How to hardcode a shared library path into an executable. cannam@86: hardcode_action=$hardcode_action cannam@86: cannam@86: # ### END LIBTOOL CONFIG cannam@86: cannam@86: _LT_EOF cannam@86: cannam@86: case $host_os in cannam@86: aix3*) cannam@86: cat <<\_LT_EOF >> "$cfgfile" cannam@86: # AIX sometimes has problems with the GCC collect2 program. For some cannam@86: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@86: # vanish in a puff of smoke. cannam@86: if test "X${COLLECT_NAMES+set}" != Xset; then cannam@86: COLLECT_NAMES= cannam@86: export COLLECT_NAMES cannam@86: fi cannam@86: _LT_EOF cannam@86: ;; cannam@86: esac cannam@86: cannam@86: cannam@86: ltmain="$ac_aux_dir/ltmain.sh" cannam@86: cannam@86: cannam@86: # We use sed instead of cat because bash on DJGPP gets confused if cannam@86: # if finds mixed CR/LF and LF-only lines. Since sed operates in cannam@86: # text mode, it properly converts lines to CR/LF. This bash problem cannam@86: # is reportedly fixed, but why not run on old versions too? cannam@86: sed '$q' "$ltmain" >> "$cfgfile" \ cannam@86: || (rm -f "$cfgfile"; exit 1) cannam@86: cannam@86: if test x"$xsi_shell" = xyes; then cannam@86: sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ cannam@86: func_dirname ()\ cannam@86: {\ cannam@86: \ case ${1} in\ cannam@86: \ */*) func_dirname_result="${1%/*}${2}" ;;\ cannam@86: \ * ) func_dirname_result="${3}" ;;\ cannam@86: \ esac\ cannam@86: } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_basename ()$/,/^} # func_basename /c\ cannam@86: func_basename ()\ cannam@86: {\ cannam@86: \ func_basename_result="${1##*/}"\ cannam@86: } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ cannam@86: func_dirname_and_basename ()\ cannam@86: {\ cannam@86: \ case ${1} in\ cannam@86: \ */*) func_dirname_result="${1%/*}${2}" ;;\ cannam@86: \ * ) func_dirname_result="${3}" ;;\ cannam@86: \ esac\ cannam@86: \ func_basename_result="${1##*/}"\ cannam@86: } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ cannam@86: func_stripname ()\ cannam@86: {\ cannam@86: \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ cannam@86: \ # positional parameters, so assign one to ordinary parameter first.\ cannam@86: \ func_stripname_result=${3}\ cannam@86: \ func_stripname_result=${func_stripname_result#"${1}"}\ cannam@86: \ func_stripname_result=${func_stripname_result%"${2}"}\ cannam@86: } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ cannam@86: func_split_long_opt ()\ cannam@86: {\ cannam@86: \ func_split_long_opt_name=${1%%=*}\ cannam@86: \ func_split_long_opt_arg=${1#*=}\ cannam@86: } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ cannam@86: func_split_short_opt ()\ cannam@86: {\ cannam@86: \ func_split_short_opt_arg=${1#??}\ cannam@86: \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ cannam@86: } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ cannam@86: func_lo2o ()\ cannam@86: {\ cannam@86: \ case ${1} in\ cannam@86: \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ cannam@86: \ *) func_lo2o_result=${1} ;;\ cannam@86: \ esac\ cannam@86: } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_xform ()$/,/^} # func_xform /c\ cannam@86: func_xform ()\ cannam@86: {\ cannam@86: func_xform_result=${1%.*}.lo\ cannam@86: } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_arith ()$/,/^} # func_arith /c\ cannam@86: func_arith ()\ cannam@86: {\ cannam@86: func_arith_result=$(( $* ))\ cannam@86: } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_len ()$/,/^} # func_len /c\ cannam@86: func_len ()\ cannam@86: {\ cannam@86: func_len_result=${#1}\ cannam@86: } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: fi cannam@86: cannam@86: if test x"$lt_shell_append" = xyes; then cannam@86: sed -e '/^func_append ()$/,/^} # func_append /c\ cannam@86: func_append ()\ cannam@86: {\ cannam@86: eval "${1}+=\\${2}"\ cannam@86: } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ cannam@86: func_append_quoted ()\ cannam@86: {\ cannam@86: \ func_quote_for_eval "${2}"\ cannam@86: \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ cannam@86: } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: cannam@86: cannam@86: # Save a `func_append' function call where possible by direct use of '+=' cannam@86: sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: else cannam@86: # Save a `func_append' function call even when '+=' is not available cannam@86: sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ cannam@86: && mv -f "$cfgfile.tmp" "$cfgfile" \ cannam@86: || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") cannam@86: test 0 -eq $? || _lt_function_replace_fail=: cannam@86: fi cannam@86: cannam@86: if test x"$_lt_function_replace_fail" = x":"; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 cannam@86: $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} cannam@86: fi cannam@86: cannam@86: cannam@86: mv -f "$cfgfile" "$ofile" || cannam@86: (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") cannam@86: chmod +x "$ofile" cannam@86: cannam@86: ;; cannam@86: cannam@86: esac cannam@86: done # for ac_tag cannam@86: cannam@86: cannam@86: as_fn_exit 0 cannam@86: _ACEOF cannam@86: ac_clean_files=$ac_clean_files_save cannam@86: cannam@86: test $ac_write_fail = 0 || cannam@86: as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 cannam@86: cannam@86: cannam@86: # configure is writing to config.log, and then calls config.status. cannam@86: # config.status does its own redirection, appending to config.log. cannam@86: # Unfortunately, on DOS this fails, as config.log is still kept open cannam@86: # by configure, so config.status won't be able to write to it; its cannam@86: # output is simply discarded. So we exec the FD to /dev/null, cannam@86: # effectively closing config.log, so it can be properly (re)opened and cannam@86: # appended to by config.status. When coming back to configure, we cannam@86: # need to make the FD available again. cannam@86: if test "$no_create" != yes; then cannam@86: ac_cs_success=: cannam@86: ac_config_status_args= cannam@86: test "$silent" = yes && cannam@86: ac_config_status_args="$ac_config_status_args --quiet" cannam@86: exec 5>/dev/null cannam@86: $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false cannam@86: exec 5>>config.log cannam@86: # Use ||, not &&, to avoid exiting from the if with $? = 1, which cannam@86: # would make configure fail if this is the last instruction. cannam@86: $ac_cs_success || as_fn_exit 1 cannam@86: fi cannam@86: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then cannam@86: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 cannam@86: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} cannam@86: fi cannam@86: