cannam@154: #! /bin/sh cannam@154: # Guess values for system-dependent variables and create Makefiles. cannam@154: # Generated by GNU Autoconf 2.69 for opusfile 0.9. cannam@154: # cannam@154: # Report bugs to . cannam@154: # cannam@154: # cannam@154: # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. cannam@154: # cannam@154: # cannam@154: # This configure script is free software; the Free Software Foundation cannam@154: # gives unlimited permission to copy, distribute and modify it. cannam@154: ## -------------------- ## cannam@154: ## M4sh Initialization. ## cannam@154: ## -------------------- ## cannam@154: cannam@154: # Be more Bourne compatible cannam@154: DUALCASE=1; export DUALCASE # for MKS sh cannam@154: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@154: emulate sh cannam@154: NULLCMD=: cannam@154: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@154: # is contrary to our usage. Disable this feature. cannam@154: alias -g '${1+"$@"}'='"$@"' cannam@154: setopt NO_GLOB_SUBST cannam@154: else cannam@154: case `(set -o) 2>/dev/null` in #( cannam@154: *posix*) : cannam@154: set -o posix ;; #( cannam@154: *) : cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: cannam@154: as_nl=' cannam@154: ' cannam@154: export as_nl cannam@154: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@154: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@154: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@154: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@154: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@154: # but without wasting forks for bash or zsh. cannam@154: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@154: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@154: as_echo='print -r --' cannam@154: as_echo_n='print -rn --' cannam@154: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@154: as_echo='printf %s\n' cannam@154: as_echo_n='printf %s' cannam@154: else cannam@154: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@154: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@154: as_echo_n='/usr/ucb/echo -n' cannam@154: else cannam@154: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@154: as_echo_n_body='eval cannam@154: arg=$1; cannam@154: case $arg in #( cannam@154: *"$as_nl"*) cannam@154: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@154: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@154: esac; cannam@154: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@154: ' cannam@154: export as_echo_n_body cannam@154: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@154: fi cannam@154: export as_echo_body cannam@154: as_echo='sh -c $as_echo_body as_echo' cannam@154: fi cannam@154: cannam@154: # The user is always right. cannam@154: if test "${PATH_SEPARATOR+set}" != set; then cannam@154: PATH_SEPARATOR=: cannam@154: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@154: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@154: PATH_SEPARATOR=';' cannam@154: } cannam@154: fi cannam@154: cannam@154: cannam@154: # IFS cannam@154: # We need space, tab and new line, in precisely that order. Quoting is cannam@154: # there to prevent editors from complaining about space-tab. cannam@154: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@154: # splitting by setting IFS to empty value.) cannam@154: IFS=" "" $as_nl" cannam@154: cannam@154: # Find who we are. Look in the path if we contain no directory separator. cannam@154: as_myself= cannam@154: case $0 in #(( cannam@154: *[\\/]* ) as_myself=$0 ;; cannam@154: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: ;; cannam@154: esac cannam@154: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@154: # in which case we are not to be found in the path. cannam@154: if test "x$as_myself" = x; then cannam@154: as_myself=$0 cannam@154: fi cannam@154: if test ! -f "$as_myself"; then cannam@154: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@154: exit 1 cannam@154: fi cannam@154: cannam@154: # Unset variables that we do not need and which cause bugs (e.g. in cannam@154: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@154: # suppresses any "Segmentation fault" message there. '((' could cannam@154: # trigger a bug in pdksh 5.2.14. cannam@154: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@154: do eval test x\${$as_var+set} = xset \ cannam@154: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@154: done cannam@154: PS1='$ ' cannam@154: PS2='> ' cannam@154: PS4='+ ' cannam@154: cannam@154: # NLS nuisances. cannam@154: LC_ALL=C cannam@154: export LC_ALL cannam@154: LANGUAGE=C cannam@154: export LANGUAGE cannam@154: cannam@154: # CDPATH. cannam@154: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@154: cannam@154: # Use a proper internal environment variable to ensure we don't fall cannam@154: # into an infinite loop, continuously re-executing ourselves. cannam@154: if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then cannam@154: _as_can_reexec=no; export _as_can_reexec; cannam@154: # We cannot yet assume a decent shell, so we have to provide a cannam@154: # neutralization value for shells without unset; and this also cannam@154: # works around shells that cannot unset nonexistent variables. cannam@154: # Preserve -v and -x to the replacement shell. cannam@154: BASH_ENV=/dev/null cannam@154: ENV=/dev/null cannam@154: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV cannam@154: case $- in # (((( cannam@154: *v*x* | *x*v* ) as_opts=-vx ;; cannam@154: *v* ) as_opts=-v ;; cannam@154: *x* ) as_opts=-x ;; cannam@154: * ) as_opts= ;; cannam@154: esac cannam@154: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} cannam@154: # Admittedly, this is quite paranoid, since all the known shells bail cannam@154: # out after a failed `exec'. cannam@154: $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 cannam@154: as_fn_exit 255 cannam@154: fi cannam@154: # We don't want this to propagate to other subprocesses. cannam@154: { _as_can_reexec=; unset _as_can_reexec;} cannam@154: if test "x$CONFIG_SHELL" = x; then cannam@154: as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : cannam@154: emulate sh cannam@154: NULLCMD=: cannam@154: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which cannam@154: # is contrary to our usage. Disable this feature. cannam@154: alias -g '\${1+\"\$@\"}'='\"\$@\"' cannam@154: setopt NO_GLOB_SUBST cannam@154: else cannam@154: case \`(set -o) 2>/dev/null\` in #( cannam@154: *posix*) : cannam@154: set -o posix ;; #( cannam@154: *) : cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: " cannam@154: as_required="as_fn_return () { (exit \$1); } cannam@154: as_fn_success () { as_fn_return 0; } cannam@154: as_fn_failure () { as_fn_return 1; } cannam@154: as_fn_ret_success () { return 0; } cannam@154: as_fn_ret_failure () { return 1; } cannam@154: cannam@154: exitcode=0 cannam@154: as_fn_success || { exitcode=1; echo as_fn_success failed.; } cannam@154: as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } cannam@154: as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } cannam@154: as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } cannam@154: if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : cannam@154: cannam@154: else cannam@154: exitcode=1; echo positional parameters were not saved. cannam@154: fi cannam@154: test x\$exitcode = x0 || exit 1 cannam@154: test -x / || exit 1" cannam@154: as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO cannam@154: as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO cannam@154: eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && cannam@154: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 cannam@154: test \$(( 1 + 1 )) = 2 || exit 1 cannam@154: cannam@154: test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( cannam@154: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@154: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@154: ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO cannam@154: PATH=/empty FPATH=/empty; export PATH FPATH cannam@154: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ cannam@154: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" cannam@154: if (eval "$as_required") 2>/dev/null; then : cannam@154: as_have_required=yes cannam@154: else cannam@154: as_have_required=no cannam@154: fi cannam@154: if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : cannam@154: cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: as_found=false cannam@154: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: as_found=: cannam@154: case $as_dir in #( cannam@154: /*) cannam@154: for as_base in sh bash ksh sh5; do cannam@154: # Try only shells that exist, to save several forks. cannam@154: as_shell=$as_dir/$as_base cannam@154: if { test -f "$as_shell" || test -f "$as_shell.exe"; } && cannam@154: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@154: CONFIG_SHELL=$as_shell as_have_required=yes cannam@154: if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : cannam@154: break 2 cannam@154: fi cannam@154: fi cannam@154: done;; cannam@154: esac cannam@154: as_found=false cannam@154: done cannam@154: $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && cannam@154: { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : cannam@154: CONFIG_SHELL=$SHELL as_have_required=yes cannam@154: fi; } cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: cannam@154: if test "x$CONFIG_SHELL" != x; then : cannam@154: export CONFIG_SHELL cannam@154: # We cannot yet assume a decent shell, so we have to provide a cannam@154: # neutralization value for shells without unset; and this also cannam@154: # works around shells that cannot unset nonexistent variables. cannam@154: # Preserve -v and -x to the replacement shell. cannam@154: BASH_ENV=/dev/null cannam@154: ENV=/dev/null cannam@154: (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV cannam@154: case $- in # (((( cannam@154: *v*x* | *x*v* ) as_opts=-vx ;; cannam@154: *v* ) as_opts=-v ;; cannam@154: *x* ) as_opts=-x ;; cannam@154: * ) as_opts= ;; cannam@154: esac cannam@154: exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} cannam@154: # Admittedly, this is quite paranoid, since all the known shells bail cannam@154: # out after a failed `exec'. cannam@154: $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 cannam@154: exit 255 cannam@154: fi cannam@154: cannam@154: if test x$as_have_required = xno; then : cannam@154: $as_echo "$0: This script requires a shell more modern than all" cannam@154: $as_echo "$0: the shells that I found on your system." cannam@154: if test x${ZSH_VERSION+set} = xset ; then cannam@154: $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" cannam@154: $as_echo "$0: be upgraded to zsh 4.3.4 or later." cannam@154: else cannam@154: $as_echo "$0: Please tell bug-autoconf@gnu.org and opus@xiph.org cannam@154: $0: about your system, including any error possibly output cannam@154: $0: before this message. Then install a modern shell, or cannam@154: $0: manually run the script under such a shell if you do cannam@154: $0: have one." cannam@154: fi cannam@154: exit 1 cannam@154: fi cannam@154: fi cannam@154: fi cannam@154: SHELL=${CONFIG_SHELL-/bin/sh} cannam@154: export SHELL cannam@154: # Unset more variables known to interfere with behavior of common tools. cannam@154: CLICOLOR_FORCE= GREP_OPTIONS= cannam@154: unset CLICOLOR_FORCE GREP_OPTIONS cannam@154: cannam@154: ## --------------------- ## cannam@154: ## M4sh Shell Functions. ## cannam@154: ## --------------------- ## cannam@154: # as_fn_unset VAR cannam@154: # --------------- cannam@154: # Portably unset VAR. cannam@154: as_fn_unset () cannam@154: { cannam@154: { eval $1=; unset $1;} cannam@154: } cannam@154: as_unset=as_fn_unset cannam@154: cannam@154: # as_fn_set_status STATUS cannam@154: # ----------------------- cannam@154: # Set $? to STATUS, without forking. cannam@154: as_fn_set_status () cannam@154: { cannam@154: return $1 cannam@154: } # as_fn_set_status cannam@154: cannam@154: # as_fn_exit STATUS cannam@154: # ----------------- cannam@154: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@154: as_fn_exit () cannam@154: { cannam@154: set +e cannam@154: as_fn_set_status $1 cannam@154: exit $1 cannam@154: } # as_fn_exit cannam@154: cannam@154: # as_fn_mkdir_p cannam@154: # ------------- cannam@154: # Create "$as_dir" as a directory, including parents if necessary. cannam@154: as_fn_mkdir_p () cannam@154: { cannam@154: cannam@154: case $as_dir in #( cannam@154: -*) as_dir=./$as_dir;; cannam@154: esac cannam@154: test -d "$as_dir" || eval $as_mkdir_p || { cannam@154: as_dirs= cannam@154: while :; do cannam@154: case $as_dir in #( cannam@154: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@154: *) as_qdir=$as_dir;; cannam@154: esac cannam@154: as_dirs="'$as_qdir' $as_dirs" cannam@154: as_dir=`$as_dirname -- "$as_dir" || cannam@154: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@154: X"$as_dir" : 'X\(//\)$' \| \ cannam@154: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$as_dir" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: test -d "$as_dir" && break cannam@154: done cannam@154: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@154: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@154: cannam@154: cannam@154: } # as_fn_mkdir_p cannam@154: cannam@154: # as_fn_executable_p FILE cannam@154: # ----------------------- cannam@154: # Test if FILE is an executable regular file. cannam@154: as_fn_executable_p () cannam@154: { cannam@154: test -f "$1" && test -x "$1" cannam@154: } # as_fn_executable_p cannam@154: # as_fn_append VAR VALUE cannam@154: # ---------------------- cannam@154: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@154: # advantage of any shell optimizations that allow amortized linear growth over cannam@154: # repeated appends, instead of the typical quadratic growth present in naive cannam@154: # implementations. cannam@154: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@154: eval 'as_fn_append () cannam@154: { cannam@154: eval $1+=\$2 cannam@154: }' cannam@154: else cannam@154: as_fn_append () cannam@154: { cannam@154: eval $1=\$$1\$2 cannam@154: } cannam@154: fi # as_fn_append cannam@154: cannam@154: # as_fn_arith ARG... cannam@154: # ------------------ cannam@154: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@154: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@154: # must be portable across $(()) and expr. cannam@154: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@154: eval 'as_fn_arith () cannam@154: { cannam@154: as_val=$(( $* )) cannam@154: }' cannam@154: else cannam@154: as_fn_arith () cannam@154: { cannam@154: as_val=`expr "$@" || test $? -eq 1` cannam@154: } cannam@154: fi # as_fn_arith cannam@154: cannam@154: cannam@154: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@154: # ---------------------------------------- cannam@154: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@154: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@154: # script with STATUS, using 1 if that was 0. cannam@154: as_fn_error () cannam@154: { cannam@154: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@154: if test "$4"; then cannam@154: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@154: fi cannam@154: $as_echo "$as_me: error: $2" >&2 cannam@154: as_fn_exit $as_status cannam@154: } # as_fn_error cannam@154: cannam@154: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@154: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@154: as_expr=expr cannam@154: else cannam@154: as_expr=false cannam@154: fi cannam@154: cannam@154: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@154: as_basename=basename cannam@154: else cannam@154: as_basename=false cannam@154: fi cannam@154: cannam@154: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@154: as_dirname=dirname cannam@154: else cannam@154: as_dirname=false cannam@154: fi cannam@154: cannam@154: as_me=`$as_basename -- "$0" || cannam@154: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@154: X"$0" : 'X\(//\)$' \| \ cannam@154: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X/"$0" | cannam@154: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\/\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\/\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: cannam@154: # Avoid depending upon Character Ranges. cannam@154: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@154: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@154: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@154: as_cr_digits='0123456789' cannam@154: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@154: cannam@154: cannam@154: as_lineno_1=$LINENO as_lineno_1a=$LINENO cannam@154: as_lineno_2=$LINENO as_lineno_2a=$LINENO cannam@154: eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && cannam@154: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { cannam@154: # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) cannam@154: sed -n ' cannam@154: p cannam@154: /[$]LINENO/= cannam@154: ' <$as_myself | cannam@154: sed ' cannam@154: s/[$]LINENO.*/&-/ cannam@154: t lineno cannam@154: b cannam@154: :lineno cannam@154: N cannam@154: :loop cannam@154: s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ cannam@154: t loop cannam@154: s/-\n.*// cannam@154: ' >$as_me.lineno && cannam@154: chmod +x "$as_me.lineno" || cannam@154: { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } cannam@154: cannam@154: # If we had to re-execute with $CONFIG_SHELL, we're ensured to have cannam@154: # already done that, so ensure we don't try to do so again and fall cannam@154: # in an infinite loop. This has already happened in practice. cannam@154: _as_can_reexec=no; export _as_can_reexec cannam@154: # Don't try to exec as it changes $[0], causing all sort of problems cannam@154: # (the dirname of $[0] is not the place where we might find the cannam@154: # original and so on. Autoconf is especially sensitive to this). cannam@154: . "./$as_me.lineno" cannam@154: # Exit status is that of the last command. cannam@154: exit cannam@154: } cannam@154: cannam@154: ECHO_C= ECHO_N= ECHO_T= cannam@154: case `echo -n x` in #((((( cannam@154: -n*) cannam@154: case `echo 'xy\c'` in cannam@154: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@154: xy) ECHO_C='\c';; cannam@154: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@154: ECHO_T=' ';; cannam@154: esac;; cannam@154: *) cannam@154: ECHO_N='-n';; cannam@154: esac cannam@154: cannam@154: rm -f conf$$ conf$$.exe conf$$.file cannam@154: if test -d conf$$.dir; then cannam@154: rm -f conf$$.dir/conf$$.file cannam@154: else cannam@154: rm -f conf$$.dir cannam@154: mkdir conf$$.dir 2>/dev/null cannam@154: fi cannam@154: if (echo >conf$$.file) 2>/dev/null; then cannam@154: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@154: as_ln_s='ln -s' cannam@154: # ... but there are two gotchas: cannam@154: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@154: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@154: # In both cases, we have to default to `cp -pR'. cannam@154: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@154: as_ln_s='cp -pR' cannam@154: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@154: as_ln_s=ln cannam@154: else cannam@154: as_ln_s='cp -pR' cannam@154: fi cannam@154: else cannam@154: as_ln_s='cp -pR' cannam@154: fi cannam@154: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@154: rmdir conf$$.dir 2>/dev/null cannam@154: cannam@154: if mkdir -p . 2>/dev/null; then cannam@154: as_mkdir_p='mkdir -p "$as_dir"' cannam@154: else cannam@154: test -d ./-p && rmdir ./-p cannam@154: as_mkdir_p=false cannam@154: fi cannam@154: cannam@154: as_test_x='test -x' cannam@154: as_executable_p=as_fn_executable_p cannam@154: cannam@154: # Sed expression to map a string onto a valid CPP name. cannam@154: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@154: cannam@154: # Sed expression to map a string onto a valid variable name. cannam@154: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@154: cannam@154: SHELL=${CONFIG_SHELL-/bin/sh} cannam@154: cannam@154: cannam@154: test -n "$DJDIR" || exec 7<&0 &1 cannam@154: cannam@154: # Name of the host. cannam@154: # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, cannam@154: # so uname gets run too. cannam@154: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` cannam@154: cannam@154: # cannam@154: # Initializations. cannam@154: # cannam@154: ac_default_prefix=/usr/local cannam@154: ac_clean_files= cannam@154: ac_config_libobj_dir=. cannam@154: LIBOBJS= cannam@154: cross_compiling=no cannam@154: subdirs= cannam@154: MFLAGS= cannam@154: MAKEFLAGS= cannam@154: cannam@154: # Identity of this package. cannam@154: PACKAGE_NAME='opusfile' cannam@154: PACKAGE_TARNAME='opusfile' cannam@154: PACKAGE_VERSION='0.9' cannam@154: PACKAGE_STRING='opusfile 0.9' cannam@154: PACKAGE_BUGREPORT='opus@xiph.org' cannam@154: PACKAGE_URL='' cannam@154: cannam@154: ac_unique_file="src/opusfile.c" cannam@154: # Factoring default headers for most tests. cannam@154: ac_includes_default="\ cannam@154: #include cannam@154: #ifdef HAVE_SYS_TYPES_H cannam@154: # include cannam@154: #endif cannam@154: #ifdef HAVE_SYS_STAT_H cannam@154: # include cannam@154: #endif cannam@154: #ifdef STDC_HEADERS cannam@154: # include cannam@154: # include cannam@154: #else cannam@154: # ifdef HAVE_STDLIB_H cannam@154: # include cannam@154: # endif cannam@154: #endif cannam@154: #ifdef HAVE_STRING_H cannam@154: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H cannam@154: # include cannam@154: # endif cannam@154: # include cannam@154: #endif cannam@154: #ifdef HAVE_STRINGS_H cannam@154: # include cannam@154: #endif cannam@154: #ifdef HAVE_INTTYPES_H cannam@154: # include cannam@154: #endif cannam@154: #ifdef HAVE_STDINT_H cannam@154: # include cannam@154: #endif cannam@154: #ifdef HAVE_UNISTD_H cannam@154: # include cannam@154: #endif" cannam@154: cannam@154: ac_subst_vars='am__EXEEXT_FALSE cannam@154: am__EXEEXT_TRUE cannam@154: LTLIBOBJS cannam@154: LIBOBJS cannam@154: HAVE_DOXYGEN_FALSE cannam@154: HAVE_DOXYGEN_TRUE cannam@154: HAVE_DOT cannam@154: HAVE_DOXYGEN cannam@154: lrintf_lib cannam@154: OP_ENABLE_EXAMPLES_FALSE cannam@154: OP_ENABLE_EXAMPLES_TRUE cannam@154: DEPS_LIBS cannam@154: DEPS_CFLAGS cannam@154: openssl cannam@154: OP_ENABLE_HTTP_FALSE cannam@154: OP_ENABLE_HTTP_TRUE cannam@154: URL_DEPS_LIBS cannam@154: URL_DEPS_CFLAGS cannam@154: PKG_CONFIG_LIBDIR cannam@154: PKG_CONFIG_PATH cannam@154: PKG_CONFIG cannam@154: OP_WIN32_FALSE cannam@154: OP_WIN32_TRUE cannam@154: OP_LT_AGE cannam@154: OP_LT_REVISION cannam@154: OP_LT_CURRENT cannam@154: LT_SYS_LIBRARY_PATH cannam@154: OTOOL64 cannam@154: OTOOL cannam@154: LIPO cannam@154: NMEDIT cannam@154: DSYMUTIL cannam@154: MANIFEST_TOOL cannam@154: RANLIB cannam@154: ac_ct_AR cannam@154: AR cannam@154: DLLTOOL cannam@154: OBJDUMP cannam@154: LN_S cannam@154: NM cannam@154: ac_ct_DUMPBIN cannam@154: DUMPBIN cannam@154: LD cannam@154: FGREP cannam@154: SED cannam@154: host_os cannam@154: host_vendor cannam@154: host_cpu cannam@154: host cannam@154: build_os cannam@154: build_vendor cannam@154: build_cpu cannam@154: build cannam@154: LIBTOOL cannam@154: MAINT cannam@154: MAINTAINER_MODE_FALSE cannam@154: MAINTAINER_MODE_TRUE cannam@154: AM_BACKSLASH cannam@154: AM_DEFAULT_VERBOSITY cannam@154: AM_DEFAULT_V cannam@154: AM_V cannam@154: am__fastdepCC_FALSE cannam@154: am__fastdepCC_TRUE cannam@154: CCDEPMODE cannam@154: am__nodep cannam@154: AMDEPBACKSLASH cannam@154: AMDEP_FALSE cannam@154: AMDEP_TRUE cannam@154: am__quote cannam@154: am__include cannam@154: DEPDIR cannam@154: am__untar cannam@154: am__tar cannam@154: AMTAR cannam@154: am__leading_dot cannam@154: SET_MAKE cannam@154: AWK cannam@154: mkdir_p cannam@154: MKDIR_P cannam@154: INSTALL_STRIP_PROGRAM cannam@154: STRIP cannam@154: install_sh cannam@154: MAKEINFO cannam@154: AUTOHEADER cannam@154: AUTOMAKE cannam@154: AUTOCONF cannam@154: ACLOCAL cannam@154: VERSION cannam@154: PACKAGE cannam@154: CYGPATH_W cannam@154: am__isrc cannam@154: INSTALL_DATA cannam@154: INSTALL_SCRIPT cannam@154: INSTALL_PROGRAM cannam@154: EGREP cannam@154: GREP cannam@154: CPP cannam@154: OBJEXT cannam@154: EXEEXT cannam@154: ac_ct_CC cannam@154: CPPFLAGS cannam@154: LDFLAGS cannam@154: CFLAGS cannam@154: CC cannam@154: target_alias cannam@154: host_alias cannam@154: build_alias cannam@154: LIBS cannam@154: ECHO_T cannam@154: ECHO_N cannam@154: ECHO_C cannam@154: DEFS cannam@154: mandir cannam@154: localedir cannam@154: libdir cannam@154: psdir cannam@154: pdfdir cannam@154: dvidir cannam@154: htmldir cannam@154: infodir cannam@154: docdir cannam@154: oldincludedir cannam@154: includedir cannam@154: localstatedir cannam@154: sharedstatedir cannam@154: sysconfdir cannam@154: datadir cannam@154: datarootdir cannam@154: libexecdir cannam@154: sbindir cannam@154: bindir cannam@154: program_transform_name cannam@154: prefix cannam@154: exec_prefix cannam@154: PACKAGE_URL cannam@154: PACKAGE_BUGREPORT cannam@154: PACKAGE_STRING cannam@154: PACKAGE_VERSION cannam@154: PACKAGE_TARNAME cannam@154: PACKAGE_NAME cannam@154: PATH_SEPARATOR cannam@154: SHELL' cannam@154: ac_subst_files='' cannam@154: ac_user_opts=' cannam@154: enable_option_checking cannam@154: enable_largefile cannam@154: enable_dependency_tracking cannam@154: enable_silent_rules cannam@154: enable_maintainer_mode cannam@154: enable_shared cannam@154: enable_static cannam@154: with_pic cannam@154: enable_fast_install cannam@154: with_aix_soname cannam@154: with_gnu_ld cannam@154: with_sysroot cannam@154: enable_libtool_lock cannam@154: enable_assertions cannam@154: enable_http cannam@154: enable_fixed_point cannam@154: enable_float cannam@154: enable_examples cannam@154: enable_doc cannam@154: ' cannam@154: ac_precious_vars='build_alias cannam@154: host_alias cannam@154: target_alias cannam@154: CC cannam@154: CFLAGS cannam@154: LDFLAGS cannam@154: LIBS cannam@154: CPPFLAGS cannam@154: CPP cannam@154: LT_SYS_LIBRARY_PATH cannam@154: PKG_CONFIG cannam@154: PKG_CONFIG_PATH cannam@154: PKG_CONFIG_LIBDIR cannam@154: URL_DEPS_CFLAGS cannam@154: URL_DEPS_LIBS cannam@154: DEPS_CFLAGS cannam@154: DEPS_LIBS' cannam@154: cannam@154: cannam@154: # Initialize some variables set by options. cannam@154: ac_init_help= cannam@154: ac_init_version=false cannam@154: ac_unrecognized_opts= cannam@154: ac_unrecognized_sep= cannam@154: # The variables have the same names as the options, with cannam@154: # dashes changed to underlines. cannam@154: cache_file=/dev/null cannam@154: exec_prefix=NONE cannam@154: no_create= cannam@154: no_recursion= cannam@154: prefix=NONE cannam@154: program_prefix=NONE cannam@154: program_suffix=NONE cannam@154: program_transform_name=s,x,x, cannam@154: silent= cannam@154: site= cannam@154: srcdir= cannam@154: verbose= cannam@154: x_includes=NONE cannam@154: x_libraries=NONE cannam@154: cannam@154: # Installation directory options. cannam@154: # These are left unexpanded so users can "make install exec_prefix=/foo" cannam@154: # and all the variables that are supposed to be based on exec_prefix cannam@154: # by default will actually change. cannam@154: # Use braces instead of parens because sh, perl, etc. also accept them. cannam@154: # (The list follows the same order as the GNU Coding Standards.) cannam@154: bindir='${exec_prefix}/bin' cannam@154: sbindir='${exec_prefix}/sbin' cannam@154: libexecdir='${exec_prefix}/libexec' cannam@154: datarootdir='${prefix}/share' cannam@154: datadir='${datarootdir}' cannam@154: sysconfdir='${prefix}/etc' cannam@154: sharedstatedir='${prefix}/com' cannam@154: localstatedir='${prefix}/var' cannam@154: includedir='${prefix}/include' cannam@154: oldincludedir='/usr/include' cannam@154: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' cannam@154: infodir='${datarootdir}/info' cannam@154: htmldir='${docdir}' cannam@154: dvidir='${docdir}' cannam@154: pdfdir='${docdir}' cannam@154: psdir='${docdir}' cannam@154: libdir='${exec_prefix}/lib' cannam@154: localedir='${datarootdir}/locale' cannam@154: mandir='${datarootdir}/man' cannam@154: cannam@154: ac_prev= cannam@154: ac_dashdash= cannam@154: for ac_option cannam@154: do cannam@154: # If the previous option needs an argument, assign it. cannam@154: if test -n "$ac_prev"; then cannam@154: eval $ac_prev=\$ac_option cannam@154: ac_prev= cannam@154: continue cannam@154: fi cannam@154: cannam@154: case $ac_option in cannam@154: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; cannam@154: *=) ac_optarg= ;; cannam@154: *) ac_optarg=yes ;; cannam@154: esac cannam@154: cannam@154: # Accept the important Cygnus configure options, so we can diagnose typos. cannam@154: cannam@154: case $ac_dashdash$ac_option in cannam@154: --) cannam@154: ac_dashdash=yes ;; cannam@154: cannam@154: -bindir | --bindir | --bindi | --bind | --bin | --bi) cannam@154: ac_prev=bindir ;; cannam@154: -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) cannam@154: bindir=$ac_optarg ;; cannam@154: cannam@154: -build | --build | --buil | --bui | --bu) cannam@154: ac_prev=build_alias ;; cannam@154: -build=* | --build=* | --buil=* | --bui=* | --bu=*) cannam@154: build_alias=$ac_optarg ;; cannam@154: cannam@154: -cache-file | --cache-file | --cache-fil | --cache-fi \ cannam@154: | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) cannam@154: ac_prev=cache_file ;; cannam@154: -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ cannam@154: | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cannam@154: cache_file=$ac_optarg ;; cannam@154: cannam@154: --config-cache | -C) cannam@154: cache_file=config.cache ;; cannam@154: cannam@154: -datadir | --datadir | --datadi | --datad) cannam@154: ac_prev=datadir ;; cannam@154: -datadir=* | --datadir=* | --datadi=* | --datad=*) cannam@154: datadir=$ac_optarg ;; cannam@154: cannam@154: -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ cannam@154: | --dataroo | --dataro | --datar) cannam@154: ac_prev=datarootdir ;; cannam@154: -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ cannam@154: | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) cannam@154: datarootdir=$ac_optarg ;; cannam@154: cannam@154: -disable-* | --disable-*) cannam@154: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` cannam@154: # Reject names that are not valid shell variable names. cannam@154: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@154: as_fn_error $? "invalid feature name: $ac_useropt" cannam@154: ac_useropt_orig=$ac_useropt cannam@154: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@154: case $ac_user_opts in cannam@154: *" cannam@154: "enable_$ac_useropt" cannam@154: "*) ;; cannam@154: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" cannam@154: ac_unrecognized_sep=', ';; cannam@154: esac cannam@154: eval enable_$ac_useropt=no ;; cannam@154: cannam@154: -docdir | --docdir | --docdi | --doc | --do) cannam@154: ac_prev=docdir ;; cannam@154: -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) cannam@154: docdir=$ac_optarg ;; cannam@154: cannam@154: -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) cannam@154: ac_prev=dvidir ;; cannam@154: -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) cannam@154: dvidir=$ac_optarg ;; cannam@154: cannam@154: -enable-* | --enable-*) cannam@154: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` cannam@154: # Reject names that are not valid shell variable names. cannam@154: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@154: as_fn_error $? "invalid feature name: $ac_useropt" cannam@154: ac_useropt_orig=$ac_useropt cannam@154: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@154: case $ac_user_opts in cannam@154: *" cannam@154: "enable_$ac_useropt" cannam@154: "*) ;; cannam@154: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" cannam@154: ac_unrecognized_sep=', ';; cannam@154: esac cannam@154: eval enable_$ac_useropt=\$ac_optarg ;; cannam@154: cannam@154: -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ cannam@154: | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ cannam@154: | --exec | --exe | --ex) cannam@154: ac_prev=exec_prefix ;; cannam@154: -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ cannam@154: | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ cannam@154: | --exec=* | --exe=* | --ex=*) cannam@154: exec_prefix=$ac_optarg ;; cannam@154: cannam@154: -gas | --gas | --ga | --g) cannam@154: # Obsolete; use --with-gas. cannam@154: with_gas=yes ;; cannam@154: cannam@154: -help | --help | --hel | --he | -h) cannam@154: ac_init_help=long ;; cannam@154: -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) cannam@154: ac_init_help=recursive ;; cannam@154: -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) cannam@154: ac_init_help=short ;; cannam@154: cannam@154: -host | --host | --hos | --ho) cannam@154: ac_prev=host_alias ;; cannam@154: -host=* | --host=* | --hos=* | --ho=*) cannam@154: host_alias=$ac_optarg ;; cannam@154: cannam@154: -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) cannam@154: ac_prev=htmldir ;; cannam@154: -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ cannam@154: | --ht=*) cannam@154: htmldir=$ac_optarg ;; cannam@154: cannam@154: -includedir | --includedir | --includedi | --included | --include \ cannam@154: | --includ | --inclu | --incl | --inc) cannam@154: ac_prev=includedir ;; cannam@154: -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ cannam@154: | --includ=* | --inclu=* | --incl=* | --inc=*) cannam@154: includedir=$ac_optarg ;; cannam@154: cannam@154: -infodir | --infodir | --infodi | --infod | --info | --inf) cannam@154: ac_prev=infodir ;; cannam@154: -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) cannam@154: infodir=$ac_optarg ;; cannam@154: cannam@154: -libdir | --libdir | --libdi | --libd) cannam@154: ac_prev=libdir ;; cannam@154: -libdir=* | --libdir=* | --libdi=* | --libd=*) cannam@154: libdir=$ac_optarg ;; cannam@154: cannam@154: -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ cannam@154: | --libexe | --libex | --libe) cannam@154: ac_prev=libexecdir ;; cannam@154: -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ cannam@154: | --libexe=* | --libex=* | --libe=*) cannam@154: libexecdir=$ac_optarg ;; cannam@154: cannam@154: -localedir | --localedir | --localedi | --localed | --locale) cannam@154: ac_prev=localedir ;; cannam@154: -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) cannam@154: localedir=$ac_optarg ;; cannam@154: cannam@154: -localstatedir | --localstatedir | --localstatedi | --localstated \ cannam@154: | --localstate | --localstat | --localsta | --localst | --locals) cannam@154: ac_prev=localstatedir ;; cannam@154: -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ cannam@154: | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) cannam@154: localstatedir=$ac_optarg ;; cannam@154: cannam@154: -mandir | --mandir | --mandi | --mand | --man | --ma | --m) cannam@154: ac_prev=mandir ;; cannam@154: -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) cannam@154: mandir=$ac_optarg ;; cannam@154: cannam@154: -nfp | --nfp | --nf) cannam@154: # Obsolete; use --without-fp. cannam@154: with_fp=no ;; cannam@154: cannam@154: -no-create | --no-create | --no-creat | --no-crea | --no-cre \ cannam@154: | --no-cr | --no-c | -n) cannam@154: no_create=yes ;; cannam@154: cannam@154: -no-recursion | --no-recursion | --no-recursio | --no-recursi \ cannam@154: | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) cannam@154: no_recursion=yes ;; cannam@154: cannam@154: -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ cannam@154: | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ cannam@154: | --oldin | --oldi | --old | --ol | --o) cannam@154: ac_prev=oldincludedir ;; cannam@154: -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ cannam@154: | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ cannam@154: | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) cannam@154: oldincludedir=$ac_optarg ;; cannam@154: cannam@154: -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) cannam@154: ac_prev=prefix ;; cannam@154: -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) cannam@154: prefix=$ac_optarg ;; cannam@154: cannam@154: -program-prefix | --program-prefix | --program-prefi | --program-pref \ cannam@154: | --program-pre | --program-pr | --program-p) cannam@154: ac_prev=program_prefix ;; cannam@154: -program-prefix=* | --program-prefix=* | --program-prefi=* \ cannam@154: | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) cannam@154: program_prefix=$ac_optarg ;; cannam@154: cannam@154: -program-suffix | --program-suffix | --program-suffi | --program-suff \ cannam@154: | --program-suf | --program-su | --program-s) cannam@154: ac_prev=program_suffix ;; cannam@154: -program-suffix=* | --program-suffix=* | --program-suffi=* \ cannam@154: | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) cannam@154: program_suffix=$ac_optarg ;; cannam@154: cannam@154: -program-transform-name | --program-transform-name \ cannam@154: | --program-transform-nam | --program-transform-na \ cannam@154: | --program-transform-n | --program-transform- \ cannam@154: | --program-transform | --program-transfor \ cannam@154: | --program-transfo | --program-transf \ cannam@154: | --program-trans | --program-tran \ cannam@154: | --progr-tra | --program-tr | --program-t) cannam@154: ac_prev=program_transform_name ;; cannam@154: -program-transform-name=* | --program-transform-name=* \ cannam@154: | --program-transform-nam=* | --program-transform-na=* \ cannam@154: | --program-transform-n=* | --program-transform-=* \ cannam@154: | --program-transform=* | --program-transfor=* \ cannam@154: | --program-transfo=* | --program-transf=* \ cannam@154: | --program-trans=* | --program-tran=* \ cannam@154: | --progr-tra=* | --program-tr=* | --program-t=*) cannam@154: program_transform_name=$ac_optarg ;; cannam@154: cannam@154: -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) cannam@154: ac_prev=pdfdir ;; cannam@154: -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) cannam@154: pdfdir=$ac_optarg ;; cannam@154: cannam@154: -psdir | --psdir | --psdi | --psd | --ps) cannam@154: ac_prev=psdir ;; cannam@154: -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) cannam@154: psdir=$ac_optarg ;; cannam@154: cannam@154: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@154: | -silent | --silent | --silen | --sile | --sil) cannam@154: silent=yes ;; cannam@154: cannam@154: -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) cannam@154: ac_prev=sbindir ;; cannam@154: -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ cannam@154: | --sbi=* | --sb=*) cannam@154: sbindir=$ac_optarg ;; cannam@154: cannam@154: -sharedstatedir | --sharedstatedir | --sharedstatedi \ cannam@154: | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ cannam@154: | --sharedst | --shareds | --shared | --share | --shar \ cannam@154: | --sha | --sh) cannam@154: ac_prev=sharedstatedir ;; cannam@154: -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ cannam@154: | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ cannam@154: | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ cannam@154: | --sha=* | --sh=*) cannam@154: sharedstatedir=$ac_optarg ;; cannam@154: cannam@154: -site | --site | --sit) cannam@154: ac_prev=site ;; cannam@154: -site=* | --site=* | --sit=*) cannam@154: site=$ac_optarg ;; cannam@154: cannam@154: -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) cannam@154: ac_prev=srcdir ;; cannam@154: -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) cannam@154: srcdir=$ac_optarg ;; cannam@154: cannam@154: -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ cannam@154: | --syscon | --sysco | --sysc | --sys | --sy) cannam@154: ac_prev=sysconfdir ;; cannam@154: -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ cannam@154: | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) cannam@154: sysconfdir=$ac_optarg ;; cannam@154: cannam@154: -target | --target | --targe | --targ | --tar | --ta | --t) cannam@154: ac_prev=target_alias ;; cannam@154: -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) cannam@154: target_alias=$ac_optarg ;; cannam@154: cannam@154: -v | -verbose | --verbose | --verbos | --verbo | --verb) cannam@154: verbose=yes ;; cannam@154: cannam@154: -version | --version | --versio | --versi | --vers | -V) cannam@154: ac_init_version=: ;; cannam@154: cannam@154: -with-* | --with-*) cannam@154: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` cannam@154: # Reject names that are not valid shell variable names. cannam@154: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@154: as_fn_error $? "invalid package name: $ac_useropt" cannam@154: ac_useropt_orig=$ac_useropt cannam@154: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@154: case $ac_user_opts in cannam@154: *" cannam@154: "with_$ac_useropt" cannam@154: "*) ;; cannam@154: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" cannam@154: ac_unrecognized_sep=', ';; cannam@154: esac cannam@154: eval with_$ac_useropt=\$ac_optarg ;; cannam@154: cannam@154: -without-* | --without-*) cannam@154: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` cannam@154: # Reject names that are not valid shell variable names. cannam@154: expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && cannam@154: as_fn_error $? "invalid package name: $ac_useropt" cannam@154: ac_useropt_orig=$ac_useropt cannam@154: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` cannam@154: case $ac_user_opts in cannam@154: *" cannam@154: "with_$ac_useropt" cannam@154: "*) ;; cannam@154: *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" cannam@154: ac_unrecognized_sep=', ';; cannam@154: esac cannam@154: eval with_$ac_useropt=no ;; cannam@154: cannam@154: --x) cannam@154: # Obsolete; use --with-x. cannam@154: with_x=yes ;; cannam@154: cannam@154: -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ cannam@154: | --x-incl | --x-inc | --x-in | --x-i) cannam@154: ac_prev=x_includes ;; cannam@154: -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ cannam@154: | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) cannam@154: x_includes=$ac_optarg ;; cannam@154: cannam@154: -x-libraries | --x-libraries | --x-librarie | --x-librari \ cannam@154: | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) cannam@154: ac_prev=x_libraries ;; cannam@154: -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ cannam@154: | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) cannam@154: x_libraries=$ac_optarg ;; cannam@154: cannam@154: -*) as_fn_error $? "unrecognized option: \`$ac_option' cannam@154: Try \`$0 --help' for more information" cannam@154: ;; cannam@154: cannam@154: *=*) cannam@154: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` cannam@154: # Reject names that are not valid shell variable names. cannam@154: case $ac_envvar in #( cannam@154: '' | [0-9]* | *[!_$as_cr_alnum]* ) cannam@154: as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; cannam@154: esac cannam@154: eval $ac_envvar=\$ac_optarg cannam@154: export $ac_envvar ;; cannam@154: cannam@154: *) cannam@154: # FIXME: should be removed in autoconf 3.0. cannam@154: $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 cannam@154: expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && cannam@154: $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 cannam@154: : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" cannam@154: ;; cannam@154: cannam@154: esac cannam@154: done cannam@154: cannam@154: if test -n "$ac_prev"; then cannam@154: ac_option=--`echo $ac_prev | sed 's/_/-/g'` cannam@154: as_fn_error $? "missing argument to $ac_option" cannam@154: fi cannam@154: cannam@154: if test -n "$ac_unrecognized_opts"; then cannam@154: case $enable_option_checking in cannam@154: no) ;; cannam@154: fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; cannam@154: *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: # Check all directory arguments for consistency. cannam@154: for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ cannam@154: datadir sysconfdir sharedstatedir localstatedir includedir \ cannam@154: oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ cannam@154: libdir localedir mandir cannam@154: do cannam@154: eval ac_val=\$$ac_var cannam@154: # Remove trailing slashes. cannam@154: case $ac_val in cannam@154: */ ) cannam@154: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` cannam@154: eval $ac_var=\$ac_val;; cannam@154: esac cannam@154: # Be sure to have absolute directory names. cannam@154: case $ac_val in cannam@154: [\\/$]* | ?:[\\/]* ) continue;; cannam@154: NONE | '' ) case $ac_var in *prefix ) continue;; esac;; cannam@154: esac cannam@154: as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" cannam@154: done cannam@154: cannam@154: # There might be people who depend on the old broken behavior: `$host' cannam@154: # used to hold the argument of --host etc. cannam@154: # FIXME: To remove some day. cannam@154: build=$build_alias cannam@154: host=$host_alias cannam@154: target=$target_alias cannam@154: cannam@154: # FIXME: To remove some day. cannam@154: if test "x$host_alias" != x; then cannam@154: if test "x$build_alias" = x; then cannam@154: cross_compiling=maybe cannam@154: elif test "x$build_alias" != "x$host_alias"; then cannam@154: cross_compiling=yes cannam@154: fi cannam@154: fi cannam@154: cannam@154: ac_tool_prefix= cannam@154: test -n "$host_alias" && ac_tool_prefix=$host_alias- cannam@154: cannam@154: test "$silent" = yes && exec 6>/dev/null cannam@154: cannam@154: cannam@154: ac_pwd=`pwd` && test -n "$ac_pwd" && cannam@154: ac_ls_di=`ls -di .` && cannam@154: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || cannam@154: as_fn_error $? "working directory cannot be determined" cannam@154: test "X$ac_ls_di" = "X$ac_pwd_ls_di" || cannam@154: as_fn_error $? "pwd does not report name of working directory" cannam@154: cannam@154: cannam@154: # Find the source files, if location was not specified. cannam@154: if test -z "$srcdir"; then cannam@154: ac_srcdir_defaulted=yes cannam@154: # Try the directory containing this script, then the parent directory. cannam@154: ac_confdir=`$as_dirname -- "$as_myself" || cannam@154: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$as_myself" : 'X\(//\)[^/]' \| \ cannam@154: X"$as_myself" : 'X\(//\)$' \| \ cannam@154: X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$as_myself" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: srcdir=$ac_confdir cannam@154: if test ! -r "$srcdir/$ac_unique_file"; then cannam@154: srcdir=.. cannam@154: fi cannam@154: else cannam@154: ac_srcdir_defaulted=no cannam@154: fi cannam@154: if test ! -r "$srcdir/$ac_unique_file"; then cannam@154: test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." cannam@154: as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" cannam@154: fi cannam@154: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" cannam@154: ac_abs_confdir=`( cannam@154: cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" cannam@154: pwd)` cannam@154: # When building in place, set srcdir=. cannam@154: if test "$ac_abs_confdir" = "$ac_pwd"; then cannam@154: srcdir=. cannam@154: fi cannam@154: # Remove unnecessary trailing slashes from srcdir. cannam@154: # Double slashes in file names in object file debugging info cannam@154: # mess up M-x gdb in Emacs. cannam@154: case $srcdir in cannam@154: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; cannam@154: esac cannam@154: for ac_var in $ac_precious_vars; do cannam@154: eval ac_env_${ac_var}_set=\${${ac_var}+set} cannam@154: eval ac_env_${ac_var}_value=\$${ac_var} cannam@154: eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} cannam@154: eval ac_cv_env_${ac_var}_value=\$${ac_var} cannam@154: done cannam@154: cannam@154: # cannam@154: # Report the --help message. cannam@154: # cannam@154: if test "$ac_init_help" = "long"; then cannam@154: # Omit some internal or obsolete options to make the list less imposing. cannam@154: # This message is too long to be a string in the A/UX 3.1 sh. cannam@154: cat <<_ACEOF cannam@154: \`configure' configures opusfile 0.9 to adapt to many kinds of systems. cannam@154: cannam@154: Usage: $0 [OPTION]... [VAR=VALUE]... cannam@154: cannam@154: To assign environment variables (e.g., CC, CFLAGS...), specify them as cannam@154: VAR=VALUE. See below for descriptions of some of the useful variables. cannam@154: cannam@154: Defaults for the options are specified in brackets. cannam@154: cannam@154: Configuration: cannam@154: -h, --help display this help and exit cannam@154: --help=short display options specific to this package cannam@154: --help=recursive display the short help of all the included packages cannam@154: -V, --version display version information and exit cannam@154: -q, --quiet, --silent do not print \`checking ...' messages cannam@154: --cache-file=FILE cache test results in FILE [disabled] cannam@154: -C, --config-cache alias for \`--cache-file=config.cache' cannam@154: -n, --no-create do not create output files cannam@154: --srcdir=DIR find the sources in DIR [configure dir or \`..'] cannam@154: cannam@154: Installation directories: cannam@154: --prefix=PREFIX install architecture-independent files in PREFIX cannam@154: [$ac_default_prefix] cannam@154: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX cannam@154: [PREFIX] cannam@154: cannam@154: By default, \`make install' will install all the files in cannam@154: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify cannam@154: an installation prefix other than \`$ac_default_prefix' using \`--prefix', cannam@154: for instance \`--prefix=\$HOME'. cannam@154: cannam@154: For better control, use the options below. cannam@154: cannam@154: Fine tuning of the installation directories: cannam@154: --bindir=DIR user executables [EPREFIX/bin] cannam@154: --sbindir=DIR system admin executables [EPREFIX/sbin] cannam@154: --libexecdir=DIR program executables [EPREFIX/libexec] cannam@154: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] cannam@154: --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] cannam@154: --localstatedir=DIR modifiable single-machine data [PREFIX/var] cannam@154: --libdir=DIR object code libraries [EPREFIX/lib] cannam@154: --includedir=DIR C header files [PREFIX/include] cannam@154: --oldincludedir=DIR C header files for non-gcc [/usr/include] cannam@154: --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] cannam@154: --datadir=DIR read-only architecture-independent data [DATAROOTDIR] cannam@154: --infodir=DIR info documentation [DATAROOTDIR/info] cannam@154: --localedir=DIR locale-dependent data [DATAROOTDIR/locale] cannam@154: --mandir=DIR man documentation [DATAROOTDIR/man] cannam@154: --docdir=DIR documentation root [DATAROOTDIR/doc/opusfile] cannam@154: --htmldir=DIR html documentation [DOCDIR] cannam@154: --dvidir=DIR dvi documentation [DOCDIR] cannam@154: --pdfdir=DIR pdf documentation [DOCDIR] cannam@154: --psdir=DIR ps documentation [DOCDIR] cannam@154: _ACEOF cannam@154: cannam@154: cat <<\_ACEOF cannam@154: cannam@154: Program names: cannam@154: --program-prefix=PREFIX prepend PREFIX to installed program names cannam@154: --program-suffix=SUFFIX append SUFFIX to installed program names cannam@154: --program-transform-name=PROGRAM run sed PROGRAM on installed program names cannam@154: cannam@154: System types: cannam@154: --build=BUILD configure for building on BUILD [guessed] cannam@154: --host=HOST cross-compile to build programs to run on HOST [BUILD] cannam@154: _ACEOF cannam@154: fi cannam@154: cannam@154: if test -n "$ac_init_help"; then cannam@154: case $ac_init_help in cannam@154: short | recursive ) echo "Configuration of opusfile 0.9:";; cannam@154: esac cannam@154: cat <<\_ACEOF cannam@154: cannam@154: Optional Features: cannam@154: --disable-option-checking ignore unrecognized --enable/--with options cannam@154: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) cannam@154: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] cannam@154: --disable-largefile omit support for large files cannam@154: --enable-dependency-tracking cannam@154: do not reject slow dependency extractors cannam@154: --disable-dependency-tracking cannam@154: speeds up one-time build cannam@154: --enable-silent-rules less verbose build output (undo: "make V=1") cannam@154: --disable-silent-rules verbose build output (undo: "make V=0") cannam@154: --disable-maintainer-mode cannam@154: disable make rules and dependencies not useful (and cannam@154: sometimes confusing) to the casual installer cannam@154: --enable-shared[=PKGS] build shared libraries [default=yes] cannam@154: --enable-static[=PKGS] build static libraries [default=yes] cannam@154: --enable-fast-install[=PKGS] cannam@154: optimize for fast installation [default=yes] cannam@154: --disable-libtool-lock avoid locking (might break parallel builds) cannam@154: --enable-assertions Enable assertions in code cannam@154: --disable-http Disable HTTP support cannam@154: --enable-fixed-point Enable fixed-point calculation cannam@154: --disable-float Disable floating-point API cannam@154: --disable-examples Do not build example applications cannam@154: --disable-doc Do not build API documentation cannam@154: cannam@154: Optional Packages: cannam@154: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] cannam@154: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) cannam@154: --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use cannam@154: both] cannam@154: --with-aix-soname=aix|svr4|both cannam@154: shared library versioning (aka "SONAME") variant to cannam@154: provide on AIX, [default=aix]. cannam@154: --with-gnu-ld assume the C compiler uses GNU ld [default=no] cannam@154: --with-sysroot[=DIR] Search for dependent libraries within DIR (or the cannam@154: compiler's sysroot if not specified). cannam@154: cannam@154: Some influential environment variables: cannam@154: CC C compiler command cannam@154: CFLAGS C compiler flags cannam@154: LDFLAGS linker flags, e.g. -L if you have libraries in a cannam@154: nonstandard directory cannam@154: LIBS libraries to pass to the linker, e.g. -l cannam@154: CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if cannam@154: you have headers in a nonstandard directory cannam@154: CPP C preprocessor cannam@154: LT_SYS_LIBRARY_PATH cannam@154: User-defined run-time library search path. cannam@154: PKG_CONFIG path to pkg-config utility cannam@154: PKG_CONFIG_PATH cannam@154: directories to add to pkg-config's search path cannam@154: PKG_CONFIG_LIBDIR cannam@154: path overriding pkg-config's built-in search path cannam@154: URL_DEPS_CFLAGS cannam@154: C compiler flags for URL_DEPS, overriding pkg-config cannam@154: URL_DEPS_LIBS cannam@154: linker flags for URL_DEPS, overriding pkg-config cannam@154: DEPS_CFLAGS C compiler flags for DEPS, overriding pkg-config cannam@154: DEPS_LIBS linker flags for DEPS, overriding pkg-config cannam@154: cannam@154: Use these variables to override the choices made by `configure' or to help cannam@154: it to find libraries and programs with nonstandard names/locations. cannam@154: cannam@154: Report bugs to . cannam@154: _ACEOF cannam@154: ac_status=$? cannam@154: fi cannam@154: cannam@154: if test "$ac_init_help" = "recursive"; then cannam@154: # If there are subdirs, report their specific --help. cannam@154: for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue cannam@154: test -d "$ac_dir" || cannam@154: { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || cannam@154: continue cannam@154: ac_builddir=. cannam@154: cannam@154: case "$ac_dir" in cannam@154: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@154: *) cannam@154: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@154: # A ".." for each directory in $ac_dir_suffix. cannam@154: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@154: case $ac_top_builddir_sub in cannam@154: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@154: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@154: esac ;; cannam@154: esac cannam@154: ac_abs_top_builddir=$ac_pwd cannam@154: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@154: # for backward compatibility: cannam@154: ac_top_builddir=$ac_top_build_prefix cannam@154: cannam@154: case $srcdir in cannam@154: .) # We are building in place. cannam@154: ac_srcdir=. cannam@154: ac_top_srcdir=$ac_top_builddir_sub cannam@154: ac_abs_top_srcdir=$ac_pwd ;; cannam@154: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@154: ac_srcdir=$srcdir$ac_dir_suffix; cannam@154: ac_top_srcdir=$srcdir cannam@154: ac_abs_top_srcdir=$srcdir ;; cannam@154: *) # Relative name. cannam@154: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@154: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@154: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@154: esac cannam@154: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@154: cannam@154: cd "$ac_dir" || { ac_status=$?; continue; } cannam@154: # Check for guested configure. cannam@154: if test -f "$ac_srcdir/configure.gnu"; then cannam@154: echo && cannam@154: $SHELL "$ac_srcdir/configure.gnu" --help=recursive cannam@154: elif test -f "$ac_srcdir/configure"; then cannam@154: echo && cannam@154: $SHELL "$ac_srcdir/configure" --help=recursive cannam@154: else cannam@154: $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 cannam@154: fi || ac_status=$? cannam@154: cd "$ac_pwd" || { ac_status=$?; break; } cannam@154: done cannam@154: fi cannam@154: cannam@154: test -n "$ac_init_help" && exit $ac_status cannam@154: if $ac_init_version; then cannam@154: cat <<\_ACEOF cannam@154: opusfile configure 0.9 cannam@154: generated by GNU Autoconf 2.69 cannam@154: cannam@154: Copyright (C) 2012 Free Software Foundation, Inc. cannam@154: This configure script is free software; the Free Software Foundation cannam@154: gives unlimited permission to copy, distribute and modify it. cannam@154: _ACEOF cannam@154: exit cannam@154: fi cannam@154: cannam@154: ## ------------------------ ## cannam@154: ## Autoconf initialization. ## cannam@154: ## ------------------------ ## cannam@154: cannam@154: # ac_fn_c_try_compile LINENO cannam@154: # -------------------------- cannam@154: # Try to compile conftest.$ac_ext, and return whether this succeeded. cannam@154: ac_fn_c_try_compile () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: rm -f conftest.$ac_objext cannam@154: if { { ac_try="$ac_compile" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_compile") 2>conftest.err cannam@154: ac_status=$? cannam@154: if test -s conftest.err; then cannam@154: grep -v '^ *+' conftest.err >conftest.er1 cannam@154: cat conftest.er1 >&5 cannam@154: mv -f conftest.er1 conftest.err cannam@154: fi cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && { cannam@154: test -z "$ac_c_werror_flag" || cannam@154: test ! -s conftest.err cannam@154: } && test -s conftest.$ac_objext; then : cannam@154: ac_retval=0 cannam@154: else cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: ac_retval=1 cannam@154: fi cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: as_fn_set_status $ac_retval cannam@154: cannam@154: } # ac_fn_c_try_compile cannam@154: cannam@154: # ac_fn_c_try_cpp LINENO cannam@154: # ---------------------- cannam@154: # Try to preprocess conftest.$ac_ext, and return whether this succeeded. cannam@154: ac_fn_c_try_cpp () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: if { { ac_try="$ac_cpp conftest.$ac_ext" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err cannam@154: ac_status=$? cannam@154: if test -s conftest.err; then cannam@154: grep -v '^ *+' conftest.err >conftest.er1 cannam@154: cat conftest.er1 >&5 cannam@154: mv -f conftest.er1 conftest.err cannam@154: fi cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } > conftest.i && { cannam@154: test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || cannam@154: test ! -s conftest.err cannam@154: }; then : cannam@154: ac_retval=0 cannam@154: else cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: ac_retval=1 cannam@154: fi cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: as_fn_set_status $ac_retval cannam@154: cannam@154: } # ac_fn_c_try_cpp cannam@154: cannam@154: # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES cannam@154: # ------------------------------------------------------- cannam@154: # Tests whether HEADER exists, giving a warning if it cannot be compiled using cannam@154: # the include files in INCLUDES and setting the cache variable VAR cannam@154: # accordingly. cannam@154: ac_fn_c_check_header_mongrel () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: if eval \${$3+:} false; then : cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@154: $as_echo_n "checking for $2... " >&6; } cannam@154: if eval \${$3+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: fi cannam@154: eval ac_res=\$$3 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: else cannam@154: # Is the header compilable? cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 cannam@154: $as_echo_n "checking $2 usability... " >&6; } cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: $4 cannam@154: #include <$2> cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_header_compiler=yes cannam@154: else cannam@154: ac_header_compiler=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 cannam@154: $as_echo "$ac_header_compiler" >&6; } cannam@154: cannam@154: # Is the header present? cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 cannam@154: $as_echo_n "checking $2 presence... " >&6; } cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include <$2> cannam@154: _ACEOF cannam@154: if ac_fn_c_try_cpp "$LINENO"; then : cannam@154: ac_header_preproc=yes cannam@154: else cannam@154: ac_header_preproc=no cannam@154: fi cannam@154: rm -f conftest.err conftest.i conftest.$ac_ext cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 cannam@154: $as_echo "$ac_header_preproc" >&6; } cannam@154: cannam@154: # So? What about this header? cannam@154: case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( cannam@154: yes:no: ) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} cannam@154: ;; cannam@154: no:yes:* ) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 cannam@154: $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} cannam@154: ( $as_echo "## ---------------------------- ## cannam@154: ## Report this to opus@xiph.org ## cannam@154: ## ---------------------------- ##" cannam@154: ) | sed "s/^/$as_me: WARNING: /" >&2 cannam@154: ;; cannam@154: esac cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@154: $as_echo_n "checking for $2... " >&6; } cannam@154: if eval \${$3+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: eval "$3=\$ac_header_compiler" cannam@154: fi cannam@154: eval ac_res=\$$3 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: fi cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: cannam@154: } # ac_fn_c_check_header_mongrel cannam@154: cannam@154: # ac_fn_c_try_run LINENO cannam@154: # ---------------------- cannam@154: # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes cannam@154: # that executables *can* be run. cannam@154: ac_fn_c_try_run () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: if { { ac_try="$ac_link" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_link") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' cannam@154: { { case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_try") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; }; then : cannam@154: ac_retval=0 cannam@154: else cannam@154: $as_echo "$as_me: program exited with status $ac_status" >&5 cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: ac_retval=$ac_status cannam@154: fi cannam@154: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: as_fn_set_status $ac_retval cannam@154: cannam@154: } # ac_fn_c_try_run cannam@154: cannam@154: # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES cannam@154: # ------------------------------------------------------- cannam@154: # Tests whether HEADER exists and can be compiled using the include files in cannam@154: # INCLUDES, setting the cache variable VAR accordingly. cannam@154: ac_fn_c_check_header_compile () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@154: $as_echo_n "checking for $2... " >&6; } cannam@154: if eval \${$3+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: $4 cannam@154: #include <$2> cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: eval "$3=yes" cannam@154: else cannam@154: eval "$3=no" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: fi cannam@154: eval ac_res=\$$3 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: cannam@154: } # ac_fn_c_check_header_compile cannam@154: cannam@154: # ac_fn_c_try_link LINENO cannam@154: # ----------------------- cannam@154: # Try to link conftest.$ac_ext, and return whether this succeeded. cannam@154: ac_fn_c_try_link () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: rm -f conftest.$ac_objext conftest$ac_exeext cannam@154: if { { ac_try="$ac_link" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_link") 2>conftest.err cannam@154: ac_status=$? cannam@154: if test -s conftest.err; then cannam@154: grep -v '^ *+' conftest.err >conftest.er1 cannam@154: cat conftest.er1 >&5 cannam@154: mv -f conftest.er1 conftest.err cannam@154: fi cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && { cannam@154: test -z "$ac_c_werror_flag" || cannam@154: test ! -s conftest.err cannam@154: } && test -s conftest$ac_exeext && { cannam@154: test "$cross_compiling" = yes || cannam@154: test -x conftest$ac_exeext cannam@154: }; then : cannam@154: ac_retval=0 cannam@154: else cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: ac_retval=1 cannam@154: fi cannam@154: # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information cannam@154: # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would cannam@154: # interfere with the next link command; also delete a directory that is cannam@154: # left behind by Apple's compiler. We do this before executing the actions. cannam@154: rm -rf conftest.dSYM conftest_ipa8_conftest.oo cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: as_fn_set_status $ac_retval cannam@154: cannam@154: } # ac_fn_c_try_link cannam@154: cannam@154: # ac_fn_c_check_func LINENO FUNC VAR cannam@154: # ---------------------------------- cannam@154: # Tests whether FUNC exists, setting the cache variable VAR accordingly cannam@154: ac_fn_c_check_func () cannam@154: { cannam@154: as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 cannam@154: $as_echo_n "checking for $2... " >&6; } cannam@154: if eval \${$3+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: /* Define $2 to an innocuous variant, in case declares $2. cannam@154: For example, HP-UX 11i declares gettimeofday. */ cannam@154: #define $2 innocuous_$2 cannam@154: cannam@154: /* System header to define __stub macros and hopefully few prototypes, cannam@154: which can conflict with char $2 (); below. cannam@154: Prefer to if __STDC__ is defined, since cannam@154: exists even on freestanding compilers. */ cannam@154: cannam@154: #ifdef __STDC__ cannam@154: # include cannam@154: #else cannam@154: # include cannam@154: #endif cannam@154: cannam@154: #undef $2 cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char $2 (); cannam@154: /* The GNU C library defines this for functions which it implements cannam@154: to always fail with ENOSYS. Some functions are actually named cannam@154: something starting with __ and the normal name is an alias. */ cannam@154: #if defined __stub_$2 || defined __stub___$2 cannam@154: choke me cannam@154: #endif cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: return $2 (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "$3=yes" cannam@154: else cannam@154: eval "$3=no" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: fi cannam@154: eval ac_res=\$$3 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno cannam@154: cannam@154: } # ac_fn_c_check_func cannam@154: cat >config.log <<_ACEOF cannam@154: This file contains any messages produced by compilers while cannam@154: running configure, to aid debugging if configure makes a mistake. cannam@154: cannam@154: It was created by opusfile $as_me 0.9, which was cannam@154: generated by GNU Autoconf 2.69. Invocation command line was cannam@154: cannam@154: $ $0 $@ cannam@154: cannam@154: _ACEOF cannam@154: exec 5>>config.log cannam@154: { cannam@154: cat <<_ASUNAME cannam@154: ## --------- ## cannam@154: ## Platform. ## cannam@154: ## --------- ## cannam@154: cannam@154: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@154: uname -m = `(uname -m) 2>/dev/null || echo unknown` cannam@154: uname -r = `(uname -r) 2>/dev/null || echo unknown` cannam@154: uname -s = `(uname -s) 2>/dev/null || echo unknown` cannam@154: uname -v = `(uname -v) 2>/dev/null || echo unknown` cannam@154: cannam@154: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` cannam@154: /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` cannam@154: cannam@154: /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` cannam@154: /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` cannam@154: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` cannam@154: /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` cannam@154: /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` cannam@154: /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` cannam@154: /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` cannam@154: cannam@154: _ASUNAME cannam@154: cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: $as_echo "PATH: $as_dir" cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: } >&5 cannam@154: cannam@154: cat >&5 <<_ACEOF cannam@154: cannam@154: cannam@154: ## ----------- ## cannam@154: ## Core tests. ## cannam@154: ## ----------- ## cannam@154: cannam@154: _ACEOF cannam@154: cannam@154: cannam@154: # Keep a trace of the command line. cannam@154: # Strip out --no-create and --no-recursion so they do not pile up. cannam@154: # Strip out --silent because we don't want to record it for future runs. cannam@154: # Also quote any args containing shell meta-characters. cannam@154: # Make two passes to allow for proper duplicate-argument suppression. cannam@154: ac_configure_args= cannam@154: ac_configure_args0= cannam@154: ac_configure_args1= cannam@154: ac_must_keep_next=false cannam@154: for ac_pass in 1 2 cannam@154: do cannam@154: for ac_arg cannam@154: do cannam@154: case $ac_arg in cannam@154: -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; cannam@154: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@154: | -silent | --silent | --silen | --sile | --sil) cannam@154: continue ;; cannam@154: *\'*) cannam@154: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@154: esac cannam@154: case $ac_pass in cannam@154: 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; cannam@154: 2) cannam@154: as_fn_append ac_configure_args1 " '$ac_arg'" cannam@154: if test $ac_must_keep_next = true; then cannam@154: ac_must_keep_next=false # Got value, back to normal. cannam@154: else cannam@154: case $ac_arg in cannam@154: *=* | --config-cache | -C | -disable-* | --disable-* \ cannam@154: | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ cannam@154: | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ cannam@154: | -with-* | --with-* | -without-* | --without-* | --x) cannam@154: case "$ac_configure_args0 " in cannam@154: "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; cannam@154: esac cannam@154: ;; cannam@154: -* ) ac_must_keep_next=true ;; cannam@154: esac cannam@154: fi cannam@154: as_fn_append ac_configure_args " '$ac_arg'" cannam@154: ;; cannam@154: esac cannam@154: done cannam@154: done cannam@154: { ac_configure_args0=; unset ac_configure_args0;} cannam@154: { ac_configure_args1=; unset ac_configure_args1;} cannam@154: cannam@154: # When interrupted or exit'd, cleanup temporary files, and complete cannam@154: # config.log. We remove comments because anyway the quotes in there cannam@154: # would cause problems or look ugly. cannam@154: # WARNING: Use '\'' to represent an apostrophe within the trap. cannam@154: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. cannam@154: trap 'exit_status=$? cannam@154: # Save into config.log some information that might help in debugging. cannam@154: { cannam@154: echo cannam@154: cannam@154: $as_echo "## ---------------- ## cannam@154: ## Cache variables. ## cannam@154: ## ---------------- ##" cannam@154: echo cannam@154: # The following way of writing the cache mishandles newlines in values, cannam@154: ( cannam@154: for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do cannam@154: eval ac_val=\$$ac_var cannam@154: case $ac_val in #( cannam@154: *${as_nl}*) cannam@154: case $ac_var in #( cannam@154: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@154: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@154: esac cannam@154: case $ac_var in #( cannam@154: _ | IFS | as_nl) ;; #( cannam@154: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@154: *) { eval $ac_var=; unset $ac_var;} ;; cannam@154: esac ;; cannam@154: esac cannam@154: done cannam@154: (set) 2>&1 | cannam@154: case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( cannam@154: *${as_nl}ac_space=\ *) cannam@154: sed -n \ cannam@154: "s/'\''/'\''\\\\'\'''\''/g; cannam@154: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" cannam@154: ;; #( cannam@154: *) cannam@154: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@154: ;; cannam@154: esac | cannam@154: sort cannam@154: ) cannam@154: echo cannam@154: cannam@154: $as_echo "## ----------------- ## cannam@154: ## Output variables. ## cannam@154: ## ----------------- ##" cannam@154: echo cannam@154: for ac_var in $ac_subst_vars cannam@154: do cannam@154: eval ac_val=\$$ac_var cannam@154: case $ac_val in cannam@154: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@154: esac cannam@154: $as_echo "$ac_var='\''$ac_val'\''" cannam@154: done | sort cannam@154: echo cannam@154: cannam@154: if test -n "$ac_subst_files"; then cannam@154: $as_echo "## ------------------- ## cannam@154: ## File substitutions. ## cannam@154: ## ------------------- ##" cannam@154: echo cannam@154: for ac_var in $ac_subst_files cannam@154: do cannam@154: eval ac_val=\$$ac_var cannam@154: case $ac_val in cannam@154: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; cannam@154: esac cannam@154: $as_echo "$ac_var='\''$ac_val'\''" cannam@154: done | sort cannam@154: echo cannam@154: fi cannam@154: cannam@154: if test -s confdefs.h; then cannam@154: $as_echo "## ----------- ## cannam@154: ## confdefs.h. ## cannam@154: ## ----------- ##" cannam@154: echo cannam@154: cat confdefs.h cannam@154: echo cannam@154: fi cannam@154: test "$ac_signal" != 0 && cannam@154: $as_echo "$as_me: caught signal $ac_signal" cannam@154: $as_echo "$as_me: exit $exit_status" cannam@154: } >&5 cannam@154: rm -f core *.core core.conftest.* && cannam@154: rm -f -r conftest* confdefs* conf$$* $ac_clean_files && cannam@154: exit $exit_status cannam@154: ' 0 cannam@154: for ac_signal in 1 2 13 15; do cannam@154: trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal cannam@154: done cannam@154: ac_signal=0 cannam@154: cannam@154: # confdefs.h avoids OS command line length limits that DEFS can exceed. cannam@154: rm -f -r conftest* confdefs.h cannam@154: cannam@154: $as_echo "/* confdefs.h */" > confdefs.h cannam@154: cannam@154: # Predefined preprocessor variables. cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_NAME "$PACKAGE_NAME" cannam@154: _ACEOF cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_TARNAME "$PACKAGE_TARNAME" cannam@154: _ACEOF cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_VERSION "$PACKAGE_VERSION" cannam@154: _ACEOF cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_STRING "$PACKAGE_STRING" cannam@154: _ACEOF cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" cannam@154: _ACEOF cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define PACKAGE_URL "$PACKAGE_URL" cannam@154: _ACEOF cannam@154: cannam@154: cannam@154: # Let the site file select an alternate cache file if it wants to. cannam@154: # Prefer an explicitly selected file to automatically selected ones. cannam@154: ac_site_file1=NONE cannam@154: ac_site_file2=NONE cannam@154: if test -n "$CONFIG_SITE"; then cannam@154: # We do not want a PATH search for config.site. cannam@154: case $CONFIG_SITE in #(( cannam@154: -*) ac_site_file1=./$CONFIG_SITE;; cannam@154: */*) ac_site_file1=$CONFIG_SITE;; cannam@154: *) ac_site_file1=./$CONFIG_SITE;; cannam@154: esac cannam@154: elif test "x$prefix" != xNONE; then cannam@154: ac_site_file1=$prefix/share/config.site cannam@154: ac_site_file2=$prefix/etc/config.site cannam@154: else cannam@154: ac_site_file1=$ac_default_prefix/share/config.site cannam@154: ac_site_file2=$ac_default_prefix/etc/config.site cannam@154: fi cannam@154: for ac_site_file in "$ac_site_file1" "$ac_site_file2" cannam@154: do cannam@154: test "x$ac_site_file" = xNONE && continue cannam@154: if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 cannam@154: $as_echo "$as_me: loading site script $ac_site_file" >&6;} cannam@154: sed 's/^/| /' "$ac_site_file" >&5 cannam@154: . "$ac_site_file" \ cannam@154: || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "failed to load site script $ac_site_file cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: fi cannam@154: done cannam@154: cannam@154: if test -r "$cache_file"; then cannam@154: # Some versions of bash will fail to source /dev/null (special files cannam@154: # actually), so we avoid doing that. DJGPP emulates it as a regular file. cannam@154: if test /dev/null != "$cache_file" && test -f "$cache_file"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 cannam@154: $as_echo "$as_me: loading cache $cache_file" >&6;} cannam@154: case $cache_file in cannam@154: [\\/]* | ?:[\\/]* ) . "$cache_file";; cannam@154: *) . "./$cache_file";; cannam@154: esac cannam@154: fi cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 cannam@154: $as_echo "$as_me: creating cache $cache_file" >&6;} cannam@154: >$cache_file cannam@154: fi cannam@154: cannam@154: # Check that the precious variables saved in the cache have kept the same cannam@154: # value. cannam@154: ac_cache_corrupted=false cannam@154: for ac_var in $ac_precious_vars; do cannam@154: eval ac_old_set=\$ac_cv_env_${ac_var}_set cannam@154: eval ac_new_set=\$ac_env_${ac_var}_set cannam@154: eval ac_old_val=\$ac_cv_env_${ac_var}_value cannam@154: eval ac_new_val=\$ac_env_${ac_var}_value cannam@154: case $ac_old_set,$ac_new_set in cannam@154: set,) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 cannam@154: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} cannam@154: ac_cache_corrupted=: ;; cannam@154: ,set) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 cannam@154: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} cannam@154: ac_cache_corrupted=: ;; cannam@154: ,);; cannam@154: *) cannam@154: if test "x$ac_old_val" != "x$ac_new_val"; then cannam@154: # differences in whitespace do not lead to failure. cannam@154: ac_old_val_w=`echo x $ac_old_val` cannam@154: ac_new_val_w=`echo x $ac_new_val` cannam@154: if test "$ac_old_val_w" != "$ac_new_val_w"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 cannam@154: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} cannam@154: ac_cache_corrupted=: cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 cannam@154: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} cannam@154: eval $ac_var=\$ac_old_val cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 cannam@154: $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 cannam@154: $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} cannam@154: fi;; cannam@154: esac cannam@154: # Pass precious variables to config.status. cannam@154: if test "$ac_new_set" = set; then cannam@154: case $ac_new_val in cannam@154: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@154: *) ac_arg=$ac_var=$ac_new_val ;; cannam@154: esac cannam@154: case " $ac_configure_args " in cannam@154: *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. cannam@154: *) as_fn_append ac_configure_args " '$ac_arg'" ;; cannam@154: esac cannam@154: fi cannam@154: done cannam@154: if $ac_cache_corrupted; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 cannam@154: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} cannam@154: as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 cannam@154: fi cannam@154: ## -------------------- ## cannam@154: ## Main body of script. ## cannam@154: ## -------------------- ## cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: ac_aux_dir= cannam@154: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do cannam@154: if test -f "$ac_dir/install-sh"; then cannam@154: ac_aux_dir=$ac_dir cannam@154: ac_install_sh="$ac_aux_dir/install-sh -c" cannam@154: break cannam@154: elif test -f "$ac_dir/install.sh"; then cannam@154: ac_aux_dir=$ac_dir cannam@154: ac_install_sh="$ac_aux_dir/install.sh -c" cannam@154: break cannam@154: elif test -f "$ac_dir/shtool"; then cannam@154: ac_aux_dir=$ac_dir cannam@154: ac_install_sh="$ac_aux_dir/shtool install -c" cannam@154: break cannam@154: fi cannam@154: done cannam@154: if test -z "$ac_aux_dir"; then cannam@154: as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 cannam@154: fi cannam@154: cannam@154: # These three variables are undocumented and unsupported, cannam@154: # and are intended to be withdrawn in a future Autoconf release. cannam@154: # They can cause serious problems if a builder's source tree is in a directory cannam@154: # whose full name contains unusual characters. cannam@154: ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. cannam@154: ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. cannam@154: ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. cannam@154: cannam@154: cannam@154: # Expand $ac_aux_dir to an absolute path. cannam@154: am_aux_dir=`cd "$ac_aux_dir" && pwd` cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}gcc; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$CC"; then cannam@154: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_CC="${ac_tool_prefix}gcc" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: CC=$ac_cv_prog_CC cannam@154: if test -n "$CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@154: $as_echo "$CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_CC"; then cannam@154: ac_ct_CC=$CC cannam@154: # Extract the first word of "gcc", so it can be a program name with args. cannam@154: set dummy gcc; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_CC"; then cannam@154: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_CC="gcc" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@154: if test -n "$ac_ct_CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@154: $as_echo "$ac_ct_CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_CC" = x; then cannam@154: CC="" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: CC=$ac_ct_CC cannam@154: fi cannam@154: else cannam@154: CC="$ac_cv_prog_CC" cannam@154: fi cannam@154: cannam@154: if test -z "$CC"; then cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}cc; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$CC"; then cannam@154: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_CC="${ac_tool_prefix}cc" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: CC=$ac_cv_prog_CC cannam@154: if test -n "$CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@154: $as_echo "$CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: fi cannam@154: if test -z "$CC"; then cannam@154: # Extract the first word of "cc", so it can be a program name with args. cannam@154: set dummy cc; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$CC"; then cannam@154: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@154: else cannam@154: ac_prog_rejected=no cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then cannam@154: ac_prog_rejected=yes cannam@154: continue cannam@154: fi cannam@154: ac_cv_prog_CC="cc" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: if test $ac_prog_rejected = yes; then cannam@154: # We found a bogon in the path, so make sure we never use it. cannam@154: set dummy $ac_cv_prog_CC cannam@154: shift cannam@154: if test $# != 0; then cannam@154: # We chose a different compiler from the bogus one. cannam@154: # However, it has the same basename, so the bogon will be chosen cannam@154: # first if we set CC to just the basename; use the full file name. cannam@154: shift cannam@154: ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" cannam@154: fi cannam@154: fi cannam@154: fi cannam@154: fi cannam@154: CC=$ac_cv_prog_CC cannam@154: if test -n "$CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@154: $as_echo "$CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$CC"; then cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: for ac_prog in cl.exe cannam@154: do cannam@154: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$CC"; then cannam@154: ac_cv_prog_CC="$CC" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_CC="$ac_tool_prefix$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: CC=$ac_cv_prog_CC cannam@154: if test -n "$CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 cannam@154: $as_echo "$CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$CC" && break cannam@154: done cannam@154: fi cannam@154: if test -z "$CC"; then cannam@154: ac_ct_CC=$CC cannam@154: for ac_prog in cl.exe cannam@154: do cannam@154: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_CC"; then cannam@154: ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_CC="$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_CC=$ac_cv_prog_ac_ct_CC cannam@154: if test -n "$ac_ct_CC"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 cannam@154: $as_echo "$ac_ct_CC" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$ac_ct_CC" && break cannam@154: done cannam@154: cannam@154: if test "x$ac_ct_CC" = x; then cannam@154: CC="" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: CC=$ac_ct_CC cannam@154: fi cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "no acceptable C compiler found in \$PATH cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: cannam@154: # Provide some information about the compiler. cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 cannam@154: set X $ac_compile cannam@154: ac_compiler=$2 cannam@154: for ac_option in --version -v -V -qversion; do cannam@154: { { ac_try="$ac_compiler $ac_option >&5" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_compiler $ac_option >&5") 2>conftest.err cannam@154: ac_status=$? cannam@154: if test -s conftest.err; then cannam@154: sed '10a\ cannam@154: ... rest of stderr output deleted ... cannam@154: 10q' conftest.err >conftest.er1 cannam@154: cat conftest.er1 >&5 cannam@154: fi cannam@154: rm -f conftest.er1 conftest.err cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } cannam@154: done cannam@154: cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: ac_clean_files_save=$ac_clean_files cannam@154: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" cannam@154: # Try to create an executable without -o first, disregard a.out. cannam@154: # It will help us diagnose broken compilers, and finding out an intuition cannam@154: # of exeext. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 cannam@154: $as_echo_n "checking whether the C compiler works... " >&6; } cannam@154: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` cannam@154: cannam@154: # The possible output files: cannam@154: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" cannam@154: cannam@154: ac_rmfiles= cannam@154: for ac_file in $ac_files cannam@154: do cannam@154: case $ac_file in cannam@154: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@154: * ) ac_rmfiles="$ac_rmfiles $ac_file";; cannam@154: esac cannam@154: done cannam@154: rm -f $ac_rmfiles cannam@154: cannam@154: if { { ac_try="$ac_link_default" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_link_default") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then : cannam@154: # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. cannam@154: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' cannam@154: # in a Makefile. We should not override ac_cv_exeext if it was cached, cannam@154: # so that the user can short-circuit this test for compilers unknown to cannam@154: # Autoconf. cannam@154: for ac_file in $ac_files '' cannam@154: do cannam@154: test -f "$ac_file" || continue cannam@154: case $ac_file in cannam@154: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) cannam@154: ;; cannam@154: [ab].out ) cannam@154: # We found the default executable, but exeext='' is most cannam@154: # certainly right. cannam@154: break;; cannam@154: *.* ) cannam@154: if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; cannam@154: then :; else cannam@154: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@154: fi cannam@154: # We set ac_cv_exeext here because the later test for it is not cannam@154: # safe: cross compilers may not add the suffix if given an `-o' cannam@154: # argument, so we may need to know it at that point already. cannam@154: # Even if this section looks crufty: it has the advantage of cannam@154: # actually working. cannam@154: break;; cannam@154: * ) cannam@154: break;; cannam@154: esac cannam@154: done cannam@154: test "$ac_cv_exeext" = no && ac_cv_exeext= cannam@154: cannam@154: else cannam@154: ac_file='' cannam@154: fi cannam@154: if test -z "$ac_file"; then : cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error 77 "C compiler cannot create executables cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 cannam@154: $as_echo_n "checking for C compiler default output file name... " >&6; } cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 cannam@154: $as_echo "$ac_file" >&6; } cannam@154: ac_exeext=$ac_cv_exeext cannam@154: cannam@154: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out cannam@154: ac_clean_files=$ac_clean_files_save cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 cannam@154: $as_echo_n "checking for suffix of executables... " >&6; } cannam@154: if { { ac_try="$ac_link" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_link") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then : cannam@154: # If both `conftest.exe' and `conftest' are `present' (well, observable) cannam@154: # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will cannam@154: # work properly (i.e., refer to `conftest.exe'), while it won't with cannam@154: # `rm'. cannam@154: for ac_file in conftest.exe conftest conftest.*; do cannam@154: test -f "$ac_file" || continue cannam@154: case $ac_file in cannam@154: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; cannam@154: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cannam@154: break;; cannam@154: * ) break;; cannam@154: esac cannam@154: done cannam@154: else cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "cannot compute suffix of executables: cannot compile and link cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: fi cannam@154: rm -f conftest conftest$ac_cv_exeext cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 cannam@154: $as_echo "$ac_cv_exeext" >&6; } cannam@154: cannam@154: rm -f conftest.$ac_ext cannam@154: EXEEXT=$ac_cv_exeext cannam@154: ac_exeext=$EXEEXT cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: int cannam@154: main () cannam@154: { cannam@154: FILE *f = fopen ("conftest.out", "w"); cannam@154: return ferror (f) || fclose (f) != 0; cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: ac_clean_files="$ac_clean_files conftest.out" cannam@154: # Check that the compiler produces executables we can run. If not, either cannam@154: # the compiler is broken, or we cross compile. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 cannam@154: $as_echo_n "checking whether we are cross compiling... " >&6; } cannam@154: if test "$cross_compiling" != yes; then cannam@154: { { ac_try="$ac_link" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_link") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } cannam@154: if { ac_try='./conftest$ac_cv_exeext' cannam@154: { { case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_try") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; }; then cannam@154: cross_compiling=no cannam@154: else cannam@154: if test "$cross_compiling" = maybe; then cannam@154: cross_compiling=yes cannam@154: else cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "cannot run C compiled programs. cannam@154: If you meant to cross compile, use \`--host'. cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: fi cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 cannam@154: $as_echo "$cross_compiling" >&6; } cannam@154: cannam@154: rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out cannam@154: ac_clean_files=$ac_clean_files_save cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 cannam@154: $as_echo_n "checking for suffix of object files... " >&6; } cannam@154: if ${ac_cv_objext+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: rm -f conftest.o conftest.obj cannam@154: if { { ac_try="$ac_compile" cannam@154: case "(($ac_try" in cannam@154: *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; cannam@154: *) ac_try_echo=$ac_try;; cannam@154: esac cannam@154: eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" cannam@154: $as_echo "$ac_try_echo"; } >&5 cannam@154: (eval "$ac_compile") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then : cannam@154: for ac_file in conftest.o conftest.obj conftest.*; do cannam@154: test -f "$ac_file" || continue; cannam@154: case $ac_file in cannam@154: *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; cannam@154: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` cannam@154: break;; cannam@154: esac cannam@154: done cannam@154: else cannam@154: $as_echo "$as_me: failed program was:" >&5 cannam@154: sed 's/^/| /' conftest.$ac_ext >&5 cannam@154: cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "cannot compute suffix of object files: cannot compile cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: fi cannam@154: rm -f conftest.$ac_cv_objext conftest.$ac_ext cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 cannam@154: $as_echo "$ac_cv_objext" >&6; } cannam@154: OBJEXT=$ac_cv_objext cannam@154: ac_objext=$OBJEXT cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 cannam@154: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } cannam@154: if ${ac_cv_c_compiler_gnu+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: #ifndef __GNUC__ cannam@154: choke me cannam@154: #endif cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_compiler_gnu=yes cannam@154: else cannam@154: ac_compiler_gnu=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: ac_cv_c_compiler_gnu=$ac_compiler_gnu cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 cannam@154: $as_echo "$ac_cv_c_compiler_gnu" >&6; } cannam@154: if test $ac_compiler_gnu = yes; then cannam@154: GCC=yes cannam@154: else cannam@154: GCC= cannam@154: fi cannam@154: ac_test_CFLAGS=${CFLAGS+set} cannam@154: ac_save_CFLAGS=$CFLAGS cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 cannam@154: $as_echo_n "checking whether $CC accepts -g... " >&6; } cannam@154: if ${ac_cv_prog_cc_g+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_c_werror_flag=$ac_c_werror_flag cannam@154: ac_c_werror_flag=yes cannam@154: ac_cv_prog_cc_g=no cannam@154: CFLAGS="-g" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_prog_cc_g=yes cannam@154: else cannam@154: CFLAGS="" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: cannam@154: else cannam@154: ac_c_werror_flag=$ac_save_c_werror_flag cannam@154: CFLAGS="-g" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_prog_cc_g=yes cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: ac_c_werror_flag=$ac_save_c_werror_flag cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 cannam@154: $as_echo "$ac_cv_prog_cc_g" >&6; } cannam@154: if test "$ac_test_CFLAGS" = set; then cannam@154: CFLAGS=$ac_save_CFLAGS cannam@154: elif test $ac_cv_prog_cc_g = yes; then cannam@154: if test "$GCC" = yes; then cannam@154: CFLAGS="-g -O2" cannam@154: else cannam@154: CFLAGS="-g" cannam@154: fi cannam@154: else cannam@154: if test "$GCC" = yes; then cannam@154: CFLAGS="-O2" cannam@154: else cannam@154: CFLAGS= cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 cannam@154: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } cannam@154: if ${ac_cv_prog_cc_c89+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_cv_prog_cc_c89=no cannam@154: ac_save_CC=$CC cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: #include cannam@154: struct stat; cannam@154: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ cannam@154: struct buf { int x; }; cannam@154: FILE * (*rcsopen) (struct buf *, struct stat *, int); cannam@154: static char *e (p, i) cannam@154: char **p; cannam@154: int i; cannam@154: { cannam@154: return p[i]; cannam@154: } cannam@154: static char *f (char * (*g) (char **, int), char **p, ...) cannam@154: { cannam@154: char *s; cannam@154: va_list v; cannam@154: va_start (v,p); cannam@154: s = g (p, va_arg (v,int)); cannam@154: va_end (v); cannam@154: return s; cannam@154: } cannam@154: cannam@154: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has cannam@154: function prototypes and stuff, but not '\xHH' hex character constants. cannam@154: These don't provoke an error unfortunately, instead are silently treated cannam@154: as 'x'. The following induces an error, until -std is added to get cannam@154: proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an cannam@154: array size at least. It's necessary to write '\x00'==0 to get something cannam@154: that's true only with -std. */ cannam@154: int osf4_cc_array ['\x00' == 0 ? 1 : -1]; cannam@154: cannam@154: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters cannam@154: inside strings and character constants. */ cannam@154: #define FOO(x) 'x' cannam@154: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; cannam@154: cannam@154: int test (int i, double x); cannam@154: struct s1 {int (*f) (int a);}; cannam@154: struct s2 {int (*f) (double a);}; cannam@154: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); cannam@154: int argc; cannam@154: char **argv; cannam@154: int cannam@154: main () cannam@154: { cannam@154: return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ cannam@154: -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" cannam@154: do cannam@154: CC="$ac_save_CC $ac_arg" cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_prog_cc_c89=$ac_arg cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext cannam@154: test "x$ac_cv_prog_cc_c89" != "xno" && break cannam@154: done cannam@154: rm -f conftest.$ac_ext cannam@154: CC=$ac_save_CC cannam@154: cannam@154: fi cannam@154: # AC_CACHE_VAL cannam@154: case "x$ac_cv_prog_cc_c89" in cannam@154: x) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 cannam@154: $as_echo "none needed" >&6; } ;; cannam@154: xno) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 cannam@154: $as_echo "unsupported" >&6; } ;; cannam@154: *) cannam@154: CC="$CC $ac_cv_prog_cc_c89" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 cannam@154: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; cannam@154: esac cannam@154: if test "x$ac_cv_prog_cc_c89" != xno; then : cannam@154: cannam@154: fi cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 cannam@154: $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } cannam@154: if ${am_cv_prog_cc_c_o+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: # Make sure it works both with $CC and with simple cc. cannam@154: # Following AC_PROG_CC_C_O, we do the test twice because some cannam@154: # compilers refuse to overwrite an existing .o file with -o, cannam@154: # though they will create one. cannam@154: am_cv_prog_cc_c_o=yes cannam@154: for am_i in 1 2; do cannam@154: if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 cannam@154: ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 cannam@154: ac_status=$? cannam@154: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@154: (exit $ac_status); } \ cannam@154: && test -f conftest2.$ac_objext; then cannam@154: : OK cannam@154: else cannam@154: am_cv_prog_cc_c_o=no cannam@154: break cannam@154: fi cannam@154: done cannam@154: rm -f core conftest* cannam@154: unset am_i cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 cannam@154: $as_echo "$am_cv_prog_cc_c_o" >&6; } cannam@154: if test "$am_cv_prog_cc_c_o" != yes; then cannam@154: # Losing compiler, so override with the script. cannam@154: # FIXME: It is wrong to rewrite CC. cannam@154: # But if we don't then we get into trouble of one sort or another. cannam@154: # A longer-term fix would be to have automake use am__CC in this case, cannam@154: # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" cannam@154: CC="$am_aux_dir/compile $CC" cannam@154: fi cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 cannam@154: $as_echo_n "checking how to run the C preprocessor... " >&6; } cannam@154: # On Suns, sometimes $CPP names a directory. cannam@154: if test -n "$CPP" && test -d "$CPP"; then cannam@154: CPP= cannam@154: fi cannam@154: if test -z "$CPP"; then cannam@154: if ${ac_cv_prog_CPP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: # Double quotes because CPP needs to be expanded cannam@154: for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" cannam@154: do cannam@154: ac_preproc_ok=false cannam@154: for ac_c_preproc_warn_flag in '' yes cannam@154: do cannam@154: # Use a header file that comes with gcc, so configuring glibc cannam@154: # with a fresh cross-compiler works. cannam@154: # Prefer to if __STDC__ is defined, since cannam@154: # exists even on freestanding compilers. cannam@154: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@154: # not just through cpp. "Syntax error" is here to catch this case. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #ifdef __STDC__ cannam@154: # include cannam@154: #else cannam@154: # include cannam@154: #endif cannam@154: Syntax error cannam@154: _ACEOF cannam@154: if ac_fn_c_try_cpp "$LINENO"; then : cannam@154: cannam@154: else cannam@154: # Broken: fails on valid input. cannam@154: continue cannam@154: fi cannam@154: rm -f conftest.err conftest.i conftest.$ac_ext cannam@154: cannam@154: # OK, works on sane cases. Now check whether nonexistent headers cannam@154: # can be detected and how. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: _ACEOF cannam@154: if ac_fn_c_try_cpp "$LINENO"; then : cannam@154: # Broken: success on invalid input. cannam@154: continue cannam@154: else cannam@154: # Passes both tests. cannam@154: ac_preproc_ok=: cannam@154: break cannam@154: fi cannam@154: rm -f conftest.err conftest.i conftest.$ac_ext cannam@154: cannam@154: done cannam@154: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@154: rm -f conftest.i conftest.err conftest.$ac_ext cannam@154: if $ac_preproc_ok; then : cannam@154: break cannam@154: fi cannam@154: cannam@154: done cannam@154: ac_cv_prog_CPP=$CPP cannam@154: cannam@154: fi cannam@154: CPP=$ac_cv_prog_CPP cannam@154: else cannam@154: ac_cv_prog_CPP=$CPP cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 cannam@154: $as_echo "$CPP" >&6; } cannam@154: ac_preproc_ok=false cannam@154: for ac_c_preproc_warn_flag in '' yes cannam@154: do cannam@154: # Use a header file that comes with gcc, so configuring glibc cannam@154: # with a fresh cross-compiler works. cannam@154: # Prefer to if __STDC__ is defined, since cannam@154: # exists even on freestanding compilers. cannam@154: # On the NeXT, cc -E runs the code through the compiler's parser, cannam@154: # not just through cpp. "Syntax error" is here to catch this case. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #ifdef __STDC__ cannam@154: # include cannam@154: #else cannam@154: # include cannam@154: #endif cannam@154: Syntax error cannam@154: _ACEOF cannam@154: if ac_fn_c_try_cpp "$LINENO"; then : cannam@154: cannam@154: else cannam@154: # Broken: fails on valid input. cannam@154: continue cannam@154: fi cannam@154: rm -f conftest.err conftest.i conftest.$ac_ext cannam@154: cannam@154: # OK, works on sane cases. Now check whether nonexistent headers cannam@154: # can be detected and how. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: _ACEOF cannam@154: if ac_fn_c_try_cpp "$LINENO"; then : cannam@154: # Broken: success on invalid input. cannam@154: continue cannam@154: else cannam@154: # Passes both tests. cannam@154: ac_preproc_ok=: cannam@154: break cannam@154: fi cannam@154: rm -f conftest.err conftest.i conftest.$ac_ext cannam@154: cannam@154: done cannam@154: # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. cannam@154: rm -f conftest.i conftest.err conftest.$ac_ext cannam@154: if $ac_preproc_ok; then : cannam@154: cannam@154: else cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "C preprocessor \"$CPP\" fails sanity check cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: fi cannam@154: cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 cannam@154: $as_echo_n "checking for grep that handles long lines and -e... " >&6; } cannam@154: if ${ac_cv_path_GREP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -z "$GREP"; then cannam@154: ac_path_GREP_found=false cannam@154: # Loop through the user's path and test for each of PROGNAME-LIST cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in grep ggrep; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" cannam@154: as_fn_executable_p "$ac_path_GREP" || continue cannam@154: # Check for GNU ac_path_GREP and select it if it is found. cannam@154: # Check for GNU $ac_path_GREP cannam@154: case `"$ac_path_GREP" --version 2>&1` in cannam@154: *GNU*) cannam@154: ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; cannam@154: *) cannam@154: ac_count=0 cannam@154: $as_echo_n 0123456789 >"conftest.in" cannam@154: while : cannam@154: do cannam@154: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@154: mv "conftest.tmp" "conftest.in" cannam@154: cp "conftest.in" "conftest.nl" cannam@154: $as_echo 'GREP' >> "conftest.nl" cannam@154: "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@154: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@154: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@154: if test $ac_count -gt ${ac_path_GREP_max-0}; then cannam@154: # Best one so far, save it but keep looking for a better one cannam@154: ac_cv_path_GREP="$ac_path_GREP" cannam@154: ac_path_GREP_max=$ac_count cannam@154: fi cannam@154: # 10*(2^10) chars as input seems more than enough cannam@154: test $ac_count -gt 10 && break cannam@154: done cannam@154: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@154: esac cannam@154: cannam@154: $ac_path_GREP_found && break 3 cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: if test -z "$ac_cv_path_GREP"; then cannam@154: as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@154: fi cannam@154: else cannam@154: ac_cv_path_GREP=$GREP cannam@154: fi cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 cannam@154: $as_echo "$ac_cv_path_GREP" >&6; } cannam@154: GREP="$ac_cv_path_GREP" cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 cannam@154: $as_echo_n "checking for egrep... " >&6; } cannam@154: if ${ac_cv_path_EGREP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 cannam@154: then ac_cv_path_EGREP="$GREP -E" cannam@154: else cannam@154: if test -z "$EGREP"; then cannam@154: ac_path_EGREP_found=false cannam@154: # Loop through the user's path and test for each of PROGNAME-LIST cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in egrep; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@154: as_fn_executable_p "$ac_path_EGREP" || continue cannam@154: # Check for GNU ac_path_EGREP and select it if it is found. cannam@154: # Check for GNU $ac_path_EGREP cannam@154: case `"$ac_path_EGREP" --version 2>&1` in cannam@154: *GNU*) cannam@154: ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; cannam@154: *) cannam@154: ac_count=0 cannam@154: $as_echo_n 0123456789 >"conftest.in" cannam@154: while : cannam@154: do cannam@154: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@154: mv "conftest.tmp" "conftest.in" cannam@154: cp "conftest.in" "conftest.nl" cannam@154: $as_echo 'EGREP' >> "conftest.nl" cannam@154: "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@154: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@154: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@154: if test $ac_count -gt ${ac_path_EGREP_max-0}; then cannam@154: # Best one so far, save it but keep looking for a better one cannam@154: ac_cv_path_EGREP="$ac_path_EGREP" cannam@154: ac_path_EGREP_max=$ac_count cannam@154: fi cannam@154: # 10*(2^10) chars as input seems more than enough cannam@154: test $ac_count -gt 10 && break cannam@154: done cannam@154: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@154: esac cannam@154: cannam@154: $ac_path_EGREP_found && break 3 cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: if test -z "$ac_cv_path_EGREP"; then cannam@154: as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@154: fi cannam@154: else cannam@154: ac_cv_path_EGREP=$EGREP cannam@154: fi cannam@154: cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 cannam@154: $as_echo "$ac_cv_path_EGREP" >&6; } cannam@154: EGREP="$ac_cv_path_EGREP" cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 cannam@154: $as_echo_n "checking for ANSI C header files... " >&6; } cannam@154: if ${ac_cv_header_stdc+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: #include cannam@154: #include cannam@154: #include cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_header_stdc=yes cannam@154: else cannam@154: ac_cv_header_stdc=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: cannam@154: if test $ac_cv_header_stdc = yes; then cannam@154: # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: cannam@154: _ACEOF cannam@154: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@154: $EGREP "memchr" >/dev/null 2>&1; then : cannam@154: cannam@154: else cannam@154: ac_cv_header_stdc=no cannam@154: fi cannam@154: rm -f conftest* cannam@154: cannam@154: fi cannam@154: cannam@154: if test $ac_cv_header_stdc = yes; then cannam@154: # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: cannam@154: _ACEOF cannam@154: if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | cannam@154: $EGREP "free" >/dev/null 2>&1; then : cannam@154: cannam@154: else cannam@154: ac_cv_header_stdc=no cannam@154: fi cannam@154: rm -f conftest* cannam@154: cannam@154: fi cannam@154: cannam@154: if test $ac_cv_header_stdc = yes; then cannam@154: # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. cannam@154: if test "$cross_compiling" = yes; then : cannam@154: : cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: #include cannam@154: #if ((' ' & 0x0FF) == 0x020) cannam@154: # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') cannam@154: # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) cannam@154: #else cannam@154: # define ISLOWER(c) \ cannam@154: (('a' <= (c) && (c) <= 'i') \ cannam@154: || ('j' <= (c) && (c) <= 'r') \ cannam@154: || ('s' <= (c) && (c) <= 'z')) cannam@154: # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) cannam@154: #endif cannam@154: cannam@154: #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) cannam@154: int cannam@154: main () cannam@154: { cannam@154: int i; cannam@154: for (i = 0; i < 256; i++) cannam@154: if (XOR (islower (i), ISLOWER (i)) cannam@154: || toupper (i) != TOUPPER (i)) cannam@154: return 2; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_run "$LINENO"; then : cannam@154: cannam@154: else cannam@154: ac_cv_header_stdc=no cannam@154: fi cannam@154: rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ cannam@154: conftest.$ac_objext conftest.beam conftest.$ac_ext cannam@154: fi cannam@154: cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 cannam@154: $as_echo "$ac_cv_header_stdc" >&6; } cannam@154: if test $ac_cv_header_stdc = yes; then cannam@154: cannam@154: $as_echo "#define STDC_HEADERS 1" >>confdefs.h cannam@154: cannam@154: fi cannam@154: cannam@154: # On IRIX 5.3, sys/types and inttypes.h are conflicting. cannam@154: for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ cannam@154: inttypes.h stdint.h unistd.h cannam@154: do : cannam@154: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` cannam@154: ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default cannam@154: " cannam@154: if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 cannam@154: _ACEOF cannam@154: cannam@154: fi cannam@154: cannam@154: done cannam@154: cannam@154: cannam@154: cannam@154: ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" cannam@154: if test "x$ac_cv_header_minix_config_h" = xyes; then : cannam@154: MINIX=yes cannam@154: else cannam@154: MINIX= cannam@154: fi cannam@154: cannam@154: cannam@154: if test "$MINIX" = yes; then cannam@154: cannam@154: $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h cannam@154: cannam@154: cannam@154: $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h cannam@154: cannam@154: cannam@154: $as_echo "#define _MINIX 1" >>confdefs.h cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 cannam@154: $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } cannam@154: if ${ac_cv_safe_to_define___extensions__+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: # define __EXTENSIONS__ 1 cannam@154: $ac_includes_default cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_safe_to_define___extensions__=yes cannam@154: else cannam@154: ac_cv_safe_to_define___extensions__=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 cannam@154: $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } cannam@154: test $ac_cv_safe_to_define___extensions__ = yes && cannam@154: $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h cannam@154: cannam@154: $as_echo "#define _ALL_SOURCE 1" >>confdefs.h cannam@154: cannam@154: $as_echo "#define _GNU_SOURCE 1" >>confdefs.h cannam@154: cannam@154: $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h cannam@154: cannam@154: $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h cannam@154: cannam@154: cannam@154: # Check whether --enable-largefile was given. cannam@154: if test "${enable_largefile+set}" = set; then : cannam@154: enableval=$enable_largefile; cannam@154: fi cannam@154: cannam@154: if test "$enable_largefile" != no; then cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 cannam@154: $as_echo_n "checking for special C compiler options needed for large files... " >&6; } cannam@154: if ${ac_cv_sys_largefile_CC+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_cv_sys_largefile_CC=no cannam@154: if test "$GCC" != yes; then cannam@154: ac_save_CC=$CC cannam@154: while :; do cannam@154: # IRIX 6.2 and later do not support large files by default, cannam@154: # so use the C compiler's -n32 option if that helps. cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: /* Check that off_t can represent 2**63 - 1 correctly. cannam@154: We can't simply define LARGE_OFF_T to be 9223372036854775807, cannam@154: since some C++ compilers masquerading as C compilers cannam@154: incorrectly reject 9223372036854775807. */ cannam@154: #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) cannam@154: int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 cannam@154: && LARGE_OFF_T % 2147483647 == 1) cannam@154: ? 1 : -1]; cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext cannam@154: CC="$CC -n32" cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_sys_largefile_CC=' -n32'; break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext cannam@154: break cannam@154: done cannam@154: CC=$ac_save_CC cannam@154: rm -f conftest.$ac_ext cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 cannam@154: $as_echo "$ac_cv_sys_largefile_CC" >&6; } cannam@154: if test "$ac_cv_sys_largefile_CC" != no; then cannam@154: CC=$CC$ac_cv_sys_largefile_CC cannam@154: fi cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 cannam@154: $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } cannam@154: if ${ac_cv_sys_file_offset_bits+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: while :; do cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: /* Check that off_t can represent 2**63 - 1 correctly. cannam@154: We can't simply define LARGE_OFF_T to be 9223372036854775807, cannam@154: since some C++ compilers masquerading as C compilers cannam@154: incorrectly reject 9223372036854775807. */ cannam@154: #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) cannam@154: int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 cannam@154: && LARGE_OFF_T % 2147483647 == 1) cannam@154: ? 1 : -1]; cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_sys_file_offset_bits=no; break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #define _FILE_OFFSET_BITS 64 cannam@154: #include cannam@154: /* Check that off_t can represent 2**63 - 1 correctly. cannam@154: We can't simply define LARGE_OFF_T to be 9223372036854775807, cannam@154: since some C++ compilers masquerading as C compilers cannam@154: incorrectly reject 9223372036854775807. */ cannam@154: #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) cannam@154: int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 cannam@154: && LARGE_OFF_T % 2147483647 == 1) cannam@154: ? 1 : -1]; cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_sys_file_offset_bits=64; break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: ac_cv_sys_file_offset_bits=unknown cannam@154: break cannam@154: done cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 cannam@154: $as_echo "$ac_cv_sys_file_offset_bits" >&6; } cannam@154: case $ac_cv_sys_file_offset_bits in #( cannam@154: no | unknown) ;; cannam@154: *) cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits cannam@154: _ACEOF cannam@154: ;; cannam@154: esac cannam@154: rm -rf conftest* cannam@154: if test $ac_cv_sys_file_offset_bits = unknown; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 cannam@154: $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } cannam@154: if ${ac_cv_sys_large_files+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: while :; do cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #include cannam@154: /* Check that off_t can represent 2**63 - 1 correctly. cannam@154: We can't simply define LARGE_OFF_T to be 9223372036854775807, cannam@154: since some C++ compilers masquerading as C compilers cannam@154: incorrectly reject 9223372036854775807. */ cannam@154: #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) cannam@154: int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 cannam@154: && LARGE_OFF_T % 2147483647 == 1) cannam@154: ? 1 : -1]; cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_sys_large_files=no; break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: #define _LARGE_FILES 1 cannam@154: #include cannam@154: /* Check that off_t can represent 2**63 - 1 correctly. cannam@154: We can't simply define LARGE_OFF_T to be 9223372036854775807, cannam@154: since some C++ compilers masquerading as C compilers cannam@154: incorrectly reject 9223372036854775807. */ cannam@154: #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) cannam@154: int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 cannam@154: && LARGE_OFF_T % 2147483647 == 1) cannam@154: ? 1 : -1]; cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: ac_cv_sys_large_files=1; break cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: ac_cv_sys_large_files=unknown cannam@154: break cannam@154: done cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 cannam@154: $as_echo "$ac_cv_sys_large_files" >&6; } cannam@154: case $ac_cv_sys_large_files in #( cannam@154: no | unknown) ;; cannam@154: *) cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define _LARGE_FILES $ac_cv_sys_large_files cannam@154: _ACEOF cannam@154: ;; cannam@154: esac cannam@154: rm -rf conftest* cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: am__api_version='1.15' cannam@154: cannam@154: # Find a good install program. We prefer a C program (faster), cannam@154: # so one script is as good as another. But avoid the broken or cannam@154: # incompatible versions: cannam@154: # SysV /etc/install, /usr/sbin/install cannam@154: # SunOS /usr/etc/install cannam@154: # IRIX /sbin/install cannam@154: # AIX /bin/install cannam@154: # AmigaOS /C/install, which installs bootblocks on floppy discs cannam@154: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag cannam@154: # AFS /usr/afsws/bin/install, which mishandles nonexistent args cannam@154: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" cannam@154: # OS/2's system install, which has a completely different semantic cannam@154: # ./install, which can be erroneously created by make from ./install.sh. cannam@154: # Reject install programs that cannot install multiple files. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 cannam@154: $as_echo_n "checking for a BSD-compatible install... " >&6; } cannam@154: if test -z "$INSTALL"; then cannam@154: if ${ac_cv_path_install+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: # Account for people who put trailing slashes in PATH elements. cannam@154: case $as_dir/ in #(( cannam@154: ./ | .// | /[cC]/* | \ cannam@154: /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ cannam@154: ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ cannam@154: /usr/ucb/* ) ;; cannam@154: *) cannam@154: # OSF1 and SCO ODT 3.0 have their own names for install. cannam@154: # Don't use installbsd from OSF since it installs stuff as root cannam@154: # by default. cannam@154: for ac_prog in ginstall scoinst install; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then cannam@154: if test $ac_prog = install && cannam@154: grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@154: # AIX install. It has an incompatible calling convention. cannam@154: : cannam@154: elif test $ac_prog = install && cannam@154: grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then cannam@154: # program-specific install script used by HP pwplus--don't use. cannam@154: : cannam@154: else cannam@154: rm -rf conftest.one conftest.two conftest.dir cannam@154: echo one > conftest.one cannam@154: echo two > conftest.two cannam@154: mkdir conftest.dir cannam@154: if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && cannam@154: test -s conftest.one && test -s conftest.two && cannam@154: test -s conftest.dir/conftest.one && cannam@154: test -s conftest.dir/conftest.two cannam@154: then cannam@154: ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" cannam@154: break 3 cannam@154: fi cannam@154: fi cannam@154: fi cannam@154: done cannam@154: done cannam@154: ;; cannam@154: esac cannam@154: cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: rm -rf conftest.one conftest.two conftest.dir cannam@154: cannam@154: fi cannam@154: if test "${ac_cv_path_install+set}" = set; then cannam@154: INSTALL=$ac_cv_path_install cannam@154: else cannam@154: # As a last resort, use the slow shell script. Don't cache a cannam@154: # value for INSTALL within a source directory, because that will cannam@154: # break other packages using the cache if that directory is cannam@154: # removed, or if the value is a relative name. cannam@154: INSTALL=$ac_install_sh cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 cannam@154: $as_echo "$INSTALL" >&6; } cannam@154: cannam@154: # Use test -z because SunOS4 sh mishandles braces in ${var-val}. cannam@154: # It thinks the first close brace ends the variable substitution. cannam@154: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' cannam@154: cannam@154: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' cannam@154: cannam@154: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 cannam@154: $as_echo_n "checking whether build environment is sane... " >&6; } cannam@154: # Reject unsafe characters in $srcdir or the absolute working directory cannam@154: # name. Accept space and tab only in the latter. cannam@154: am_lf=' cannam@154: ' cannam@154: case `pwd` in cannam@154: *[\\\"\#\$\&\'\`$am_lf]*) cannam@154: as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; cannam@154: esac cannam@154: case $srcdir in cannam@154: *[\\\"\#\$\&\'\`$am_lf\ \ ]*) cannam@154: as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; cannam@154: esac cannam@154: cannam@154: # Do 'set' in a subshell so we don't clobber the current shell's cannam@154: # arguments. Must try -L first in case configure is actually a cannam@154: # symlink; some systems play weird games with the mod time of symlinks cannam@154: # (eg FreeBSD returns the mod time of the symlink's containing cannam@154: # directory). cannam@154: if ( cannam@154: am_has_slept=no cannam@154: for am_try in 1 2; do cannam@154: echo "timestamp, slept: $am_has_slept" > conftest.file cannam@154: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` cannam@154: if test "$*" = "X"; then cannam@154: # -L didn't work. cannam@154: set X `ls -t "$srcdir/configure" conftest.file` cannam@154: fi cannam@154: if test "$*" != "X $srcdir/configure conftest.file" \ cannam@154: && test "$*" != "X conftest.file $srcdir/configure"; then cannam@154: cannam@154: # If neither matched, then we have a broken ls. This can happen cannam@154: # if, for instance, CONFIG_SHELL is bash and it inherits a cannam@154: # broken ls alias from the environment. This has actually cannam@154: # happened. Such a system could not be considered "sane". cannam@154: as_fn_error $? "ls -t appears to fail. Make sure there is not a broken cannam@154: alias in your environment" "$LINENO" 5 cannam@154: fi cannam@154: if test "$2" = conftest.file || test $am_try -eq 2; then cannam@154: break cannam@154: fi cannam@154: # Just in case. cannam@154: sleep 1 cannam@154: am_has_slept=yes cannam@154: done cannam@154: test "$2" = conftest.file cannam@154: ) cannam@154: then cannam@154: # Ok. cannam@154: : cannam@154: else cannam@154: as_fn_error $? "newly created file is older than distributed files! cannam@154: Check your system clock" "$LINENO" 5 cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: # If we didn't sleep, we still need to ensure time stamps of config.status and cannam@154: # generated files are strictly newer. cannam@154: am_sleep_pid= cannam@154: if grep 'slept: no' conftest.file >/dev/null 2>&1; then cannam@154: ( sleep 1 ) & cannam@154: am_sleep_pid=$! cannam@154: fi cannam@154: cannam@154: rm -f conftest.file cannam@154: cannam@154: test "$program_prefix" != NONE && cannam@154: program_transform_name="s&^&$program_prefix&;$program_transform_name" cannam@154: # Use a double $ so make ignores it. cannam@154: test "$program_suffix" != NONE && cannam@154: program_transform_name="s&\$&$program_suffix&;$program_transform_name" cannam@154: # Double any \ or $. cannam@154: # By default was `s,x,x', remove it if useless. cannam@154: ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' cannam@154: program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` cannam@154: cannam@154: if test x"${MISSING+set}" != xset; then cannam@154: case $am_aux_dir in cannam@154: *\ * | *\ *) cannam@154: MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; cannam@154: *) cannam@154: MISSING="\${SHELL} $am_aux_dir/missing" ;; cannam@154: esac cannam@154: fi cannam@154: # Use eval to expand $SHELL cannam@154: if eval "$MISSING --is-lightweight"; then cannam@154: am_missing_run="$MISSING " cannam@154: else cannam@154: am_missing_run= cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 cannam@154: $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} cannam@154: fi cannam@154: cannam@154: if test x"${install_sh+set}" != xset; then cannam@154: case $am_aux_dir in cannam@154: *\ * | *\ *) cannam@154: install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; cannam@154: *) cannam@154: install_sh="\${SHELL} $am_aux_dir/install-sh" cannam@154: esac cannam@154: fi cannam@154: cannam@154: # Installed binaries are usually stripped using 'strip' when the user cannam@154: # run "make install-strip". However 'strip' might not be the right cannam@154: # tool to use in cross-compilation environments, therefore Automake cannam@154: # will honor the 'STRIP' environment variable to overrule this program. cannam@154: if test "$cross_compiling" != no; then cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_STRIP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$STRIP"; then cannam@154: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: STRIP=$ac_cv_prog_STRIP cannam@154: if test -n "$STRIP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@154: $as_echo "$STRIP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_STRIP"; then cannam@154: ac_ct_STRIP=$STRIP cannam@154: # Extract the first word of "strip", so it can be a program name with args. cannam@154: set dummy strip; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_STRIP"; then cannam@154: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_STRIP="strip" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@154: if test -n "$ac_ct_STRIP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@154: $as_echo "$ac_ct_STRIP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_STRIP" = x; then cannam@154: STRIP=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: STRIP=$ac_ct_STRIP cannam@154: fi cannam@154: else cannam@154: STRIP="$ac_cv_prog_STRIP" cannam@154: fi cannam@154: cannam@154: fi cannam@154: INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 cannam@154: $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } cannam@154: if test -z "$MKDIR_P"; then cannam@154: if ${ac_cv_path_mkdir+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in mkdir gmkdir; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue cannam@154: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( cannam@154: 'mkdir (GNU coreutils) '* | \ cannam@154: 'mkdir (coreutils) '* | \ cannam@154: 'mkdir (fileutils) '4.1*) cannam@154: ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext cannam@154: break 3;; cannam@154: esac cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: cannam@154: test -d ./--version && rmdir ./--version cannam@154: if test "${ac_cv_path_mkdir+set}" = set; then cannam@154: MKDIR_P="$ac_cv_path_mkdir -p" cannam@154: else cannam@154: # As a last resort, use the slow shell script. Don't cache a cannam@154: # value for MKDIR_P within a source directory, because that will cannam@154: # break other packages using the cache if that directory is cannam@154: # removed, or if the value is a relative name. cannam@154: MKDIR_P="$ac_install_sh -d" cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 cannam@154: $as_echo "$MKDIR_P" >&6; } cannam@154: cannam@154: for ac_prog in gawk mawk nawk awk cannam@154: do cannam@154: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_AWK+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$AWK"; then cannam@154: ac_cv_prog_AWK="$AWK" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_AWK="$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: AWK=$ac_cv_prog_AWK cannam@154: if test -n "$AWK"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 cannam@154: $as_echo "$AWK" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$AWK" && break cannam@154: done cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 cannam@154: $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } cannam@154: set x ${MAKE-make} cannam@154: ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` cannam@154: if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat >conftest.make <<\_ACEOF cannam@154: SHELL = /bin/sh cannam@154: all: cannam@154: @echo '@@@%%%=$(MAKE)=@@@%%%' cannam@154: _ACEOF cannam@154: # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. cannam@154: case `${MAKE-make} -f conftest.make 2>/dev/null` in cannam@154: *@@@%%%=?*=@@@%%%*) cannam@154: eval ac_cv_prog_make_${ac_make}_set=yes;; cannam@154: *) cannam@154: eval ac_cv_prog_make_${ac_make}_set=no;; cannam@154: esac cannam@154: rm -f conftest.make cannam@154: fi cannam@154: if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: SET_MAKE= cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: SET_MAKE="MAKE=${MAKE-make}" cannam@154: fi cannam@154: cannam@154: rm -rf .tst 2>/dev/null cannam@154: mkdir .tst 2>/dev/null cannam@154: if test -d .tst; then cannam@154: am__leading_dot=. cannam@154: else cannam@154: am__leading_dot=_ cannam@154: fi cannam@154: rmdir .tst 2>/dev/null cannam@154: cannam@154: DEPDIR="${am__leading_dot}deps" cannam@154: cannam@154: ac_config_commands="$ac_config_commands depfiles" cannam@154: cannam@154: cannam@154: am_make=${MAKE-make} cannam@154: cat > confinc << 'END' cannam@154: am__doit: cannam@154: @echo this is the am__doit target cannam@154: .PHONY: am__doit cannam@154: END cannam@154: # If we don't find an include directive, just comment out the code. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 cannam@154: $as_echo_n "checking for style of include used by $am_make... " >&6; } cannam@154: am__include="#" cannam@154: am__quote= cannam@154: _am_result=none cannam@154: # First try GNU make style include. cannam@154: echo "include confinc" > confmf cannam@154: # Ignore all kinds of additional output from 'make'. cannam@154: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@154: *the\ am__doit\ target*) cannam@154: am__include=include cannam@154: am__quote= cannam@154: _am_result=GNU cannam@154: ;; cannam@154: esac cannam@154: # Now try BSD make style include. cannam@154: if test "$am__include" = "#"; then cannam@154: echo '.include "confinc"' > confmf cannam@154: case `$am_make -s -f confmf 2> /dev/null` in #( cannam@154: *the\ am__doit\ target*) cannam@154: am__include=.include cannam@154: am__quote="\"" cannam@154: _am_result=BSD cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 cannam@154: $as_echo "$_am_result" >&6; } cannam@154: rm -f confinc confmf cannam@154: cannam@154: # Check whether --enable-dependency-tracking was given. cannam@154: if test "${enable_dependency_tracking+set}" = set; then : cannam@154: enableval=$enable_dependency_tracking; cannam@154: fi cannam@154: cannam@154: if test "x$enable_dependency_tracking" != xno; then cannam@154: am_depcomp="$ac_aux_dir/depcomp" cannam@154: AMDEPBACKSLASH='\' cannam@154: am__nodep='_no' cannam@154: fi cannam@154: if test "x$enable_dependency_tracking" != xno; then cannam@154: AMDEP_TRUE= cannam@154: AMDEP_FALSE='#' cannam@154: else cannam@154: AMDEP_TRUE='#' cannam@154: AMDEP_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: # Check whether --enable-silent-rules was given. cannam@154: if test "${enable_silent_rules+set}" = set; then : cannam@154: enableval=$enable_silent_rules; cannam@154: fi cannam@154: cannam@154: case $enable_silent_rules in # ((( cannam@154: yes) AM_DEFAULT_VERBOSITY=0;; cannam@154: no) AM_DEFAULT_VERBOSITY=1;; cannam@154: *) AM_DEFAULT_VERBOSITY=1;; cannam@154: esac cannam@154: am_make=${MAKE-make} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 cannam@154: $as_echo_n "checking whether $am_make supports nested variables... " >&6; } cannam@154: if ${am_cv_make_support_nested_variables+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if $as_echo 'TRUE=$(BAR$(V)) cannam@154: BAR0=false cannam@154: BAR1=true cannam@154: V=1 cannam@154: am__doit: cannam@154: @$(TRUE) cannam@154: .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then cannam@154: am_cv_make_support_nested_variables=yes cannam@154: else cannam@154: am_cv_make_support_nested_variables=no cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 cannam@154: $as_echo "$am_cv_make_support_nested_variables" >&6; } cannam@154: if test $am_cv_make_support_nested_variables = yes; then cannam@154: AM_V='$(V)' cannam@154: AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' cannam@154: else cannam@154: AM_V=$AM_DEFAULT_VERBOSITY cannam@154: AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY cannam@154: fi cannam@154: AM_BACKSLASH='\' cannam@154: cannam@154: if test "`cd $srcdir && pwd`" != "`pwd`"; then cannam@154: # Use -I$(srcdir) only when $(srcdir) != ., so that make's output cannam@154: # is not polluted with repeated "-I." cannam@154: am__isrc=' -I$(srcdir)' cannam@154: # test to see if srcdir already configured cannam@154: if test -f $srcdir/config.status; then cannam@154: as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 cannam@154: fi cannam@154: fi cannam@154: cannam@154: # test whether we have cygpath cannam@154: if test -z "$CYGPATH_W"; then cannam@154: if (cygpath --version) >/dev/null 2>/dev/null; then cannam@154: CYGPATH_W='cygpath -w' cannam@154: else cannam@154: CYGPATH_W=echo cannam@154: fi cannam@154: fi cannam@154: cannam@154: cannam@154: # Define the identity of the package. cannam@154: PACKAGE='opusfile' cannam@154: VERSION='0.9' cannam@154: cannam@154: cannam@154: # Some tools Automake needs. cannam@154: cannam@154: ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} cannam@154: cannam@154: cannam@154: AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} cannam@154: cannam@154: cannam@154: AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} cannam@154: cannam@154: cannam@154: AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} cannam@154: cannam@154: cannam@154: MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} cannam@154: cannam@154: # For better backward compatibility. To be removed once Automake 1.9.x cannam@154: # dies out for good. For more background, see: cannam@154: # cannam@154: # cannam@154: mkdir_p='$(MKDIR_P)' cannam@154: cannam@154: # We need awk for the "check" target (and possibly the TAP driver). The cannam@154: # system "awk" is bad on some platforms. cannam@154: # Always define AMTAR for backward compatibility. Yes, it's still used cannam@154: # in the wild :-( We should find a proper way to deprecate it ... cannam@154: AMTAR='$${TAR-tar}' cannam@154: cannam@154: cannam@154: # We'll loop over all known methods to create a tar archive until one works. cannam@154: _am_tools='gnutar pax cpio none' cannam@154: cannam@154: am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: depcc="$CC" am_compiler_list= cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 cannam@154: $as_echo_n "checking dependency style of $depcc... " >&6; } cannam@154: if ${am_cv_CC_dependencies_compiler_type+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then cannam@154: # We make a subdir and do the tests there. Otherwise we can end up cannam@154: # making bogus files that we don't know about and never remove. For cannam@154: # instance it was reported that on HP-UX the gcc test will end up cannam@154: # making a dummy file named 'D' -- because '-MD' means "put the output cannam@154: # in D". cannam@154: rm -rf conftest.dir cannam@154: mkdir conftest.dir cannam@154: # Copy depcomp to subdir because otherwise we won't find it if we're cannam@154: # using a relative directory. cannam@154: cp "$am_depcomp" conftest.dir cannam@154: cd conftest.dir cannam@154: # We will build objects and dependencies in a subdirectory because cannam@154: # it helps to detect inapplicable dependency modes. For instance cannam@154: # both Tru64's cc and ICC support -MD to output dependencies as a cannam@154: # side effect of compilation, but ICC will put the dependencies in cannam@154: # the current directory while Tru64 will put them in the object cannam@154: # directory. cannam@154: mkdir sub cannam@154: cannam@154: am_cv_CC_dependencies_compiler_type=none cannam@154: if test "$am_compiler_list" = ""; then cannam@154: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cannam@154: fi cannam@154: am__universal=false cannam@154: case " $depcc " in #( cannam@154: *\ -arch\ *\ -arch\ *) am__universal=true ;; cannam@154: esac cannam@154: cannam@154: for depmode in $am_compiler_list; do cannam@154: # Setup a source with many dependencies, because some compilers cannam@154: # like to wrap large dependency lists on column 80 (with \), and cannam@154: # we should not choose a depcomp mode which is confused by this. cannam@154: # cannam@154: # We need to recreate these files for each test, as the compiler may cannam@154: # overwrite some of them when testing with obscure command lines. cannam@154: # This happens at least with the AIX C compiler. cannam@154: : > sub/conftest.c cannam@154: for i in 1 2 3 4 5 6; do cannam@154: echo '#include "conftst'$i'.h"' >> sub/conftest.c cannam@154: # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with cannam@154: # Solaris 10 /bin/sh. cannam@154: echo '/* dummy */' > sub/conftst$i.h cannam@154: done cannam@154: echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf cannam@154: cannam@154: # We check with '-c' and '-o' for the sake of the "dashmstdout" cannam@154: # mode. It turns out that the SunPro C++ compiler does not properly cannam@154: # handle '-M -o', and we need to detect this. Also, some Intel cannam@154: # versions had trouble with output in subdirs. cannam@154: am__obj=sub/conftest.${OBJEXT-o} cannam@154: am__minus_obj="-o $am__obj" cannam@154: case $depmode in cannam@154: gcc) cannam@154: # This depmode causes a compiler race in universal mode. cannam@154: test "$am__universal" = false || continue cannam@154: ;; cannam@154: nosideeffect) cannam@154: # After this tag, mechanisms are not by side-effect, so they'll cannam@154: # only be used when explicitly requested. cannam@154: if test "x$enable_dependency_tracking" = xyes; then cannam@154: continue cannam@154: else cannam@154: break cannam@154: fi cannam@154: ;; cannam@154: msvc7 | msvc7msys | msvisualcpp | msvcmsys) cannam@154: # This compiler won't grok '-c -o', but also, the minuso test has cannam@154: # not run yet. These depmodes are late enough in the game, and cannam@154: # so weak that their functioning should not be impacted. cannam@154: am__obj=conftest.${OBJEXT-o} cannam@154: am__minus_obj= cannam@154: ;; cannam@154: none) break ;; cannam@154: esac cannam@154: if depmode=$depmode \ cannam@154: source=sub/conftest.c object=$am__obj \ cannam@154: depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ cannam@154: $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ cannam@154: >/dev/null 2>conftest.err && cannam@154: grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && cannam@154: grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && cannam@154: grep $am__obj sub/conftest.Po > /dev/null 2>&1 && cannam@154: ${MAKE-make} -s -f confmf > /dev/null 2>&1; then cannam@154: # icc doesn't choke on unknown options, it will just issue warnings cannam@154: # or remarks (even with -Werror). So we grep stderr for any message cannam@154: # that says an option was ignored or not supported. cannam@154: # When given -MP, icc 7.0 and 7.1 complain thusly: cannam@154: # icc: Command line warning: ignoring option '-M'; no argument required cannam@154: # The diagnosis changed in icc 8.0: cannam@154: # icc: Command line remark: option '-MP' not supported cannam@154: if (grep 'ignoring option' conftest.err || cannam@154: grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else cannam@154: am_cv_CC_dependencies_compiler_type=$depmode cannam@154: break cannam@154: fi cannam@154: fi cannam@154: done cannam@154: cannam@154: cd .. cannam@154: rm -rf conftest.dir cannam@154: else cannam@154: am_cv_CC_dependencies_compiler_type=none cannam@154: fi cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 cannam@154: $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } cannam@154: CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type cannam@154: cannam@154: if cannam@154: test "x$enable_dependency_tracking" != xno \ cannam@154: && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then cannam@154: am__fastdepCC_TRUE= cannam@154: am__fastdepCC_FALSE='#' cannam@154: else cannam@154: am__fastdepCC_TRUE='#' cannam@154: am__fastdepCC_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: # POSIX will say in a future version that running "rm -f" with no argument cannam@154: # is OK; and we want to be able to make that assumption in our Makefile cannam@154: # recipes. So use an aggressive probe to check that the usage we want is cannam@154: # actually supported "in the wild" to an acceptable degree. cannam@154: # See automake bug#10828. cannam@154: # To make any issue more visible, cause the running configure to be aborted cannam@154: # by default if the 'rm' program in use doesn't match our expectations; the cannam@154: # user can still override this though. cannam@154: if rm -f && rm -fr && rm -rf; then : OK; else cannam@154: cat >&2 <<'END' cannam@154: Oops! cannam@154: cannam@154: Your 'rm' program seems unable to run without file operands specified cannam@154: on the command line, even when the '-f' option is present. This is contrary cannam@154: to the behaviour of most rm programs out there, and not conforming with cannam@154: the upcoming POSIX standard: cannam@154: cannam@154: Please tell bug-automake@gnu.org about your system, including the value cannam@154: of your $PATH and any error possibly output before this message. This cannam@154: can help us improve future automake versions. cannam@154: cannam@154: END cannam@154: if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then cannam@154: echo 'Configuration will proceed anyway, since you have set the' >&2 cannam@154: echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 cannam@154: echo >&2 cannam@154: else cannam@154: cat >&2 <<'END' cannam@154: Aborting the configuration process, to ensure you take notice of the issue. cannam@154: cannam@154: You can download and install GNU coreutils to get an 'rm' implementation cannam@154: that behaves properly: . cannam@154: cannam@154: If you want to complete the configuration process using your problematic cannam@154: 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM cannam@154: to "yes", and re-run configure. cannam@154: cannam@154: END cannam@154: as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 cannam@154: fi cannam@154: fi cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 cannam@154: $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } cannam@154: # Check whether --enable-maintainer-mode was given. cannam@154: if test "${enable_maintainer_mode+set}" = set; then : cannam@154: enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval cannam@154: else cannam@154: USE_MAINTAINER_MODE=yes cannam@154: fi cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 cannam@154: $as_echo "$USE_MAINTAINER_MODE" >&6; } cannam@154: if test $USE_MAINTAINER_MODE = yes; then cannam@154: MAINTAINER_MODE_TRUE= cannam@154: MAINTAINER_MODE_FALSE='#' cannam@154: else cannam@154: MAINTAINER_MODE_TRUE='#' cannam@154: MAINTAINER_MODE_FALSE= cannam@154: fi cannam@154: cannam@154: MAINT=$MAINTAINER_MODE_TRUE cannam@154: cannam@154: cannam@154: case `pwd` in cannam@154: *\ * | *\ *) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 cannam@154: $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: macro_version='2.4.6' cannam@154: macro_revision='2.4.6' cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: ltmain=$ac_aux_dir/ltmain.sh cannam@154: cannam@154: # Make sure we can run config.sub. cannam@154: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || cannam@154: as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 cannam@154: $as_echo_n "checking build system type... " >&6; } cannam@154: if ${ac_cv_build+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_build_alias=$build_alias cannam@154: test "x$ac_build_alias" = x && cannam@154: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` cannam@154: test "x$ac_build_alias" = x && cannam@154: as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 cannam@154: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || cannam@154: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 cannam@154: $as_echo "$ac_cv_build" >&6; } cannam@154: case $ac_cv_build in cannam@154: *-*-*) ;; cannam@154: *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; cannam@154: esac cannam@154: build=$ac_cv_build cannam@154: ac_save_IFS=$IFS; IFS='-' cannam@154: set x $ac_cv_build cannam@154: shift cannam@154: build_cpu=$1 cannam@154: build_vendor=$2 cannam@154: shift; shift cannam@154: # Remember, the first character of IFS is used to create $*, cannam@154: # except with old shells: cannam@154: build_os=$* cannam@154: IFS=$ac_save_IFS cannam@154: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 cannam@154: $as_echo_n "checking host system type... " >&6; } cannam@154: if ${ac_cv_host+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test "x$host_alias" = x; then cannam@154: ac_cv_host=$ac_cv_build cannam@154: else cannam@154: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || cannam@154: as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 cannam@154: fi cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 cannam@154: $as_echo "$ac_cv_host" >&6; } cannam@154: case $ac_cv_host in cannam@154: *-*-*) ;; cannam@154: *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; cannam@154: esac cannam@154: host=$ac_cv_host cannam@154: ac_save_IFS=$IFS; IFS='-' cannam@154: set x $ac_cv_host cannam@154: shift cannam@154: host_cpu=$1 cannam@154: host_vendor=$2 cannam@154: shift; shift cannam@154: # Remember, the first character of IFS is used to create $*, cannam@154: # except with old shells: cannam@154: host_os=$* cannam@154: IFS=$ac_save_IFS cannam@154: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac cannam@154: cannam@154: cannam@154: # Backslashify metacharacters that are still active within cannam@154: # double-quoted strings. cannam@154: sed_quote_subst='s/\(["`$\\]\)/\\\1/g' cannam@154: cannam@154: # Same as above, but do not quote variable references. cannam@154: double_quote_subst='s/\(["`\\]\)/\\\1/g' cannam@154: cannam@154: # Sed substitution to delay expansion of an escaped shell variable in a cannam@154: # double_quote_subst'ed string. cannam@154: delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' cannam@154: cannam@154: # Sed substitution to delay expansion of an escaped single quote. cannam@154: delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' cannam@154: cannam@154: # Sed substitution to avoid accidental globbing in evaled expressions cannam@154: no_glob_subst='s/\*/\\\*/g' cannam@154: cannam@154: ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@154: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO cannam@154: ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 cannam@154: $as_echo_n "checking how to print strings... " >&6; } cannam@154: # Test print first, because it will be a builtin if present. cannam@154: if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ cannam@154: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@154: ECHO='print -r --' cannam@154: elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then cannam@154: ECHO='printf %s\n' cannam@154: else cannam@154: # Use this function as a fallback that always works. cannam@154: func_fallback_echo () cannam@154: { cannam@154: eval 'cat <<_LTECHO_EOF cannam@154: $1 cannam@154: _LTECHO_EOF' cannam@154: } cannam@154: ECHO='func_fallback_echo' cannam@154: fi cannam@154: cannam@154: # func_echo_all arg... cannam@154: # Invoke $ECHO with all args, space-separated. cannam@154: func_echo_all () cannam@154: { cannam@154: $ECHO "" cannam@154: } cannam@154: cannam@154: case $ECHO in cannam@154: printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 cannam@154: $as_echo "printf" >&6; } ;; cannam@154: print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 cannam@154: $as_echo "print -r" >&6; } ;; cannam@154: *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 cannam@154: $as_echo "cat" >&6; } ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 cannam@154: $as_echo_n "checking for a sed that does not truncate output... " >&6; } cannam@154: if ${ac_cv_path_SED+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ cannam@154: for ac_i in 1 2 3 4 5 6 7; do cannam@154: ac_script="$ac_script$as_nl$ac_script" cannam@154: done cannam@154: echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed cannam@154: { ac_script=; unset ac_script;} cannam@154: if test -z "$SED"; then cannam@154: ac_path_SED_found=false cannam@154: # Loop through the user's path and test for each of PROGNAME-LIST cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in sed gsed; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" cannam@154: as_fn_executable_p "$ac_path_SED" || continue cannam@154: # Check for GNU ac_path_SED and select it if it is found. cannam@154: # Check for GNU $ac_path_SED cannam@154: case `"$ac_path_SED" --version 2>&1` in cannam@154: *GNU*) cannam@154: ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; cannam@154: *) cannam@154: ac_count=0 cannam@154: $as_echo_n 0123456789 >"conftest.in" cannam@154: while : cannam@154: do cannam@154: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@154: mv "conftest.tmp" "conftest.in" cannam@154: cp "conftest.in" "conftest.nl" cannam@154: $as_echo '' >> "conftest.nl" cannam@154: "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@154: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@154: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@154: if test $ac_count -gt ${ac_path_SED_max-0}; then cannam@154: # Best one so far, save it but keep looking for a better one cannam@154: ac_cv_path_SED="$ac_path_SED" cannam@154: ac_path_SED_max=$ac_count cannam@154: fi cannam@154: # 10*(2^10) chars as input seems more than enough cannam@154: test $ac_count -gt 10 && break cannam@154: done cannam@154: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@154: esac cannam@154: cannam@154: $ac_path_SED_found && break 3 cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: if test -z "$ac_cv_path_SED"; then cannam@154: as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 cannam@154: fi cannam@154: else cannam@154: ac_cv_path_SED=$SED cannam@154: fi cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 cannam@154: $as_echo "$ac_cv_path_SED" >&6; } cannam@154: SED="$ac_cv_path_SED" cannam@154: rm -f conftest.sed cannam@154: cannam@154: test -z "$SED" && SED=sed cannam@154: Xsed="$SED -e 1s/^X//" cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 cannam@154: $as_echo_n "checking for fgrep... " >&6; } cannam@154: if ${ac_cv_path_FGREP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 cannam@154: then ac_cv_path_FGREP="$GREP -F" cannam@154: else cannam@154: if test -z "$FGREP"; then cannam@154: ac_path_FGREP_found=false cannam@154: # Loop through the user's path and test for each of PROGNAME-LIST cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in fgrep; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" cannam@154: as_fn_executable_p "$ac_path_FGREP" || continue cannam@154: # Check for GNU ac_path_FGREP and select it if it is found. cannam@154: # Check for GNU $ac_path_FGREP cannam@154: case `"$ac_path_FGREP" --version 2>&1` in cannam@154: *GNU*) cannam@154: ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; cannam@154: *) cannam@154: ac_count=0 cannam@154: $as_echo_n 0123456789 >"conftest.in" cannam@154: while : cannam@154: do cannam@154: cat "conftest.in" "conftest.in" >"conftest.tmp" cannam@154: mv "conftest.tmp" "conftest.in" cannam@154: cp "conftest.in" "conftest.nl" cannam@154: $as_echo 'FGREP' >> "conftest.nl" cannam@154: "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break cannam@154: diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break cannam@154: as_fn_arith $ac_count + 1 && ac_count=$as_val cannam@154: if test $ac_count -gt ${ac_path_FGREP_max-0}; then cannam@154: # Best one so far, save it but keep looking for a better one cannam@154: ac_cv_path_FGREP="$ac_path_FGREP" cannam@154: ac_path_FGREP_max=$ac_count cannam@154: fi cannam@154: # 10*(2^10) chars as input seems more than enough cannam@154: test $ac_count -gt 10 && break cannam@154: done cannam@154: rm -f conftest.in conftest.tmp conftest.nl conftest.out;; cannam@154: esac cannam@154: cannam@154: $ac_path_FGREP_found && break 3 cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: if test -z "$ac_cv_path_FGREP"; then cannam@154: as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 cannam@154: fi cannam@154: else cannam@154: ac_cv_path_FGREP=$FGREP cannam@154: fi cannam@154: cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 cannam@154: $as_echo "$ac_cv_path_FGREP" >&6; } cannam@154: FGREP="$ac_cv_path_FGREP" cannam@154: cannam@154: cannam@154: test -z "$GREP" && GREP=grep cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --with-gnu-ld was given. cannam@154: if test "${with_gnu_ld+set}" = set; then : cannam@154: withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes cannam@154: else cannam@154: with_gnu_ld=no cannam@154: fi cannam@154: cannam@154: ac_prog=ld cannam@154: if test yes = "$GCC"; then cannam@154: # Check if gcc -print-prog-name=ld gives a path. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 cannam@154: $as_echo_n "checking for ld used by $CC... " >&6; } cannam@154: case $host in cannam@154: *-*-mingw*) cannam@154: # gcc leaves a trailing carriage return, which upsets mingw cannam@154: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cannam@154: *) cannam@154: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cannam@154: esac cannam@154: case $ac_prog in cannam@154: # Accept absolute paths. cannam@154: [\\/]* | ?:[\\/]*) cannam@154: re_direlt='/[^/][^/]*/\.\./' cannam@154: # Canonicalize the pathname of ld cannam@154: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` cannam@154: while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do cannam@154: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` cannam@154: done cannam@154: test -z "$LD" && LD=$ac_prog cannam@154: ;; cannam@154: "") cannam@154: # If it fails, then pretend we aren't using GCC. cannam@154: ac_prog=ld cannam@154: ;; cannam@154: *) cannam@154: # If it is relative, then search for the first ld in PATH. cannam@154: with_gnu_ld=unknown cannam@154: ;; cannam@154: esac cannam@154: elif test yes = "$with_gnu_ld"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 cannam@154: $as_echo_n "checking for GNU ld... " >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 cannam@154: $as_echo_n "checking for non-GNU ld... " >&6; } cannam@154: fi cannam@154: if ${lt_cv_path_LD+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -z "$LD"; then cannam@154: lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR cannam@154: for ac_dir in $PATH; do cannam@154: IFS=$lt_save_ifs cannam@154: test -z "$ac_dir" && ac_dir=. cannam@154: if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then cannam@154: lt_cv_path_LD=$ac_dir/$ac_prog cannam@154: # Check to see if the program is GNU ld. I'd rather use --version, cannam@154: # but apparently some variants of GNU ld only accept -v. cannam@154: # Break only if it was the GNU/non-GNU ld that we prefer. cannam@154: case `"$lt_cv_path_LD" -v 2>&1 &5 cannam@154: $as_echo "$LD" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 cannam@154: $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } cannam@154: if ${lt_cv_prog_gnu_ld+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: # I'd rather use --version here, but apparently some GNU lds only accept -v. cannam@154: case `$LD -v 2>&1 &5 cannam@154: $as_echo "$lt_cv_prog_gnu_ld" >&6; } cannam@154: with_gnu_ld=$lt_cv_prog_gnu_ld cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 cannam@154: $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } cannam@154: if ${lt_cv_path_NM+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$NM"; then cannam@154: # Let the user override the test. cannam@154: lt_cv_path_NM=$NM cannam@154: else cannam@154: lt_nm_to_check=${ac_tool_prefix}nm cannam@154: if test -n "$ac_tool_prefix" && test "$build" = "$host"; then cannam@154: lt_nm_to_check="$lt_nm_to_check nm" cannam@154: fi cannam@154: for lt_tmp_nm in $lt_nm_to_check; do cannam@154: lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR cannam@154: for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do cannam@154: IFS=$lt_save_ifs cannam@154: test -z "$ac_dir" && ac_dir=. cannam@154: tmp_nm=$ac_dir/$lt_tmp_nm cannam@154: if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then cannam@154: # Check to see if the nm accepts a BSD-compat flag. cannam@154: # Adding the 'sed 1q' prevents false positives on HP-UX, which says: cannam@154: # nm: unknown option "B" ignored cannam@154: # Tru64's nm complains that /dev/null is an invalid object file cannam@154: # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty cannam@154: case $build_os in cannam@154: mingw*) lt_bad_file=conftest.nm/nofile ;; cannam@154: *) lt_bad_file=/dev/null ;; cannam@154: esac cannam@154: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in cannam@154: *$lt_bad_file* | *'Invalid file or object type'*) cannam@154: lt_cv_path_NM="$tmp_nm -B" cannam@154: break 2 cannam@154: ;; cannam@154: *) cannam@154: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in cannam@154: */dev/null*) cannam@154: lt_cv_path_NM="$tmp_nm -p" cannam@154: break 2 cannam@154: ;; cannam@154: *) cannam@154: lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but cannam@154: continue # so that we can try to find one that supports BSD flags cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: done cannam@154: : ${lt_cv_path_NM=no} cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 cannam@154: $as_echo "$lt_cv_path_NM" >&6; } cannam@154: if test no != "$lt_cv_path_NM"; then cannam@154: NM=$lt_cv_path_NM cannam@154: else cannam@154: # Didn't find any BSD compatible name lister, look for dumpbin. cannam@154: if test -n "$DUMPBIN"; then : cannam@154: # Let the user override the test. cannam@154: else cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: for ac_prog in dumpbin "link -dump" cannam@154: do cannam@154: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_DUMPBIN+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$DUMPBIN"; then cannam@154: ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: DUMPBIN=$ac_cv_prog_DUMPBIN cannam@154: if test -n "$DUMPBIN"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 cannam@154: $as_echo "$DUMPBIN" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$DUMPBIN" && break cannam@154: done cannam@154: fi cannam@154: if test -z "$DUMPBIN"; then cannam@154: ac_ct_DUMPBIN=$DUMPBIN cannam@154: for ac_prog in dumpbin "link -dump" cannam@154: do cannam@154: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_DUMPBIN"; then cannam@154: ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN cannam@154: if test -n "$ac_ct_DUMPBIN"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 cannam@154: $as_echo "$ac_ct_DUMPBIN" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$ac_ct_DUMPBIN" && break cannam@154: done cannam@154: cannam@154: if test "x$ac_ct_DUMPBIN" = x; then cannam@154: DUMPBIN=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: DUMPBIN=$ac_ct_DUMPBIN cannam@154: fi cannam@154: fi cannam@154: cannam@154: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in cannam@154: *COFF*) cannam@154: DUMPBIN="$DUMPBIN -symbols -headers" cannam@154: ;; cannam@154: *) cannam@154: DUMPBIN=: cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: if test : != "$DUMPBIN"; then cannam@154: NM=$DUMPBIN cannam@154: fi cannam@154: fi cannam@154: test -z "$NM" && NM=nm cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 cannam@154: $as_echo_n "checking the name lister ($NM) interface... " >&6; } cannam@154: if ${lt_cv_nm_interface+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_nm_interface="BSD nm" cannam@154: echo "int some_variable = 0;" > conftest.$ac_ext cannam@154: (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) cannam@154: (eval "$ac_compile" 2>conftest.err) cannam@154: cat conftest.err >&5 cannam@154: (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) cannam@154: (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cannam@154: cat conftest.err >&5 cannam@154: (eval echo "\"\$as_me:$LINENO: output\"" >&5) cannam@154: cat conftest.out >&5 cannam@154: if $GREP 'External.*some_variable' conftest.out > /dev/null; then cannam@154: lt_cv_nm_interface="MS dumpbin" cannam@154: fi cannam@154: rm -f conftest* cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 cannam@154: $as_echo "$lt_cv_nm_interface" >&6; } cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 cannam@154: $as_echo_n "checking whether ln -s works... " >&6; } cannam@154: LN_S=$as_ln_s cannam@154: if test "$LN_S" = "ln -s"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 cannam@154: $as_echo "no, using $LN_S" >&6; } cannam@154: fi cannam@154: cannam@154: # find the maximum length of command line arguments cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 cannam@154: $as_echo_n "checking the maximum length of command line arguments... " >&6; } cannam@154: if ${lt_cv_sys_max_cmd_len+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: i=0 cannam@154: teststring=ABCD cannam@154: cannam@154: case $build_os in cannam@154: msdosdjgpp*) cannam@154: # On DJGPP, this test can blow up pretty badly due to problems in libc cannam@154: # (any single argument exceeding 2000 bytes causes a buffer overrun cannam@154: # during glob expansion). Even if it were fixed, the result of this cannam@154: # check would be larger than it should be. cannam@154: lt_cv_sys_max_cmd_len=12288; # 12K is about right cannam@154: ;; cannam@154: cannam@154: gnu*) cannam@154: # Under GNU Hurd, this test is not required because there is cannam@154: # no limit to the length of command line arguments. cannam@154: # Libtool will interpret -1 as no limit whatsoever cannam@154: lt_cv_sys_max_cmd_len=-1; cannam@154: ;; cannam@154: cannam@154: cygwin* | mingw* | cegcc*) cannam@154: # On Win9x/ME, this test blows up -- it succeeds, but takes cannam@154: # about 5 minutes as the teststring grows exponentially. cannam@154: # Worse, since 9x/ME are not pre-emptively multitasking, cannam@154: # you end up with a "frozen" computer, even though with patience cannam@154: # the test eventually succeeds (with a max line length of 256k). cannam@154: # Instead, let's just punt: use the minimum linelength reported by cannam@154: # all of the supported platforms: 8192 (on NT/2K/XP). cannam@154: lt_cv_sys_max_cmd_len=8192; cannam@154: ;; cannam@154: cannam@154: mint*) cannam@154: # On MiNT this can take a long time and run out of memory. cannam@154: lt_cv_sys_max_cmd_len=8192; cannam@154: ;; cannam@154: cannam@154: amigaos*) cannam@154: # On AmigaOS with pdksh, this test takes hours, literally. cannam@154: # So we just punt and use a minimum line length of 8192. cannam@154: lt_cv_sys_max_cmd_len=8192; cannam@154: ;; cannam@154: cannam@154: bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) cannam@154: # This has been around since 386BSD, at least. Likely further. cannam@154: if test -x /sbin/sysctl; then cannam@154: lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` cannam@154: elif test -x /usr/sbin/sysctl; then cannam@154: lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` cannam@154: else cannam@154: lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs cannam@154: fi cannam@154: # And add a safety zone cannam@154: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@154: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@154: ;; cannam@154: cannam@154: interix*) cannam@154: # We know the value 262144 and hardcode it with a safety zone (like BSD) cannam@154: lt_cv_sys_max_cmd_len=196608 cannam@154: ;; cannam@154: cannam@154: os2*) cannam@154: # The test takes a long time on OS/2. cannam@154: lt_cv_sys_max_cmd_len=8192 cannam@154: ;; cannam@154: cannam@154: osf*) cannam@154: # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure cannam@154: # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not cannam@154: # nice to cause kernel panics so lets avoid the loop below. cannam@154: # First set a reasonable default. cannam@154: lt_cv_sys_max_cmd_len=16384 cannam@154: # cannam@154: if test -x /sbin/sysconfig; then cannam@154: case `/sbin/sysconfig -q proc exec_disable_arg_limit` in cannam@154: *1*) lt_cv_sys_max_cmd_len=-1 ;; cannam@154: esac cannam@154: fi cannam@154: ;; cannam@154: sco3.2v5*) cannam@154: lt_cv_sys_max_cmd_len=102400 cannam@154: ;; cannam@154: sysv5* | sco5v6* | sysv4.2uw2*) cannam@154: kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` cannam@154: if test -n "$kargmax"; then cannam@154: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` cannam@154: else cannam@154: lt_cv_sys_max_cmd_len=32768 cannam@154: fi cannam@154: ;; cannam@154: *) cannam@154: lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` cannam@154: if test -n "$lt_cv_sys_max_cmd_len" && \ cannam@154: test undefined != "$lt_cv_sys_max_cmd_len"; then cannam@154: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cannam@154: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cannam@154: else cannam@154: # Make teststring a little bigger before we do anything with it. cannam@154: # a 1K string should be a reasonable start. cannam@154: for i in 1 2 3 4 5 6 7 8; do cannam@154: teststring=$teststring$teststring cannam@154: done cannam@154: SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} cannam@154: # If test is not a shell built-in, we'll probably end up computing a cannam@154: # maximum length that is only half of the actual maximum length, but cannam@154: # we can't tell. cannam@154: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ cannam@154: = "X$teststring$teststring"; } >/dev/null 2>&1 && cannam@154: test 17 != "$i" # 1/2 MB should be enough cannam@154: do cannam@154: i=`expr $i + 1` cannam@154: teststring=$teststring$teststring cannam@154: done cannam@154: # Only check the string length outside the loop. cannam@154: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` cannam@154: teststring= cannam@154: # Add a significant safety factor because C++ compilers can tack on cannam@154: # massive amounts of additional arguments before passing them to the cannam@154: # linker. It appears as though 1/2 is a usable value. cannam@154: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: fi cannam@154: cannam@154: if test -n "$lt_cv_sys_max_cmd_len"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 cannam@154: $as_echo "$lt_cv_sys_max_cmd_len" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 cannam@154: $as_echo "none" >&6; } cannam@154: fi cannam@154: max_cmd_len=$lt_cv_sys_max_cmd_len cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: : ${CP="cp -f"} cannam@154: : ${MV="mv -f"} cannam@154: : ${RM="rm -f"} cannam@154: cannam@154: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then cannam@154: lt_unset=unset cannam@154: else cannam@154: lt_unset=false cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # test EBCDIC or ASCII cannam@154: case `echo X|tr X '\101'` in cannam@154: A) # ASCII based system cannam@154: # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr cannam@154: lt_SP2NL='tr \040 \012' cannam@154: lt_NL2SP='tr \015\012 \040\040' cannam@154: ;; cannam@154: *) # EBCDIC based system cannam@154: lt_SP2NL='tr \100 \n' cannam@154: lt_NL2SP='tr \r\n \100\100' cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 cannam@154: $as_echo_n "checking how to convert $build file names to $host format... " >&6; } cannam@154: if ${lt_cv_to_host_file_cmd+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: case $host in cannam@154: *-*-mingw* ) cannam@154: case $build in cannam@154: *-*-mingw* ) # actually msys cannam@154: lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 cannam@154: ;; cannam@154: *-*-cygwin* ) cannam@154: lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 cannam@154: ;; cannam@154: * ) # otherwise, assume *nix cannam@154: lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: *-*-cygwin* ) cannam@154: case $build in cannam@154: *-*-mingw* ) # actually msys cannam@154: lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin cannam@154: ;; cannam@154: *-*-cygwin* ) cannam@154: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@154: ;; cannam@154: * ) # otherwise, assume *nix cannam@154: lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: * ) # unhandled hosts (and "normal" native builds) cannam@154: lt_cv_to_host_file_cmd=func_convert_file_noop cannam@154: ;; cannam@154: esac cannam@154: cannam@154: fi cannam@154: cannam@154: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 cannam@154: $as_echo "$lt_cv_to_host_file_cmd" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 cannam@154: $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } cannam@154: if ${lt_cv_to_tool_file_cmd+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: #assume ordinary cross tools, or native build. cannam@154: lt_cv_to_tool_file_cmd=func_convert_file_noop cannam@154: case $host in cannam@154: *-*-mingw* ) cannam@154: case $build in cannam@154: *-*-mingw* ) # actually msys cannam@154: lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: cannam@154: fi cannam@154: cannam@154: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 cannam@154: $as_echo "$lt_cv_to_tool_file_cmd" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 cannam@154: $as_echo_n "checking for $LD option to reload object files... " >&6; } cannam@154: if ${lt_cv_ld_reload_flag+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_ld_reload_flag='-r' cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 cannam@154: $as_echo "$lt_cv_ld_reload_flag" >&6; } cannam@154: reload_flag=$lt_cv_ld_reload_flag cannam@154: case $reload_flag in cannam@154: "" | " "*) ;; cannam@154: *) reload_flag=" $reload_flag" ;; cannam@154: esac cannam@154: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@154: case $host_os in cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: if test yes != "$GCC"; then cannam@154: reload_cmds=false cannam@154: fi cannam@154: ;; cannam@154: darwin*) cannam@154: if test yes = "$GCC"; then cannam@154: reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' cannam@154: else cannam@154: reload_cmds='$LD$reload_flag -o $output$reload_objs' cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}objdump; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_OBJDUMP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$OBJDUMP"; then cannam@154: ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: OBJDUMP=$ac_cv_prog_OBJDUMP cannam@154: if test -n "$OBJDUMP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 cannam@154: $as_echo "$OBJDUMP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_OBJDUMP"; then cannam@154: ac_ct_OBJDUMP=$OBJDUMP cannam@154: # Extract the first word of "objdump", so it can be a program name with args. cannam@154: set dummy objdump; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_OBJDUMP"; then cannam@154: ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_OBJDUMP="objdump" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP cannam@154: if test -n "$ac_ct_OBJDUMP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 cannam@154: $as_echo "$ac_ct_OBJDUMP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_OBJDUMP" = x; then cannam@154: OBJDUMP="false" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: OBJDUMP=$ac_ct_OBJDUMP cannam@154: fi cannam@154: else cannam@154: OBJDUMP="$ac_cv_prog_OBJDUMP" cannam@154: fi cannam@154: cannam@154: test -z "$OBJDUMP" && OBJDUMP=objdump cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 cannam@154: $as_echo_n "checking how to recognize dependent libraries... " >&6; } cannam@154: if ${lt_cv_deplibs_check_method+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_file_magic_cmd='$MAGIC_CMD' cannam@154: lt_cv_file_magic_test_file= cannam@154: lt_cv_deplibs_check_method='unknown' cannam@154: # Need to set the preceding variable on all platforms that support cannam@154: # interlibrary dependencies. cannam@154: # 'none' -- dependencies not supported. cannam@154: # 'unknown' -- same as none, but documents that we really don't know. cannam@154: # 'pass_all' -- all dependencies passed with no checks. cannam@154: # 'test_compile' -- check by making test program. cannam@154: # 'file_magic [[regex]]' -- check by looking for files in library path cannam@154: # that responds to the $file_magic_cmd with a given extended regex. cannam@154: # If you have 'file' or equivalent on your system and you're not sure cannam@154: # whether 'pass_all' will *always* work, you probably want this one. cannam@154: cannam@154: case $host_os in cannam@154: aix[4-9]*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: beos*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: bsdi[45]*) cannam@154: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' cannam@154: lt_cv_file_magic_cmd='/usr/bin/file -L' cannam@154: lt_cv_file_magic_test_file=/shlib/libc.so cannam@154: ;; cannam@154: cannam@154: cygwin*) cannam@154: # func_win32_libid is a shell function defined in ltmain.sh cannam@154: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@154: lt_cv_file_magic_cmd='func_win32_libid' cannam@154: ;; cannam@154: cannam@154: mingw* | pw32*) cannam@154: # Base MSYS/MinGW do not provide the 'file' command needed by cannam@154: # func_win32_libid shell function, so use a weaker test based on 'objdump', cannam@154: # unless we find 'file', for example because we are cross-compiling. cannam@154: if ( file / ) >/dev/null 2>&1; then cannam@154: lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' cannam@154: lt_cv_file_magic_cmd='func_win32_libid' cannam@154: else cannam@154: # Keep this pattern in sync with the one in func_win32_libid. cannam@154: lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' cannam@154: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: cegcc*) cannam@154: # use the weaker test based on 'objdump'. See mingw*. cannam@154: lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' cannam@154: lt_cv_file_magic_cmd='$OBJDUMP -f' cannam@154: ;; cannam@154: cannam@154: darwin* | rhapsody*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: freebsd* | dragonfly*) cannam@154: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@154: case $host_cpu in cannam@154: i*86 ) cannam@154: # Not sure whether the presence of OpenBSD here was a mistake. cannam@154: # Let's accept both of them until this is cleared up. cannam@154: lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' cannam@154: lt_cv_file_magic_cmd=/usr/bin/file cannam@154: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: fi cannam@154: ;; cannam@154: cannam@154: haiku*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: hpux10.20* | hpux11*) cannam@154: lt_cv_file_magic_cmd=/usr/bin/file cannam@154: case $host_cpu in cannam@154: ia64*) cannam@154: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' cannam@154: lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so cannam@154: ;; cannam@154: hppa*64*) cannam@154: 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@154: lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl cannam@154: ;; cannam@154: *) cannam@154: lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' cannam@154: lt_cv_file_magic_test_file=/usr/lib/libc.sl cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: interix[3-9]*) cannam@154: # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here cannam@154: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' cannam@154: ;; cannam@154: cannam@154: irix5* | irix6* | nonstopux*) cannam@154: case $LD in cannam@154: *-32|*"-32 ") libmagic=32-bit;; cannam@154: *-n32|*"-n32 ") libmagic=N32;; cannam@154: *-64|*"-64 ") libmagic=64-bit;; cannam@154: *) libmagic=never-match;; cannam@154: esac cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: # This must be glibc/ELF. cannam@154: linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: netbsd*) cannam@154: if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then cannam@154: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@154: else cannam@154: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: newos6*) cannam@154: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' cannam@154: lt_cv_file_magic_cmd=/usr/bin/file cannam@154: lt_cv_file_magic_test_file=/usr/lib/libnls.so cannam@154: ;; cannam@154: cannam@154: *nto* | *qnx*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: openbsd* | bitrig*) cannam@154: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then cannam@154: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' cannam@154: else cannam@154: lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: osf3* | osf4* | osf5*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: rdos*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: solaris*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: cannam@154: sysv4 | sysv4.3*) cannam@154: case $host_vendor in cannam@154: motorola) cannam@154: 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@154: lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` cannam@154: ;; cannam@154: ncr) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: sequent) cannam@154: lt_cv_file_magic_cmd='/bin/file' cannam@154: lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' cannam@154: ;; cannam@154: sni) cannam@154: lt_cv_file_magic_cmd='/bin/file' cannam@154: lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" cannam@154: lt_cv_file_magic_test_file=/lib/libc.so cannam@154: ;; cannam@154: siemens) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: pc) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: tpf*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: os2*) cannam@154: lt_cv_deplibs_check_method=pass_all cannam@154: ;; cannam@154: esac cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 cannam@154: $as_echo "$lt_cv_deplibs_check_method" >&6; } cannam@154: cannam@154: file_magic_glob= cannam@154: want_nocaseglob=no cannam@154: if test "$build" = "$host"; then cannam@154: case $host_os in cannam@154: mingw* | pw32*) cannam@154: if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then cannam@154: want_nocaseglob=yes cannam@154: else cannam@154: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: file_magic_cmd=$lt_cv_file_magic_cmd cannam@154: deplibs_check_method=$lt_cv_deplibs_check_method cannam@154: test -z "$deplibs_check_method" && deplibs_check_method=unknown cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}dlltool; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_DLLTOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$DLLTOOL"; then cannam@154: ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: DLLTOOL=$ac_cv_prog_DLLTOOL cannam@154: if test -n "$DLLTOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 cannam@154: $as_echo "$DLLTOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_DLLTOOL"; then cannam@154: ac_ct_DLLTOOL=$DLLTOOL cannam@154: # Extract the first word of "dlltool", so it can be a program name with args. cannam@154: set dummy dlltool; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_DLLTOOL"; then cannam@154: ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_DLLTOOL="dlltool" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL cannam@154: if test -n "$ac_ct_DLLTOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 cannam@154: $as_echo "$ac_ct_DLLTOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_DLLTOOL" = x; then cannam@154: DLLTOOL="false" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: DLLTOOL=$ac_ct_DLLTOOL cannam@154: fi cannam@154: else cannam@154: DLLTOOL="$ac_cv_prog_DLLTOOL" cannam@154: fi cannam@154: cannam@154: test -z "$DLLTOOL" && DLLTOOL=dlltool cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 cannam@154: $as_echo_n "checking how to associate runtime and link libraries... " >&6; } cannam@154: if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_sharedlib_from_linklib_cmd='unknown' cannam@154: cannam@154: case $host_os in cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: # two different shell functions defined in ltmain.sh; cannam@154: # decide which one to use based on capabilities of $DLLTOOL cannam@154: case `$DLLTOOL --help 2>&1` in cannam@154: *--identify-strict*) cannam@154: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib cannam@154: ;; cannam@154: *) cannam@154: lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: *) cannam@154: # fallback: assume linklib IS sharedlib cannam@154: lt_cv_sharedlib_from_linklib_cmd=$ECHO cannam@154: ;; cannam@154: esac cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 cannam@154: $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } cannam@154: sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd cannam@154: test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: for ac_prog in ar cannam@154: do cannam@154: # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_tool_prefix$ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_AR+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$AR"; then cannam@154: ac_cv_prog_AR="$AR" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_AR="$ac_tool_prefix$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: AR=$ac_cv_prog_AR cannam@154: if test -n "$AR"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 cannam@154: $as_echo "$AR" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$AR" && break cannam@154: done cannam@154: fi cannam@154: if test -z "$AR"; then cannam@154: ac_ct_AR=$AR cannam@154: for ac_prog in ar cannam@154: do cannam@154: # Extract the first word of "$ac_prog", so it can be a program name with args. cannam@154: set dummy $ac_prog; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_AR+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_AR"; then cannam@154: ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_AR="$ac_prog" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_AR=$ac_cv_prog_ac_ct_AR cannam@154: if test -n "$ac_ct_AR"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 cannam@154: $as_echo "$ac_ct_AR" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: test -n "$ac_ct_AR" && break cannam@154: done cannam@154: cannam@154: if test "x$ac_ct_AR" = x; then cannam@154: AR="false" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: AR=$ac_ct_AR cannam@154: fi cannam@154: fi cannam@154: cannam@154: : ${AR=ar} cannam@154: : ${AR_FLAGS=cru} cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 cannam@154: $as_echo_n "checking for archiver @FILE support... " >&6; } cannam@154: if ${lt_cv_ar_at_file+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_ar_at_file=no cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: echo conftest.$ac_objext > conftest.lst cannam@154: lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' cannam@154: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@154: (eval $lt_ar_try) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } cannam@154: if test 0 -eq "$ac_status"; then cannam@154: # Ensure the archiver fails upon bogus file names. cannam@154: rm -f conftest.$ac_objext libconftest.a cannam@154: { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 cannam@154: (eval $lt_ar_try) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } cannam@154: if test 0 -ne "$ac_status"; then cannam@154: lt_cv_ar_at_file=@ cannam@154: fi cannam@154: fi cannam@154: rm -f conftest.* libconftest.a cannam@154: cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 cannam@154: $as_echo "$lt_cv_ar_at_file" >&6; } cannam@154: cannam@154: if test no = "$lt_cv_ar_at_file"; then cannam@154: archiver_list_spec= cannam@154: else cannam@154: archiver_list_spec=$lt_cv_ar_at_file cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}strip; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_STRIP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$STRIP"; then cannam@154: ac_cv_prog_STRIP="$STRIP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_STRIP="${ac_tool_prefix}strip" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: STRIP=$ac_cv_prog_STRIP cannam@154: if test -n "$STRIP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 cannam@154: $as_echo "$STRIP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_STRIP"; then cannam@154: ac_ct_STRIP=$STRIP cannam@154: # Extract the first word of "strip", so it can be a program name with args. cannam@154: set dummy strip; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_STRIP+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_STRIP"; then cannam@154: ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_STRIP="strip" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP cannam@154: if test -n "$ac_ct_STRIP"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 cannam@154: $as_echo "$ac_ct_STRIP" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_STRIP" = x; then cannam@154: STRIP=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: STRIP=$ac_ct_STRIP cannam@154: fi cannam@154: else cannam@154: STRIP="$ac_cv_prog_STRIP" cannam@154: fi cannam@154: cannam@154: test -z "$STRIP" && STRIP=: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}ranlib; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_RANLIB+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$RANLIB"; then cannam@154: ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: RANLIB=$ac_cv_prog_RANLIB cannam@154: if test -n "$RANLIB"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 cannam@154: $as_echo "$RANLIB" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_RANLIB"; then cannam@154: ac_ct_RANLIB=$RANLIB cannam@154: # Extract the first word of "ranlib", so it can be a program name with args. cannam@154: set dummy ranlib; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_RANLIB"; then cannam@154: ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_RANLIB="ranlib" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB cannam@154: if test -n "$ac_ct_RANLIB"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 cannam@154: $as_echo "$ac_ct_RANLIB" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_RANLIB" = x; then cannam@154: RANLIB=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: RANLIB=$ac_ct_RANLIB cannam@154: fi cannam@154: else cannam@154: RANLIB="$ac_cv_prog_RANLIB" cannam@154: fi cannam@154: cannam@154: test -z "$RANLIB" && RANLIB=: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Determine commands to create old-style static archives. cannam@154: old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' cannam@154: old_postinstall_cmds='chmod 644 $oldlib' cannam@154: old_postuninstall_cmds= cannam@154: cannam@154: if test -n "$RANLIB"; then cannam@154: case $host_os in cannam@154: bitrig* | openbsd*) cannam@154: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" cannam@154: ;; cannam@154: *) cannam@154: old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" cannam@154: ;; cannam@154: esac cannam@154: old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" cannam@154: fi cannam@154: cannam@154: case $host_os in cannam@154: darwin*) cannam@154: lock_old_archive_extraction=yes ;; cannam@154: *) cannam@154: lock_old_archive_extraction=no ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # If no C compiler was specified, use CC. cannam@154: LTCC=${LTCC-"$CC"} cannam@154: cannam@154: # If no C compiler flags were specified, use CFLAGS. cannam@154: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@154: cannam@154: # Allow CC to be a program name with arguments. cannam@154: compiler=$CC cannam@154: cannam@154: cannam@154: # Check for command to grab the raw symbol name followed by C symbol from nm. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 cannam@154: $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } cannam@154: if ${lt_cv_sys_global_symbol_pipe+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cannam@154: # These are sane defaults that work on at least a few old systems. cannam@154: # [They come from Ultrix. What could be older than Ultrix?!! ;)] cannam@154: cannam@154: # Character class describing NM global symbol codes. cannam@154: symcode='[BCDEGRST]' cannam@154: cannam@154: # Regexp to match symbols that can be accessed directly from C. cannam@154: sympat='\([_A-Za-z][_A-Za-z0-9]*\)' cannam@154: cannam@154: # Define system-specific variables. cannam@154: case $host_os in cannam@154: aix*) cannam@154: symcode='[BCDT]' cannam@154: ;; cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: symcode='[ABCDGISTW]' cannam@154: ;; cannam@154: hpux*) cannam@154: if test ia64 = "$host_cpu"; then cannam@154: symcode='[ABCDEGRST]' cannam@154: fi cannam@154: ;; cannam@154: irix* | nonstopux*) cannam@154: symcode='[BCDEGRST]' cannam@154: ;; cannam@154: osf*) cannam@154: symcode='[BCDEGQRST]' cannam@154: ;; cannam@154: solaris*) cannam@154: symcode='[BDRT]' cannam@154: ;; cannam@154: sco3.2v5*) cannam@154: symcode='[DT]' cannam@154: ;; cannam@154: sysv4.2uw2*) cannam@154: symcode='[DT]' cannam@154: ;; cannam@154: sysv5* | sco5v6* | unixware* | OpenUNIX*) cannam@154: symcode='[ABDT]' cannam@154: ;; cannam@154: sysv4) cannam@154: symcode='[DFNSTU]' cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # If we're using GNU nm, then use its standard symbol codes. cannam@154: case `$NM -V 2>&1` in cannam@154: *GNU* | *'with BFD'*) cannam@154: symcode='[ABCDGIRSTW]' ;; cannam@154: esac cannam@154: cannam@154: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@154: # Gets list of data symbols to import. cannam@154: lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" cannam@154: # Adjust the below global symbol transforms to fixup imported variables. cannam@154: lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" cannam@154: lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" cannam@154: lt_c_name_lib_hook="\ cannam@154: -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ cannam@154: -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" cannam@154: else cannam@154: # Disable hooks by default. cannam@154: lt_cv_sys_global_symbol_to_import= cannam@154: lt_cdecl_hook= cannam@154: lt_c_name_hook= cannam@154: lt_c_name_lib_hook= cannam@154: fi cannam@154: cannam@154: # Transform an extracted symbol line into a proper C declaration. cannam@154: # Some systems (esp. on ia64) link data and code symbols differently, cannam@154: # so use this general approach. cannam@154: lt_cv_sys_global_symbol_to_cdecl="sed -n"\ cannam@154: $lt_cdecl_hook\ cannam@154: " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ cannam@154: " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" cannam@154: cannam@154: # Transform an extracted symbol line into symbol name and symbol address cannam@154: lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ cannam@154: $lt_c_name_hook\ cannam@154: " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ cannam@154: " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" cannam@154: cannam@154: # Transform an extracted symbol line into symbol name with lib prefix and cannam@154: # symbol address. cannam@154: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ cannam@154: $lt_c_name_lib_hook\ cannam@154: " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ cannam@154: " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ cannam@154: " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" cannam@154: cannam@154: # Handle CRLF in mingw tool chain cannam@154: opt_cr= cannam@154: case $build_os in cannam@154: mingw*) cannam@154: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # Try without a prefix underscore, then with it. cannam@154: for ac_symprfx in "" "_"; do cannam@154: cannam@154: # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. cannam@154: symxfrm="\\1 $ac_symprfx\\2 \\2" cannam@154: cannam@154: # Write the raw and C identifiers. cannam@154: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@154: # Fake it for dumpbin and say T for any non-static function, cannam@154: # D for any global variable and I for any imported variable. cannam@154: # Also find C++ and __fastcall symbols from MSVC++, cannam@154: # which start with @ or ?. cannam@154: lt_cv_sys_global_symbol_pipe="$AWK '"\ cannam@154: " {last_section=section; section=\$ 3};"\ cannam@154: " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ cannam@154: " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ cannam@154: " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ cannam@154: " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ cannam@154: " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ cannam@154: " \$ 0!~/External *\|/{next};"\ cannam@154: " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ cannam@154: " {if(hide[section]) next};"\ cannam@154: " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ cannam@154: " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ cannam@154: " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ cannam@154: " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ cannam@154: " ' prfx=^$ac_symprfx" cannam@154: else cannam@154: lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" cannam@154: fi cannam@154: lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" cannam@154: cannam@154: # Check to see that the pipe works correctly. cannam@154: pipe_works=no cannam@154: cannam@154: rm -f conftest* cannam@154: cat > conftest.$ac_ext <<_LT_EOF cannam@154: #ifdef __cplusplus cannam@154: extern "C" { cannam@154: #endif cannam@154: char nm_test_var; cannam@154: void nm_test_func(void); cannam@154: void nm_test_func(void){} cannam@154: #ifdef __cplusplus cannam@154: } cannam@154: #endif cannam@154: int main(){nm_test_var='a';nm_test_func();return(0);} cannam@154: _LT_EOF cannam@154: cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: # Now try to grab the symbols. cannam@154: nlist=conftest.nm cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 cannam@154: (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && test -s "$nlist"; then cannam@154: # Try sorting and uniquifying the output. cannam@154: if sort "$nlist" | uniq > "$nlist"T; then cannam@154: mv -f "$nlist"T "$nlist" cannam@154: else cannam@154: rm -f "$nlist"T cannam@154: fi cannam@154: cannam@154: # Make sure that we snagged all the symbols we need. cannam@154: if $GREP ' nm_test_var$' "$nlist" >/dev/null; then cannam@154: if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cannam@154: cat <<_LT_EOF > conftest.$ac_ext cannam@154: /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ cannam@154: #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE cannam@154: /* DATA imports from DLLs on WIN32 can't be const, because runtime cannam@154: relocations are performed -- see ld's documentation on pseudo-relocs. */ cannam@154: # define LT_DLSYM_CONST cannam@154: #elif defined __osf__ cannam@154: /* This system does not cope well with relocations in const data. */ cannam@154: # define LT_DLSYM_CONST cannam@154: #else cannam@154: # define LT_DLSYM_CONST const cannam@154: #endif cannam@154: cannam@154: #ifdef __cplusplus cannam@154: extern "C" { cannam@154: #endif cannam@154: cannam@154: _LT_EOF cannam@154: # Now generate the symbol file. cannam@154: eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cannam@154: cannam@154: cat <<_LT_EOF >> conftest.$ac_ext cannam@154: cannam@154: /* The mapping between symbol names and symbols. */ cannam@154: LT_DLSYM_CONST struct { cannam@154: const char *name; cannam@154: void *address; cannam@154: } cannam@154: lt__PROGRAM__LTX_preloaded_symbols[] = cannam@154: { cannam@154: { "@PROGRAM@", (void *) 0 }, cannam@154: _LT_EOF cannam@154: $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cannam@154: cat <<\_LT_EOF >> conftest.$ac_ext cannam@154: {0, (void *) 0} cannam@154: }; cannam@154: cannam@154: /* This works around a problem in FreeBSD linker */ cannam@154: #ifdef FREEBSD_WORKAROUND cannam@154: static const void *lt_preloaded_setup() { cannam@154: return lt__PROGRAM__LTX_preloaded_symbols; cannam@154: } cannam@154: #endif cannam@154: cannam@154: #ifdef __cplusplus cannam@154: } cannam@154: #endif cannam@154: _LT_EOF cannam@154: # Now try linking the two files. cannam@154: mv conftest.$ac_objext conftstm.$ac_objext cannam@154: lt_globsym_save_LIBS=$LIBS cannam@154: lt_globsym_save_CFLAGS=$CFLAGS cannam@154: LIBS=conftstm.$ac_objext cannam@154: CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@154: (eval $ac_link) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && test -s conftest$ac_exeext; then cannam@154: pipe_works=yes cannam@154: fi cannam@154: LIBS=$lt_globsym_save_LIBS cannam@154: CFLAGS=$lt_globsym_save_CFLAGS cannam@154: else cannam@154: echo "cannot find nm_test_func in $nlist" >&5 cannam@154: fi cannam@154: else cannam@154: echo "cannot find nm_test_var in $nlist" >&5 cannam@154: fi cannam@154: else cannam@154: echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 cannam@154: fi cannam@154: else cannam@154: echo "$progname: failed program was:" >&5 cannam@154: cat conftest.$ac_ext >&5 cannam@154: fi cannam@154: rm -rf conftest* conftst* cannam@154: cannam@154: # Do not use the global_symbol_pipe unless it works. cannam@154: if test yes = "$pipe_works"; then cannam@154: break cannam@154: else cannam@154: lt_cv_sys_global_symbol_pipe= cannam@154: fi cannam@154: done cannam@154: cannam@154: fi cannam@154: cannam@154: if test -z "$lt_cv_sys_global_symbol_pipe"; then cannam@154: lt_cv_sys_global_symbol_to_cdecl= cannam@154: fi cannam@154: if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 cannam@154: $as_echo "failed" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 cannam@154: $as_echo "ok" >&6; } cannam@154: fi cannam@154: cannam@154: # Response file support. cannam@154: if test "$lt_cv_nm_interface" = "MS dumpbin"; then cannam@154: nm_file_list_spec='@' cannam@154: elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then cannam@154: nm_file_list_spec='@' cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 cannam@154: $as_echo_n "checking for sysroot... " >&6; } cannam@154: cannam@154: # Check whether --with-sysroot was given. cannam@154: if test "${with_sysroot+set}" = set; then : cannam@154: withval=$with_sysroot; cannam@154: else cannam@154: with_sysroot=no cannam@154: fi cannam@154: cannam@154: cannam@154: lt_sysroot= cannam@154: case $with_sysroot in #( cannam@154: yes) cannam@154: if test yes = "$GCC"; then cannam@154: lt_sysroot=`$CC --print-sysroot 2>/dev/null` cannam@154: fi cannam@154: ;; #( cannam@154: /*) cannam@154: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` cannam@154: ;; #( cannam@154: no|'') cannam@154: ;; #( cannam@154: *) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 cannam@154: $as_echo "$with_sysroot" >&6; } cannam@154: as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 cannam@154: ;; cannam@154: esac cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 cannam@154: $as_echo "${lt_sysroot:-no}" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 cannam@154: $as_echo_n "checking for a working dd... " >&6; } cannam@154: if ${ac_cv_path_lt_DD+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: printf 0123456789abcdef0123456789abcdef >conftest.i cannam@154: cat conftest.i conftest.i >conftest2.i cannam@154: : ${lt_DD:=$DD} cannam@154: if test -z "$lt_DD"; then cannam@154: ac_path_lt_DD_found=false cannam@154: # Loop through the user's path and test for each of PROGNAME-LIST cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_prog in dd; do cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" cannam@154: as_fn_executable_p "$ac_path_lt_DD" || continue cannam@154: if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cannam@154: cmp -s conftest.i conftest.out \ cannam@154: && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: cannam@154: fi cannam@154: $ac_path_lt_DD_found && break 3 cannam@154: done cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: if test -z "$ac_cv_path_lt_DD"; then cannam@154: : cannam@154: fi cannam@154: else cannam@154: ac_cv_path_lt_DD=$lt_DD cannam@154: fi cannam@154: cannam@154: rm -f conftest.i conftest2.i conftest.out cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 cannam@154: $as_echo "$ac_cv_path_lt_DD" >&6; } cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 cannam@154: $as_echo_n "checking how to truncate binary pipes... " >&6; } cannam@154: if ${lt_cv_truncate_bin+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: printf 0123456789abcdef0123456789abcdef >conftest.i cannam@154: cat conftest.i conftest.i >conftest2.i cannam@154: lt_cv_truncate_bin= cannam@154: if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cannam@154: cmp -s conftest.i conftest.out \ cannam@154: && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" cannam@154: fi cannam@154: rm -f conftest.i conftest2.i conftest.out cannam@154: test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 cannam@154: $as_echo "$lt_cv_truncate_bin" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. cannam@154: func_cc_basename () cannam@154: { cannam@154: for cc_temp in $*""; do cannam@154: case $cc_temp in cannam@154: compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; cannam@154: distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; cannam@154: \-*) ;; cannam@154: *) break;; cannam@154: esac cannam@154: done cannam@154: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` cannam@154: } cannam@154: cannam@154: # Check whether --enable-libtool-lock was given. cannam@154: if test "${enable_libtool_lock+set}" = set; then : cannam@154: enableval=$enable_libtool_lock; cannam@154: fi cannam@154: cannam@154: test no = "$enable_libtool_lock" || enable_libtool_lock=yes cannam@154: cannam@154: # Some flags need to be propagated to the compiler or linker for good cannam@154: # libtool support. cannam@154: case $host in cannam@154: ia64-*-hpux*) cannam@154: # Find out what ABI is being produced by ac_compile, and set mode cannam@154: # options accordingly. cannam@154: echo 'int i;' > conftest.$ac_ext cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *ELF-32*) cannam@154: HPUX_IA64_MODE=32 cannam@154: ;; cannam@154: *ELF-64*) cannam@154: HPUX_IA64_MODE=64 cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: rm -rf conftest* cannam@154: ;; cannam@154: *-*-irix6*) cannam@154: # Find out what ABI is being produced by ac_compile, and set linker cannam@154: # options accordingly. cannam@154: echo '#line '$LINENO' "configure"' > conftest.$ac_ext cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: if test yes = "$lt_cv_prog_gnu_ld"; then cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *32-bit*) cannam@154: LD="${LD-ld} -melf32bsmip" cannam@154: ;; cannam@154: *N32*) cannam@154: LD="${LD-ld} -melf32bmipn32" cannam@154: ;; cannam@154: *64-bit*) cannam@154: LD="${LD-ld} -melf64bmip" cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *32-bit*) cannam@154: LD="${LD-ld} -32" cannam@154: ;; cannam@154: *N32*) cannam@154: LD="${LD-ld} -n32" cannam@154: ;; cannam@154: *64-bit*) cannam@154: LD="${LD-ld} -64" cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: fi cannam@154: rm -rf conftest* cannam@154: ;; cannam@154: cannam@154: mips64*-*linux*) cannam@154: # Find out what ABI is being produced by ac_compile, and set linker cannam@154: # options accordingly. cannam@154: echo '#line '$LINENO' "configure"' > conftest.$ac_ext cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: emul=elf cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *32-bit*) cannam@154: emul="${emul}32" cannam@154: ;; cannam@154: *64-bit*) cannam@154: emul="${emul}64" cannam@154: ;; cannam@154: esac cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *MSB*) cannam@154: emul="${emul}btsmip" cannam@154: ;; cannam@154: *LSB*) cannam@154: emul="${emul}ltsmip" cannam@154: ;; cannam@154: esac cannam@154: case `/usr/bin/file conftest.$ac_objext` in cannam@154: *N32*) cannam@154: emul="${emul}n32" cannam@154: ;; cannam@154: esac cannam@154: LD="${LD-ld} -m $emul" cannam@154: fi cannam@154: rm -rf conftest* cannam@154: ;; cannam@154: cannam@154: x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ cannam@154: s390*-*linux*|s390*-*tpf*|sparc*-*linux*) cannam@154: # Find out what ABI is being produced by ac_compile, and set linker cannam@154: # options accordingly. Note that the listed cases only cover the cannam@154: # situations where additional linker options are needed (such as when cannam@154: # doing 32-bit compilation for a host where ld defaults to 64-bit, or cannam@154: # vice versa); the common cases where no linker options are needed do cannam@154: # not appear in the list. cannam@154: echo 'int i;' > conftest.$ac_ext cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: case `/usr/bin/file conftest.o` in cannam@154: *32-bit*) cannam@154: case $host in cannam@154: x86_64-*kfreebsd*-gnu) cannam@154: LD="${LD-ld} -m elf_i386_fbsd" cannam@154: ;; cannam@154: x86_64-*linux*) cannam@154: case `/usr/bin/file conftest.o` in cannam@154: *x86-64*) cannam@154: LD="${LD-ld} -m elf32_x86_64" cannam@154: ;; cannam@154: *) cannam@154: LD="${LD-ld} -m elf_i386" cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: powerpc64le-*linux*) cannam@154: LD="${LD-ld} -m elf32lppclinux" cannam@154: ;; cannam@154: powerpc64-*linux*) cannam@154: LD="${LD-ld} -m elf32ppclinux" cannam@154: ;; cannam@154: s390x-*linux*) cannam@154: LD="${LD-ld} -m elf_s390" cannam@154: ;; cannam@154: sparc64-*linux*) cannam@154: LD="${LD-ld} -m elf32_sparc" cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: *64-bit*) cannam@154: case $host in cannam@154: x86_64-*kfreebsd*-gnu) cannam@154: LD="${LD-ld} -m elf_x86_64_fbsd" cannam@154: ;; cannam@154: x86_64-*linux*) cannam@154: LD="${LD-ld} -m elf_x86_64" cannam@154: ;; cannam@154: powerpcle-*linux*) cannam@154: LD="${LD-ld} -m elf64lppc" cannam@154: ;; cannam@154: powerpc-*linux*) cannam@154: LD="${LD-ld} -m elf64ppc" cannam@154: ;; cannam@154: s390*-*linux*|s390*-*tpf*) cannam@154: LD="${LD-ld} -m elf64_s390" cannam@154: ;; cannam@154: sparc*-*linux*) cannam@154: LD="${LD-ld} -m elf64_sparc" cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: rm -rf conftest* cannam@154: ;; cannam@154: cannam@154: *-*-sco3.2v5*) cannam@154: # On SCO OpenServer 5, we need -belf to get full-featured binaries. cannam@154: SAVE_CFLAGS=$CFLAGS cannam@154: CFLAGS="$CFLAGS -belf" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 cannam@154: $as_echo_n "checking whether the C compiler needs -belf... " >&6; } cannam@154: if ${lt_cv_cc_needs_belf+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: lt_cv_cc_needs_belf=yes cannam@154: else cannam@154: lt_cv_cc_needs_belf=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 cannam@154: $as_echo "$lt_cv_cc_needs_belf" >&6; } cannam@154: if test yes != "$lt_cv_cc_needs_belf"; then cannam@154: # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf cannam@154: CFLAGS=$SAVE_CFLAGS cannam@154: fi cannam@154: ;; cannam@154: *-*solaris*) cannam@154: # Find out what ABI is being produced by ac_compile, and set linker cannam@154: # options accordingly. cannam@154: echo 'int i;' > conftest.$ac_ext cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: case `/usr/bin/file conftest.o` in cannam@154: *64-bit*) cannam@154: case $lt_cv_prog_gnu_ld in cannam@154: yes*) cannam@154: case $host in cannam@154: i?86-*-solaris*|x86_64-*-solaris*) cannam@154: LD="${LD-ld} -m elf_x86_64" cannam@154: ;; cannam@154: sparc*-*-solaris*) cannam@154: LD="${LD-ld} -m elf64_sparc" cannam@154: ;; cannam@154: esac cannam@154: # GNU ld 2.21 introduced _sol2 emulations. Use them if available. cannam@154: if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then cannam@154: LD=${LD-ld}_sol2 cannam@154: fi cannam@154: ;; cannam@154: *) cannam@154: if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then cannam@154: LD="${LD-ld} -64" cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: rm -rf conftest* cannam@154: ;; cannam@154: esac cannam@154: cannam@154: need_locks=$enable_libtool_lock cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}mt; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$MANIFEST_TOOL"; then cannam@154: ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL cannam@154: if test -n "$MANIFEST_TOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 cannam@154: $as_echo "$MANIFEST_TOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_MANIFEST_TOOL"; then cannam@154: ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL cannam@154: # Extract the first word of "mt", so it can be a program name with args. cannam@154: set dummy mt; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@154: ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL cannam@154: if test -n "$ac_ct_MANIFEST_TOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 cannam@154: $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_MANIFEST_TOOL" = x; then cannam@154: MANIFEST_TOOL=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL cannam@154: fi cannam@154: else cannam@154: MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" cannam@154: fi cannam@154: cannam@154: test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 cannam@154: $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } cannam@154: if ${lt_cv_path_mainfest_tool+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_path_mainfest_tool=no cannam@154: echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 cannam@154: $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cannam@154: cat conftest.err >&5 cannam@154: if $GREP 'Manifest Tool' conftest.out > /dev/null; then cannam@154: lt_cv_path_mainfest_tool=yes cannam@154: fi cannam@154: rm -f conftest* cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 cannam@154: $as_echo "$lt_cv_path_mainfest_tool" >&6; } cannam@154: if test yes != "$lt_cv_path_mainfest_tool"; then cannam@154: MANIFEST_TOOL=: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: case $host_os in cannam@154: rhapsody* | darwin*) cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_DSYMUTIL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$DSYMUTIL"; then cannam@154: ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: DSYMUTIL=$ac_cv_prog_DSYMUTIL cannam@154: if test -n "$DSYMUTIL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 cannam@154: $as_echo "$DSYMUTIL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_DSYMUTIL"; then cannam@154: ac_ct_DSYMUTIL=$DSYMUTIL cannam@154: # Extract the first word of "dsymutil", so it can be a program name with args. cannam@154: set dummy dsymutil; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_DSYMUTIL"; then cannam@154: ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL cannam@154: if test -n "$ac_ct_DSYMUTIL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 cannam@154: $as_echo "$ac_ct_DSYMUTIL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_DSYMUTIL" = x; then cannam@154: DSYMUTIL=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: DSYMUTIL=$ac_ct_DSYMUTIL cannam@154: fi cannam@154: else cannam@154: DSYMUTIL="$ac_cv_prog_DSYMUTIL" cannam@154: fi cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}nmedit; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_NMEDIT+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$NMEDIT"; then cannam@154: ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: NMEDIT=$ac_cv_prog_NMEDIT cannam@154: if test -n "$NMEDIT"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 cannam@154: $as_echo "$NMEDIT" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_NMEDIT"; then cannam@154: ac_ct_NMEDIT=$NMEDIT cannam@154: # Extract the first word of "nmedit", so it can be a program name with args. cannam@154: set dummy nmedit; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_NMEDIT"; then cannam@154: ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_NMEDIT="nmedit" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT cannam@154: if test -n "$ac_ct_NMEDIT"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 cannam@154: $as_echo "$ac_ct_NMEDIT" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_NMEDIT" = x; then cannam@154: NMEDIT=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: NMEDIT=$ac_ct_NMEDIT cannam@154: fi cannam@154: else cannam@154: NMEDIT="$ac_cv_prog_NMEDIT" cannam@154: fi cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}lipo; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_LIPO+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$LIPO"; then cannam@154: ac_cv_prog_LIPO="$LIPO" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_LIPO="${ac_tool_prefix}lipo" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: LIPO=$ac_cv_prog_LIPO cannam@154: if test -n "$LIPO"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 cannam@154: $as_echo "$LIPO" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_LIPO"; then cannam@154: ac_ct_LIPO=$LIPO cannam@154: # Extract the first word of "lipo", so it can be a program name with args. cannam@154: set dummy lipo; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_LIPO+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_LIPO"; then cannam@154: ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_LIPO="lipo" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO cannam@154: if test -n "$ac_ct_LIPO"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 cannam@154: $as_echo "$ac_ct_LIPO" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_LIPO" = x; then cannam@154: LIPO=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: LIPO=$ac_ct_LIPO cannam@154: fi cannam@154: else cannam@154: LIPO="$ac_cv_prog_LIPO" cannam@154: fi cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}otool; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_OTOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$OTOOL"; then cannam@154: ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_OTOOL="${ac_tool_prefix}otool" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: OTOOL=$ac_cv_prog_OTOOL cannam@154: if test -n "$OTOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 cannam@154: $as_echo "$OTOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_OTOOL"; then cannam@154: ac_ct_OTOOL=$OTOOL cannam@154: # Extract the first word of "otool", so it can be a program name with args. cannam@154: set dummy otool; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_OTOOL"; then cannam@154: ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_OTOOL="otool" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL cannam@154: if test -n "$ac_ct_OTOOL"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 cannam@154: $as_echo "$ac_ct_OTOOL" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_OTOOL" = x; then cannam@154: OTOOL=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: OTOOL=$ac_ct_OTOOL cannam@154: fi cannam@154: else cannam@154: OTOOL="$ac_cv_prog_OTOOL" cannam@154: fi cannam@154: cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}otool64; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_OTOOL64+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$OTOOL64"; then cannam@154: ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: OTOOL64=$ac_cv_prog_OTOOL64 cannam@154: if test -n "$OTOOL64"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 cannam@154: $as_echo "$OTOOL64" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_prog_OTOOL64"; then cannam@154: ac_ct_OTOOL64=$OTOOL64 cannam@154: # Extract the first word of "otool64", so it can be a program name with args. cannam@154: set dummy otool64; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$ac_ct_OTOOL64"; then cannam@154: ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_ac_ct_OTOOL64="otool64" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: fi cannam@154: fi cannam@154: ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 cannam@154: if test -n "$ac_ct_OTOOL64"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 cannam@154: $as_echo "$ac_ct_OTOOL64" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_ct_OTOOL64" = x; then cannam@154: OTOOL64=":" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: OTOOL64=$ac_ct_OTOOL64 cannam@154: fi cannam@154: else cannam@154: OTOOL64="$ac_cv_prog_OTOOL64" cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 cannam@154: $as_echo_n "checking for -single_module linker flag... " >&6; } cannam@154: if ${lt_cv_apple_cc_single_mod+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_apple_cc_single_mod=no cannam@154: if test -z "$LT_MULTI_MODULE"; then cannam@154: # By default we will add the -single_module flag. You can override cannam@154: # by either setting the environment variable LT_MULTI_MODULE cannam@154: # non-empty at configure time, or by adding -multi_module to the cannam@154: # link flags. cannam@154: rm -rf libconftest.dylib* cannam@154: echo "int foo(void){return 1;}" > conftest.c cannam@154: echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@154: -dynamiclib -Wl,-single_module conftest.c" >&5 cannam@154: $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ cannam@154: -dynamiclib -Wl,-single_module conftest.c 2>conftest.err cannam@154: _lt_result=$? cannam@154: # If there is a non-empty error log, and "single_module" cannam@154: # appears in it, assume the flag caused a linker warning cannam@154: if test -s conftest.err && $GREP single_module conftest.err; then cannam@154: cat conftest.err >&5 cannam@154: # Otherwise, if the output was created with a 0 exit code from cannam@154: # the compiler, it worked. cannam@154: elif test -f libconftest.dylib && test 0 = "$_lt_result"; then cannam@154: lt_cv_apple_cc_single_mod=yes cannam@154: else cannam@154: cat conftest.err >&5 cannam@154: fi cannam@154: rm -rf libconftest.dylib* cannam@154: rm -f conftest.* cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 cannam@154: $as_echo "$lt_cv_apple_cc_single_mod" >&6; } cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 cannam@154: $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } cannam@154: if ${lt_cv_ld_exported_symbols_list+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_ld_exported_symbols_list=no cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: echo "_main" > conftest.sym cannam@154: LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: lt_cv_ld_exported_symbols_list=yes cannam@154: else cannam@154: lt_cv_ld_exported_symbols_list=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 cannam@154: $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 cannam@154: $as_echo_n "checking for -force_load linker flag... " >&6; } cannam@154: if ${lt_cv_ld_force_load+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_ld_force_load=no cannam@154: cat > conftest.c << _LT_EOF cannam@154: int forced_loaded() { return 2;} cannam@154: _LT_EOF cannam@154: echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 cannam@154: $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 cannam@154: echo "$AR cru libconftest.a conftest.o" >&5 cannam@154: $AR cru libconftest.a conftest.o 2>&5 cannam@154: echo "$RANLIB libconftest.a" >&5 cannam@154: $RANLIB libconftest.a 2>&5 cannam@154: cat > conftest.c << _LT_EOF cannam@154: int main() { return 0;} cannam@154: _LT_EOF cannam@154: echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 cannam@154: $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err cannam@154: _lt_result=$? cannam@154: if test -s conftest.err && $GREP force_load conftest.err; then cannam@154: cat conftest.err >&5 cannam@154: elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then cannam@154: lt_cv_ld_force_load=yes cannam@154: else cannam@154: cat conftest.err >&5 cannam@154: fi cannam@154: rm -f conftest.err libconftest.a conftest conftest.c cannam@154: rm -rf conftest.dSYM cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 cannam@154: $as_echo "$lt_cv_ld_force_load" >&6; } cannam@154: case $host_os in cannam@154: rhapsody* | darwin1.[012]) cannam@154: _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; cannam@154: darwin1.*) cannam@154: _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; cannam@154: darwin*) # darwin 5.x on cannam@154: # if running on 10.5 or later, the deployment target defaults cannam@154: # to the OS version, if on x86, and 10.4, the deployment cannam@154: # target defaults to 10.4. Don't you love it? cannam@154: case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in cannam@154: 10.0,*86*-darwin8*|10.0,*-darwin[91]*) cannam@154: _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; cannam@154: 10.[012][,.]*) cannam@154: _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; cannam@154: 10.*) cannam@154: _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: if test yes = "$lt_cv_apple_cc_single_mod"; then cannam@154: _lt_dar_single_mod='$single_module' cannam@154: fi cannam@154: if test yes = "$lt_cv_ld_exported_symbols_list"; then cannam@154: _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' cannam@154: else cannam@154: _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' cannam@154: fi cannam@154: if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then cannam@154: _lt_dsymutil='~$DSYMUTIL $lib || :' cannam@154: else cannam@154: _lt_dsymutil= cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # func_munge_path_list VARIABLE PATH cannam@154: # ----------------------------------- cannam@154: # VARIABLE is name of variable containing _space_ separated list of cannam@154: # directories to be munged by the contents of PATH, which is string cannam@154: # having a format: cannam@154: # "DIR[:DIR]:" cannam@154: # string "DIR[ DIR]" will be prepended to VARIABLE cannam@154: # ":DIR[:DIR]" cannam@154: # string "DIR[ DIR]" will be appended to VARIABLE cannam@154: # "DIRP[:DIRP]::[DIRA:]DIRA" cannam@154: # string "DIRP[ DIRP]" will be prepended to VARIABLE and string cannam@154: # "DIRA[ DIRA]" will be appended to VARIABLE cannam@154: # "DIR[:DIR]" cannam@154: # VARIABLE will be replaced by "DIR[ DIR]" cannam@154: func_munge_path_list () cannam@154: { cannam@154: case x$2 in cannam@154: x) cannam@154: ;; cannam@154: *:) cannam@154: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" cannam@154: ;; cannam@154: x:*) cannam@154: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" cannam@154: ;; cannam@154: *::*) cannam@154: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" cannam@154: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" cannam@154: ;; cannam@154: *) cannam@154: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" cannam@154: ;; cannam@154: esac cannam@154: } cannam@154: cannam@154: for ac_header in dlfcn.h cannam@154: do : cannam@154: ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default cannam@154: " cannam@154: if test "x$ac_cv_header_dlfcn_h" = xyes; then : cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define HAVE_DLFCN_H 1 cannam@154: _ACEOF cannam@154: cannam@154: fi cannam@154: cannam@154: done cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Set options cannam@154: cannam@154: cannam@154: cannam@154: enable_dlopen=no cannam@154: cannam@154: cannam@154: enable_win32_dll=no cannam@154: cannam@154: cannam@154: # Check whether --enable-shared was given. cannam@154: if test "${enable_shared+set}" = set; then : cannam@154: enableval=$enable_shared; p=${PACKAGE-default} cannam@154: case $enableval in cannam@154: yes) enable_shared=yes ;; cannam@154: no) enable_shared=no ;; cannam@154: *) cannam@154: enable_shared=no cannam@154: # Look at the argument we got. We use all the common list separators. cannam@154: lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, cannam@154: for pkg in $enableval; do cannam@154: IFS=$lt_save_ifs cannam@154: if test "X$pkg" = "X$p"; then cannam@154: enable_shared=yes cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: enable_shared=yes cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --enable-static was given. cannam@154: if test "${enable_static+set}" = set; then : cannam@154: enableval=$enable_static; p=${PACKAGE-default} cannam@154: case $enableval in cannam@154: yes) enable_static=yes ;; cannam@154: no) enable_static=no ;; cannam@154: *) cannam@154: enable_static=no cannam@154: # Look at the argument we got. We use all the common list separators. cannam@154: lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, cannam@154: for pkg in $enableval; do cannam@154: IFS=$lt_save_ifs cannam@154: if test "X$pkg" = "X$p"; then cannam@154: enable_static=yes cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: enable_static=yes cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --with-pic was given. cannam@154: if test "${with_pic+set}" = set; then : cannam@154: withval=$with_pic; lt_p=${PACKAGE-default} cannam@154: case $withval in cannam@154: yes|no) pic_mode=$withval ;; cannam@154: *) cannam@154: pic_mode=default cannam@154: # Look at the argument we got. We use all the common list separators. cannam@154: lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, cannam@154: for lt_pkg in $withval; do cannam@154: IFS=$lt_save_ifs cannam@154: if test "X$lt_pkg" = "X$lt_p"; then cannam@154: pic_mode=yes cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: pic_mode=default cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --enable-fast-install was given. cannam@154: if test "${enable_fast_install+set}" = set; then : cannam@154: enableval=$enable_fast_install; p=${PACKAGE-default} cannam@154: case $enableval in cannam@154: yes) enable_fast_install=yes ;; cannam@154: no) enable_fast_install=no ;; cannam@154: *) cannam@154: enable_fast_install=no cannam@154: # Look at the argument we got. We use all the common list separators. cannam@154: lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, cannam@154: for pkg in $enableval; do cannam@154: IFS=$lt_save_ifs cannam@154: if test "X$pkg" = "X$p"; then cannam@154: enable_fast_install=yes cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: enable_fast_install=yes cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: shared_archive_member_spec= cannam@154: case $host,$enable_shared in cannam@154: power*-*-aix[5-9]*,yes) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 cannam@154: $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } cannam@154: cannam@154: # Check whether --with-aix-soname was given. cannam@154: if test "${with_aix_soname+set}" = set; then : cannam@154: withval=$with_aix_soname; case $withval in cannam@154: aix|svr4|both) cannam@154: ;; cannam@154: *) cannam@154: as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 cannam@154: ;; cannam@154: esac cannam@154: lt_cv_with_aix_soname=$with_aix_soname cannam@154: else cannam@154: if ${lt_cv_with_aix_soname+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_with_aix_soname=aix cannam@154: fi cannam@154: cannam@154: with_aix_soname=$lt_cv_with_aix_soname cannam@154: fi cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 cannam@154: $as_echo "$with_aix_soname" >&6; } cannam@154: if test aix != "$with_aix_soname"; then cannam@154: # For the AIX way of multilib, we name the shared archive member cannam@154: # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', cannam@154: # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. cannam@154: # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, cannam@154: # the AIX toolchain works better with OBJECT_MODE set (default 32). cannam@154: if test 64 = "${OBJECT_MODE-32}"; then cannam@154: shared_archive_member_spec=shr_64 cannam@154: else cannam@154: shared_archive_member_spec=shr cannam@154: fi cannam@154: fi cannam@154: ;; cannam@154: *) cannam@154: with_aix_soname=aix cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # This can be used to rebuild libtool when needed cannam@154: LIBTOOL_DEPS=$ltmain cannam@154: cannam@154: # Always use our own libtool. cannam@154: LIBTOOL='$(SHELL) $(top_builddir)/libtool' cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: test -z "$LN_S" && LN_S="ln -s" cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -n "${ZSH_VERSION+set}"; then cannam@154: setopt NO_GLOB_SUBST cannam@154: fi cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 cannam@154: $as_echo_n "checking for objdir... " >&6; } cannam@154: if ${lt_cv_objdir+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: rm -f .libs 2>/dev/null cannam@154: mkdir .libs 2>/dev/null cannam@154: if test -d .libs; then cannam@154: lt_cv_objdir=.libs cannam@154: else cannam@154: # MS-DOS does not allow filenames that begin with a dot. cannam@154: lt_cv_objdir=_libs cannam@154: fi cannam@154: rmdir .libs 2>/dev/null cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 cannam@154: $as_echo "$lt_cv_objdir" >&6; } cannam@154: objdir=$lt_cv_objdir cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define LT_OBJDIR "$lt_cv_objdir/" cannam@154: _ACEOF cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: case $host_os in cannam@154: aix3*) cannam@154: # AIX sometimes has problems with the GCC collect2 program. For some cannam@154: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@154: # vanish in a puff of smoke. cannam@154: if test set != "${COLLECT_NAMES+set}"; then cannam@154: COLLECT_NAMES= cannam@154: export COLLECT_NAMES cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # Global variables: cannam@154: ofile=libtool cannam@154: can_build_shared=yes cannam@154: cannam@154: # All known linkers require a '.a' archive for static linking (except MSVC, cannam@154: # which needs '.lib'). cannam@154: libext=a cannam@154: cannam@154: with_gnu_ld=$lt_cv_prog_gnu_ld cannam@154: cannam@154: old_CC=$CC cannam@154: old_CFLAGS=$CFLAGS cannam@154: cannam@154: # Set sane defaults for various variables cannam@154: test -z "$CC" && CC=cc cannam@154: test -z "$LTCC" && LTCC=$CC cannam@154: test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS cannam@154: test -z "$LD" && LD=ld cannam@154: test -z "$ac_objext" && ac_objext=o cannam@154: cannam@154: func_cc_basename $compiler cannam@154: cc_basename=$func_cc_basename_result cannam@154: cannam@154: cannam@154: # Only perform the check for file, if the check method requires it cannam@154: test -z "$MAGIC_CMD" && MAGIC_CMD=file cannam@154: case $deplibs_check_method in cannam@154: file_magic*) cannam@154: if test "$file_magic_cmd" = '$MAGIC_CMD'; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 cannam@154: $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } cannam@154: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: case $MAGIC_CMD in cannam@154: [\\/*] | ?:[\\/]*) cannam@154: lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. cannam@154: ;; cannam@154: *) cannam@154: lt_save_MAGIC_CMD=$MAGIC_CMD cannam@154: lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR cannam@154: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@154: for ac_dir in $ac_dummy; do cannam@154: IFS=$lt_save_ifs cannam@154: test -z "$ac_dir" && ac_dir=. cannam@154: if test -f "$ac_dir/${ac_tool_prefix}file"; then cannam@154: lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" cannam@154: if test -n "$file_magic_test_file"; then cannam@154: case $deplibs_check_method in cannam@154: "file_magic "*) cannam@154: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@154: MAGIC_CMD=$lt_cv_path_MAGIC_CMD cannam@154: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@154: $EGREP "$file_magic_regex" > /dev/null; then cannam@154: : cannam@154: else cannam@154: cat <<_LT_EOF 1>&2 cannam@154: cannam@154: *** Warning: the command libtool uses to detect shared libraries, cannam@154: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@154: *** The result is that libtool may fail to recognize shared libraries cannam@154: *** as such. This will affect the creation of libtool libraries that cannam@154: *** depend on shared libraries, but programs linked with such libtool cannam@154: *** libraries will work regardless of this problem. Nevertheless, you cannam@154: *** may want to report the problem to your system manager and/or to cannam@154: *** bug-libtool@gnu.org cannam@154: cannam@154: _LT_EOF cannam@154: fi ;; cannam@154: esac cannam@154: fi cannam@154: break cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: MAGIC_CMD=$lt_save_MAGIC_CMD cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: MAGIC_CMD=$lt_cv_path_MAGIC_CMD cannam@154: if test -n "$MAGIC_CMD"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@154: $as_echo "$MAGIC_CMD" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test -z "$lt_cv_path_MAGIC_CMD"; then cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 cannam@154: $as_echo_n "checking for file... " >&6; } cannam@154: if ${lt_cv_path_MAGIC_CMD+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: case $MAGIC_CMD in cannam@154: [\\/*] | ?:[\\/]*) cannam@154: lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. cannam@154: ;; cannam@154: *) cannam@154: lt_save_MAGIC_CMD=$MAGIC_CMD cannam@154: lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR cannam@154: ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" cannam@154: for ac_dir in $ac_dummy; do cannam@154: IFS=$lt_save_ifs cannam@154: test -z "$ac_dir" && ac_dir=. cannam@154: if test -f "$ac_dir/file"; then cannam@154: lt_cv_path_MAGIC_CMD=$ac_dir/"file" cannam@154: if test -n "$file_magic_test_file"; then cannam@154: case $deplibs_check_method in cannam@154: "file_magic "*) cannam@154: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cannam@154: MAGIC_CMD=$lt_cv_path_MAGIC_CMD cannam@154: if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | cannam@154: $EGREP "$file_magic_regex" > /dev/null; then cannam@154: : cannam@154: else cannam@154: cat <<_LT_EOF 1>&2 cannam@154: cannam@154: *** Warning: the command libtool uses to detect shared libraries, cannam@154: *** $file_magic_cmd, produces output that libtool cannot recognize. cannam@154: *** The result is that libtool may fail to recognize shared libraries cannam@154: *** as such. This will affect the creation of libtool libraries that cannam@154: *** depend on shared libraries, but programs linked with such libtool cannam@154: *** libraries will work regardless of this problem. Nevertheless, you cannam@154: *** may want to report the problem to your system manager and/or to cannam@154: *** bug-libtool@gnu.org cannam@154: cannam@154: _LT_EOF cannam@154: fi ;; cannam@154: esac cannam@154: fi cannam@154: break cannam@154: fi cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: MAGIC_CMD=$lt_save_MAGIC_CMD cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: MAGIC_CMD=$lt_cv_path_MAGIC_CMD cannam@154: if test -n "$MAGIC_CMD"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 cannam@154: $as_echo "$MAGIC_CMD" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: else cannam@154: MAGIC_CMD=: cannam@154: fi cannam@154: fi cannam@154: cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # Use C for the default configuration in the libtool script cannam@154: cannam@154: lt_save_CC=$CC cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: cannam@154: # Source file extension for C test sources. cannam@154: ac_ext=c cannam@154: cannam@154: # Object file extension for compiled C test sources. cannam@154: objext=o cannam@154: objext=$objext cannam@154: cannam@154: # Code to be used in simple compile tests cannam@154: lt_simple_compile_test_code="int some_variable = 0;" cannam@154: cannam@154: # Code to be used in simple link tests cannam@154: lt_simple_link_test_code='int main(){return(0);}' cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # If no C compiler was specified, use CC. cannam@154: LTCC=${LTCC-"$CC"} cannam@154: cannam@154: # If no C compiler flags were specified, use CFLAGS. cannam@154: LTCFLAGS=${LTCFLAGS-"$CFLAGS"} cannam@154: cannam@154: # Allow CC to be a program name with arguments. cannam@154: compiler=$CC cannam@154: cannam@154: # Save the default compiler, since it gets overwritten when the other cannam@154: # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. cannam@154: compiler_DEFAULT=$CC cannam@154: cannam@154: # save warnings/boilerplate of simple test code cannam@154: ac_outfile=conftest.$ac_objext cannam@154: echo "$lt_simple_compile_test_code" >conftest.$ac_ext cannam@154: eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@154: _lt_compiler_boilerplate=`cat conftest.err` cannam@154: $RM conftest* cannam@154: cannam@154: ac_outfile=conftest.$ac_objext cannam@154: echo "$lt_simple_link_test_code" >conftest.$ac_ext cannam@154: eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err cannam@154: _lt_linker_boilerplate=`cat conftest.err` cannam@154: $RM -r conftest* cannam@154: cannam@154: cannam@154: ## CAVEAT EMPTOR: cannam@154: ## There is no encapsulation within the following macros, do not change cannam@154: ## the running order or otherwise move them around unless you know exactly cannam@154: ## what you are doing... cannam@154: if test -n "$compiler"; then cannam@154: cannam@154: lt_prog_compiler_no_builtin_flag= cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: case $cc_basename in cannam@154: nvcc*) cannam@154: lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; cannam@154: *) cannam@154: lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; cannam@154: esac cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 cannam@154: $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } cannam@154: if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_rtti_exceptions=no cannam@154: ac_outfile=conftest.$ac_objext cannam@154: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@154: lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment cannam@154: # Insert the option either (1) after the last *FLAGS variable, or cannam@154: # (2) before a word containing "conftest.", or (3) at the end. cannam@154: # Note that $ac_compile itself does not contain backslashes and begins cannam@154: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@154: # The option is referenced via a variable to avoid confusing sed. cannam@154: lt_compile=`echo "$ac_compile" | $SED \ cannam@154: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@154: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@154: -e 's:$: $lt_compiler_flag:'` cannam@154: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@154: (eval "$lt_compile" 2>conftest.err) cannam@154: ac_status=$? cannam@154: cat conftest.err >&5 cannam@154: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@154: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@154: # The compiler can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings other than the usual output. cannam@154: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@154: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler_rtti_exceptions=yes cannam@154: fi cannam@154: fi cannam@154: $RM conftest* cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } cannam@154: cannam@154: if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then cannam@154: lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" cannam@154: else cannam@154: : cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: lt_prog_compiler_wl= cannam@154: lt_prog_compiler_pic= cannam@154: lt_prog_compiler_static= cannam@154: cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_static='-static' cannam@154: cannam@154: case $host_os in cannam@154: aix*) cannam@154: # All AIX code is PIC. cannam@154: if test ia64 = "$host_cpu"; then cannam@154: # AIX 5 now supports IA64 processor cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: fi cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: ;; cannam@154: cannam@154: amigaos*) cannam@154: case $host_cpu in cannam@154: powerpc) cannam@154: # see comment about AmigaOS4 .so support cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: ;; cannam@154: m68k) cannam@154: # FIXME: we need at least 68020 code to build shared libraries, but cannam@154: # adding the '-m68020' flag to GCC prevents building anything better, cannam@154: # like '-m68040'. cannam@154: lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) cannam@154: # PIC is the default for these OSes. cannam@154: ;; cannam@154: cannam@154: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@154: # This hack is so that the source file can tell whether it is being cannam@154: # built for inclusion in a dll (and should export symbols for example). cannam@154: # Although the cygwin gcc ignores -fPIC, still need this for old-style cannam@154: # (--disable-auto-import) libraries cannam@154: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@154: case $host_os in cannam@154: os2*) cannam@154: lt_prog_compiler_static='$wl-static' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: darwin* | rhapsody*) cannam@154: # PIC is the default on this platform cannam@154: # Common symbols not allowed in MH_DYLIB files cannam@154: lt_prog_compiler_pic='-fno-common' cannam@154: ;; cannam@154: cannam@154: haiku*) cannam@154: # PIC is the default for Haiku. cannam@154: # The "-static" flag exists, but is broken. cannam@154: lt_prog_compiler_static= cannam@154: ;; cannam@154: cannam@154: hpux*) cannam@154: # PIC is the default for 64-bit PA HP-UX, but not for 32-bit cannam@154: # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag cannam@154: # sets the default TLS model and affects inlining. cannam@154: case $host_cpu in cannam@154: hppa*64*) cannam@154: # +Z the default cannam@154: ;; cannam@154: *) cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: interix[3-9]*) cannam@154: # Interix 3.x gcc -fpic/-fPIC options generate broken code. cannam@154: # Instead, we relocate shared libraries at runtime. cannam@154: ;; cannam@154: cannam@154: msdosdjgpp*) cannam@154: # Just because we use GCC doesn't mean we suddenly get shared libraries cannam@154: # on systems that don't support them. cannam@154: lt_prog_compiler_can_build_shared=no cannam@154: enable_shared=no cannam@154: ;; cannam@154: cannam@154: *nto* | *qnx*) cannam@154: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@154: # it will coredump. cannam@154: lt_prog_compiler_pic='-fPIC -shared' cannam@154: ;; cannam@154: cannam@154: sysv4*MP*) cannam@154: if test -d /usr/nec; then cannam@154: lt_prog_compiler_pic=-Kconform_pic cannam@154: fi cannam@154: ;; cannam@154: cannam@154: *) cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: ;; cannam@154: esac cannam@154: cannam@154: case $cc_basename in cannam@154: nvcc*) # Cuda Compiler Driver 2.2 cannam@154: lt_prog_compiler_wl='-Xlinker ' cannam@154: if test -n "$lt_prog_compiler_pic"; then cannam@154: lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: # PORTME Check for flag to pass linker flags through the system compiler. cannam@154: case $host_os in cannam@154: aix*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: if test ia64 = "$host_cpu"; then cannam@154: # AIX 5 now supports IA64 processor cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: else cannam@154: lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: darwin* | rhapsody*) cannam@154: # PIC is the default on this platform cannam@154: # Common symbols not allowed in MH_DYLIB files cannam@154: lt_prog_compiler_pic='-fno-common' cannam@154: case $cc_basename in cannam@154: nagfor*) cannam@154: # NAG Fortran compiler cannam@154: lt_prog_compiler_wl='-Wl,-Wl,,' cannam@154: lt_prog_compiler_pic='-PIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: mingw* | cygwin* | pw32* | os2* | cegcc*) cannam@154: # This hack is so that the source file can tell whether it is being cannam@154: # built for inclusion in a dll (and should export symbols for example). cannam@154: lt_prog_compiler_pic='-DDLL_EXPORT' cannam@154: case $host_os in cannam@154: os2*) cannam@154: lt_prog_compiler_static='$wl-static' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: hpux9* | hpux10* | hpux11*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but cannam@154: # not for PA HP-UX. cannam@154: case $host_cpu in cannam@154: hppa*64*|ia64*) cannam@154: # +Z the default cannam@154: ;; cannam@154: *) cannam@154: lt_prog_compiler_pic='+Z' cannam@154: ;; cannam@154: esac cannam@154: # Is there a better lt_prog_compiler_static that works with the bundled CC? cannam@154: lt_prog_compiler_static='$wl-a ${wl}archive' cannam@154: ;; cannam@154: cannam@154: irix5* | irix6* | nonstopux*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: # PIC (with -KPIC) is the default. cannam@154: lt_prog_compiler_static='-non_shared' cannam@154: ;; cannam@154: cannam@154: linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) cannam@154: case $cc_basename in cannam@154: # old Intel for x86_64, which still supported -KPIC. cannam@154: ecc*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-static' cannam@154: ;; cannam@154: # icc used to be incompatible with GCC. cannam@154: # ICC 10 doesn't accept -KPIC any more. cannam@154: icc* | ifort*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: lt_prog_compiler_static='-static' cannam@154: ;; cannam@154: # Lahey Fortran 8.1. cannam@154: lf95*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='--shared' cannam@154: lt_prog_compiler_static='--static' cannam@154: ;; cannam@154: nagfor*) cannam@154: # NAG Fortran compiler cannam@154: lt_prog_compiler_wl='-Wl,-Wl,,' cannam@154: lt_prog_compiler_pic='-PIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: tcc*) cannam@154: # Fabrice Bellard et al's Tiny C Compiler cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: lt_prog_compiler_static='-static' cannam@154: ;; cannam@154: pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) cannam@154: # Portland Group compilers (*not* the Pentium gcc compiler, cannam@154: # which looks to be a dead project) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-fpic' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: ccc*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: # All Alpha code is PIC. cannam@154: lt_prog_compiler_static='-non_shared' cannam@154: ;; cannam@154: xl* | bgxl* | bgf* | mpixl*) cannam@154: # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-qpic' cannam@154: lt_prog_compiler_static='-qstaticlink' cannam@154: ;; cannam@154: *) cannam@154: case `$CC -V 2>&1 | sed 5q` in cannam@154: *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) cannam@154: # Sun Fortran 8.3 passes all unrecognized flags to the linker cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: lt_prog_compiler_wl='' cannam@154: ;; cannam@154: *Sun\ F* | *Sun*Fortran*) cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: lt_prog_compiler_wl='-Qoption ld ' cannam@154: ;; cannam@154: *Sun\ C*) cannam@154: # Sun C 5.9 cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: ;; cannam@154: *Intel*\ [CF]*Compiler*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-fPIC' cannam@154: lt_prog_compiler_static='-static' cannam@154: ;; cannam@154: *Portland\ Group*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-fpic' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: newsos6) cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: cannam@154: *nto* | *qnx*) cannam@154: # QNX uses GNU C++, but need to define -shared option too, otherwise cannam@154: # it will coredump. cannam@154: lt_prog_compiler_pic='-fPIC -shared' cannam@154: ;; cannam@154: cannam@154: osf3* | osf4* | osf5*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: # All OSF/1 code is PIC. cannam@154: lt_prog_compiler_static='-non_shared' cannam@154: ;; cannam@154: cannam@154: rdos*) cannam@154: lt_prog_compiler_static='-non_shared' cannam@154: ;; cannam@154: cannam@154: solaris*) cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: case $cc_basename in cannam@154: f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) cannam@154: lt_prog_compiler_wl='-Qoption ld ';; cannam@154: *) cannam@154: lt_prog_compiler_wl='-Wl,';; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: sunos4*) cannam@154: lt_prog_compiler_wl='-Qoption ld ' cannam@154: lt_prog_compiler_pic='-PIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: cannam@154: sysv4 | sysv4.2uw2* | sysv4.3*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: cannam@154: sysv4*MP*) cannam@154: if test -d /usr/nec; then cannam@154: lt_prog_compiler_pic='-Kconform_pic' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_pic='-KPIC' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: cannam@154: unicos*) cannam@154: lt_prog_compiler_wl='-Wl,' cannam@154: lt_prog_compiler_can_build_shared=no cannam@154: ;; cannam@154: cannam@154: uts4*) cannam@154: lt_prog_compiler_pic='-pic' cannam@154: lt_prog_compiler_static='-Bstatic' cannam@154: ;; cannam@154: cannam@154: *) cannam@154: lt_prog_compiler_can_build_shared=no cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: case $host_os in cannam@154: # For platforms that do not support PIC, -DPIC is meaningless: cannam@154: *djgpp*) cannam@154: lt_prog_compiler_pic= cannam@154: ;; cannam@154: *) cannam@154: lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" cannam@154: ;; cannam@154: esac cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 cannam@154: $as_echo_n "checking for $compiler option to produce PIC... " >&6; } cannam@154: if ${lt_cv_prog_compiler_pic+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_pic=$lt_prog_compiler_pic cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_pic" >&6; } cannam@154: lt_prog_compiler_pic=$lt_cv_prog_compiler_pic cannam@154: cannam@154: # cannam@154: # Check to make sure the PIC flag actually works. cannam@154: # cannam@154: if test -n "$lt_prog_compiler_pic"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 cannam@154: $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } cannam@154: if ${lt_cv_prog_compiler_pic_works+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_pic_works=no cannam@154: ac_outfile=conftest.$ac_objext cannam@154: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@154: lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment cannam@154: # Insert the option either (1) after the last *FLAGS variable, or cannam@154: # (2) before a word containing "conftest.", or (3) at the end. cannam@154: # Note that $ac_compile itself does not contain backslashes and begins cannam@154: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@154: # The option is referenced via a variable to avoid confusing sed. cannam@154: lt_compile=`echo "$ac_compile" | $SED \ cannam@154: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@154: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@154: -e 's:$: $lt_compiler_flag:'` cannam@154: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@154: (eval "$lt_compile" 2>conftest.err) cannam@154: ac_status=$? cannam@154: cat conftest.err >&5 cannam@154: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@154: if (exit $ac_status) && test -s "$ac_outfile"; then cannam@154: # The compiler can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings other than the usual output. cannam@154: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@154: if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler_pic_works=yes cannam@154: fi cannam@154: fi cannam@154: $RM conftest* cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } cannam@154: cannam@154: if test yes = "$lt_cv_prog_compiler_pic_works"; then cannam@154: case $lt_prog_compiler_pic in cannam@154: "" | " "*) ;; cannam@154: *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; cannam@154: esac cannam@154: else cannam@154: lt_prog_compiler_pic= cannam@154: lt_prog_compiler_can_build_shared=no cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # cannam@154: # Check to make sure the static flag actually works. cannam@154: # cannam@154: wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 cannam@154: $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } cannam@154: if ${lt_cv_prog_compiler_static_works+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_static_works=no cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: LDFLAGS="$LDFLAGS $lt_tmp_static_flag" cannam@154: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@154: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@154: # The linker can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings cannam@154: if test -s conftest.err; then cannam@154: # Append any errors to the config.log. cannam@154: cat conftest.err 1>&5 cannam@154: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@154: if diff conftest.exp conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler_static_works=yes cannam@154: fi cannam@154: else cannam@154: lt_cv_prog_compiler_static_works=yes cannam@154: fi cannam@154: fi cannam@154: $RM -r conftest* cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_static_works" >&6; } cannam@154: cannam@154: if test yes = "$lt_cv_prog_compiler_static_works"; then cannam@154: : cannam@154: else cannam@154: lt_prog_compiler_static= cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@154: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@154: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_c_o=no cannam@154: $RM -r conftest 2>/dev/null cannam@154: mkdir conftest cannam@154: cd conftest cannam@154: mkdir out cannam@154: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@154: cannam@154: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@154: # Insert the option either (1) after the last *FLAGS variable, or cannam@154: # (2) before a word containing "conftest.", or (3) at the end. cannam@154: # Note that $ac_compile itself does not contain backslashes and begins cannam@154: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@154: lt_compile=`echo "$ac_compile" | $SED \ cannam@154: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@154: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@154: -e 's:$: $lt_compiler_flag:'` cannam@154: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@154: (eval "$lt_compile" 2>out/conftest.err) cannam@154: ac_status=$? cannam@154: cat out/conftest.err >&5 cannam@154: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@154: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@154: then cannam@154: # The compiler can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings cannam@154: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@154: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler_c_o=yes cannam@154: fi cannam@154: fi cannam@154: chmod u+w . 2>&5 cannam@154: $RM conftest* cannam@154: # SGI C++ compiler will create directory out/ii_files/ for cannam@154: # template instantiation cannam@154: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@154: $RM out/* && rmdir out cannam@154: cd .. cannam@154: $RM -r conftest cannam@154: $RM conftest* cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 cannam@154: $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } cannam@154: if ${lt_cv_prog_compiler_c_o+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler_c_o=no cannam@154: $RM -r conftest 2>/dev/null cannam@154: mkdir conftest cannam@154: cd conftest cannam@154: mkdir out cannam@154: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@154: cannam@154: lt_compiler_flag="-o out/conftest2.$ac_objext" cannam@154: # Insert the option either (1) after the last *FLAGS variable, or cannam@154: # (2) before a word containing "conftest.", or (3) at the end. cannam@154: # Note that $ac_compile itself does not contain backslashes and begins cannam@154: # with a dollar sign (not a hyphen), so the echo should work correctly. cannam@154: lt_compile=`echo "$ac_compile" | $SED \ cannam@154: -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ cannam@154: -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ cannam@154: -e 's:$: $lt_compiler_flag:'` cannam@154: (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) cannam@154: (eval "$lt_compile" 2>out/conftest.err) cannam@154: ac_status=$? cannam@154: cat out/conftest.err >&5 cannam@154: echo "$as_me:$LINENO: \$? = $ac_status" >&5 cannam@154: if (exit $ac_status) && test -s out/conftest2.$ac_objext cannam@154: then cannam@154: # The compiler can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings cannam@154: $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 cannam@154: if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler_c_o=yes cannam@154: fi cannam@154: fi cannam@154: chmod u+w . 2>&5 cannam@154: $RM conftest* cannam@154: # SGI C++ compiler will create directory out/ii_files/ for cannam@154: # template instantiation cannam@154: test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files cannam@154: $RM out/* && rmdir out cannam@154: cd .. cannam@154: $RM -r conftest cannam@154: $RM conftest* cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler_c_o" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: hard_links=nottested cannam@154: if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then cannam@154: # do not overwrite the value of need_locks provided by the user cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 cannam@154: $as_echo_n "checking if we can lock with hard links... " >&6; } cannam@154: hard_links=yes cannam@154: $RM conftest* cannam@154: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@154: touch conftest.a cannam@154: ln conftest.a conftest.b 2>&5 || hard_links=no cannam@154: ln conftest.a conftest.b 2>/dev/null && hard_links=no cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 cannam@154: $as_echo "$hard_links" >&6; } cannam@154: if test no = "$hard_links"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 cannam@154: $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} cannam@154: need_locks=warn cannam@154: fi cannam@154: else cannam@154: need_locks=no cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 cannam@154: $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } cannam@154: cannam@154: runpath_var= cannam@154: allow_undefined_flag= cannam@154: always_export_symbols=no cannam@154: archive_cmds= cannam@154: archive_expsym_cmds= cannam@154: compiler_needs_object=no cannam@154: enable_shared_with_static_runtimes=no cannam@154: export_dynamic_flag_spec= cannam@154: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' cannam@154: hardcode_automatic=no cannam@154: hardcode_direct=no cannam@154: hardcode_direct_absolute=no cannam@154: hardcode_libdir_flag_spec= cannam@154: hardcode_libdir_separator= cannam@154: hardcode_minus_L=no cannam@154: hardcode_shlibpath_var=unsupported cannam@154: inherit_rpath=no cannam@154: link_all_deplibs=unknown cannam@154: module_cmds= cannam@154: module_expsym_cmds= cannam@154: old_archive_from_new_cmds= cannam@154: old_archive_from_expsyms_cmds= cannam@154: thread_safe_flag_spec= cannam@154: whole_archive_flag_spec= cannam@154: # include_expsyms should be a list of space-separated symbols to be *always* cannam@154: # included in the symbol list cannam@154: include_expsyms= cannam@154: # exclude_expsyms can be an extended regexp of symbols to exclude cannam@154: # it will be wrapped by ' (' and ')$', so one must not match beginning or cannam@154: # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', cannam@154: # as well as any symbol that contains 'd'. cannam@154: exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' cannam@154: # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out cannam@154: # platforms (ab)use it in PIC code, but their linkers get confused if cannam@154: # the symbol is explicitly referenced. Since portable code cannot cannam@154: # rely on this symbol name, it's probably fine to never include it in cannam@154: # preloaded symbol tables. cannam@154: # Exclude shared library initialization/finalization symbols. cannam@154: extract_expsyms_cmds= cannam@154: cannam@154: case $host_os in cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: # FIXME: the MSVC++ port hasn't been tested in a loooong time cannam@154: # When not using gcc, we currently assume that we are using cannam@154: # Microsoft Visual C++. cannam@154: if test yes != "$GCC"; then cannam@154: with_gnu_ld=no cannam@154: fi cannam@154: ;; cannam@154: interix*) cannam@154: # we just hope/assume this is gcc and not c89 (= MSVC++) cannam@154: with_gnu_ld=yes cannam@154: ;; cannam@154: openbsd* | bitrig*) cannam@154: with_gnu_ld=no cannam@154: ;; cannam@154: esac cannam@154: cannam@154: ld_shlibs=yes cannam@154: cannam@154: # On some targets, GNU ld is compatible enough with the native linker cannam@154: # that we're better off using the native interface for both. cannam@154: lt_use_gnu_ld_interface=no cannam@154: if test yes = "$with_gnu_ld"; then cannam@154: case $host_os in cannam@154: aix*) cannam@154: # The AIX port of GNU ld has always aspired to compatibility cannam@154: # with the native linker. However, as the warning in the GNU ld cannam@154: # block says, versions before 2.19.5* couldn't really create working cannam@154: # shared libraries, regardless of the interface used. cannam@154: case `$LD -v 2>&1` in cannam@154: *\ \(GNU\ Binutils\)\ 2.19.5*) ;; cannam@154: *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; cannam@154: *\ \(GNU\ Binutils\)\ [3-9]*) ;; cannam@154: *) cannam@154: lt_use_gnu_ld_interface=yes cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: *) cannam@154: lt_use_gnu_ld_interface=yes cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: if test yes = "$lt_use_gnu_ld_interface"; then cannam@154: # If archive_cmds runs LD, not CC, wlarc should be empty cannam@154: wlarc='$wl' cannam@154: cannam@154: # Set some defaults for GNU ld with shared library support. These cannam@154: # are reset later if shared libraries are not supported. Putting them cannam@154: # here allows them to be overridden if necessary. cannam@154: runpath_var=LD_RUN_PATH cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: export_dynamic_flag_spec='$wl--export-dynamic' cannam@154: # ancient GNU ld didn't support --whole-archive et. al. cannam@154: if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then cannam@154: whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' cannam@154: else cannam@154: whole_archive_flag_spec= cannam@154: fi cannam@154: supports_anon_versioning=no cannam@154: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in cannam@154: *GNU\ gold*) supports_anon_versioning=yes ;; cannam@154: *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 cannam@154: *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... cannam@154: *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... cannam@154: *\ 2.11.*) ;; # other 2.11 versions cannam@154: *) supports_anon_versioning=yes ;; cannam@154: esac cannam@154: cannam@154: # See if GNU ld supports shared libraries. cannam@154: case $host_os in cannam@154: aix[3-9]*) cannam@154: # On AIX/PPC, the GNU linker is very broken cannam@154: if test ia64 != "$host_cpu"; then cannam@154: ld_shlibs=no cannam@154: cat <<_LT_EOF 1>&2 cannam@154: cannam@154: *** Warning: the GNU linker, at least up to release 2.19, is reported cannam@154: *** to be unable to reliably create shared libraries on AIX. cannam@154: *** Therefore, libtool is disabling shared libraries support. If you cannam@154: *** really care for shared libraries, you may want to install binutils cannam@154: *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. cannam@154: *** You will then need to restart the configuration process. cannam@154: cannam@154: _LT_EOF cannam@154: fi cannam@154: ;; cannam@154: cannam@154: amigaos*) cannam@154: case $host_cpu in cannam@154: powerpc) cannam@154: # see comment about AmigaOS4 .so support cannam@154: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: archive_expsym_cmds='' cannam@154: ;; cannam@154: m68k) cannam@154: 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@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_minus_L=yes cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: beos*) cannam@154: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@154: allow_undefined_flag=unsupported cannam@154: # Joseph Beckenbach says some releases of gcc cannam@154: # support --undefined. This deserves some investigation. FIXME cannam@154: archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, cannam@154: # as there is no search path for DLLs. cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: export_dynamic_flag_spec='$wl--export-all-symbols' cannam@154: allow_undefined_flag=unsupported cannam@154: always_export_symbols=no cannam@154: enable_shared_with_static_runtimes=yes cannam@154: 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@154: exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' cannam@154: cannam@154: if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then cannam@154: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' cannam@154: # If the export-symbols file already is a .def file, use it as cannam@154: # is; otherwise, prepend EXPORTS... cannam@154: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cannam@154: cp $export_symbols $output_objdir/$soname.def; cannam@154: else cannam@154: echo EXPORTS > $output_objdir/$soname.def; cannam@154: cat $export_symbols >> $output_objdir/$soname.def; cannam@154: fi~ cannam@154: $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@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: cannam@154: haiku*) cannam@154: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: link_all_deplibs=yes cannam@154: ;; cannam@154: cannam@154: os2*) cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_minus_L=yes cannam@154: allow_undefined_flag=unsupported cannam@154: shrext_cmds=.dll cannam@154: archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ cannam@154: $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ cannam@154: $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ cannam@154: $ECHO EXPORTS >> $output_objdir/$libname.def~ cannam@154: emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ cannam@154: $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ cannam@154: emximp -o $lib $output_objdir/$libname.def' cannam@154: archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ cannam@154: $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ cannam@154: $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ cannam@154: $ECHO EXPORTS >> $output_objdir/$libname.def~ cannam@154: prefix_cmds="$SED"~ cannam@154: if test EXPORTS = "`$SED 1q $export_symbols`"; then cannam@154: prefix_cmds="$prefix_cmds -e 1d"; cannam@154: fi~ cannam@154: prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cannam@154: cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ cannam@154: $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ cannam@154: emximp -o $lib $output_objdir/$libname.def' cannam@154: old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' cannam@154: enable_shared_with_static_runtimes=yes cannam@154: ;; cannam@154: cannam@154: interix[3-9]*) cannam@154: hardcode_direct=no cannam@154: hardcode_shlibpath_var=no cannam@154: hardcode_libdir_flag_spec='$wl-rpath,$libdir' cannam@154: export_dynamic_flag_spec='$wl-E' cannam@154: # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. cannam@154: # Instead, shared libraries are loaded at an image base (0x10000000 by cannam@154: # default) and relocated if they conflict, which is a slow very memory cannam@154: # consuming and fragmenting process. To avoid this, we pick a random, cannam@154: # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link cannam@154: # time. Moving up from 0x10000000 also allows more sbrk(2) space. cannam@154: 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@154: 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@154: ;; cannam@154: cannam@154: gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) cannam@154: tmp_diet=no cannam@154: if test linux-dietlibc = "$host_os"; then cannam@154: case $cc_basename in cannam@154: diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) cannam@154: esac cannam@154: fi cannam@154: if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ cannam@154: && test no = "$tmp_diet" cannam@154: then cannam@154: tmp_addflag=' $pic_flag' cannam@154: tmp_sharedflag='-shared' cannam@154: case $cc_basename,$host_cpu in cannam@154: pgcc*) # Portland Group C compiler cannam@154: 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@154: tmp_addflag=' $pic_flag' cannam@154: ;; cannam@154: pgf77* | pgf90* | pgf95* | pgfortran*) cannam@154: # Portland Group f77 and f90 compilers cannam@154: 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@154: tmp_addflag=' $pic_flag -Mnomain' ;; cannam@154: ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 cannam@154: tmp_addflag=' -i_dynamic' ;; cannam@154: efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 cannam@154: tmp_addflag=' -i_dynamic -nofor_main' ;; cannam@154: ifc* | ifort*) # Intel Fortran compiler cannam@154: tmp_addflag=' -nofor_main' ;; cannam@154: lf95*) # Lahey Fortran 8.1 cannam@154: whole_archive_flag_spec= cannam@154: tmp_sharedflag='--shared' ;; cannam@154: nagfor*) # NAGFOR 5.3 cannam@154: tmp_sharedflag='-Wl,-shared' ;; cannam@154: xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) cannam@154: tmp_sharedflag='-qmkshrobj' cannam@154: tmp_addflag= ;; cannam@154: nvcc*) # Cuda Compiler Driver 2.2 cannam@154: 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@154: compiler_needs_object=yes cannam@154: ;; cannam@154: esac cannam@154: case `$CC -V 2>&1 | sed 5q` in cannam@154: *Sun\ C*) # Sun C 5.9 cannam@154: 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@154: compiler_needs_object=yes cannam@154: tmp_sharedflag='-G' ;; cannam@154: *Sun\ F*) # Sun Fortran 8.3 cannam@154: tmp_sharedflag='-G' ;; cannam@154: esac cannam@154: archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: cannam@154: if test yes = "$supports_anon_versioning"; then cannam@154: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@154: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@154: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@154: $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' cannam@154: fi cannam@154: cannam@154: case $cc_basename in cannam@154: tcc*) cannam@154: export_dynamic_flag_spec='-rdynamic' cannam@154: ;; cannam@154: xlf* | bgf* | bgxlf* | mpixlf*) cannam@154: # IBM XL Fortran 10.1 on PPC cannot create shared libs itself cannam@154: whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' cannam@154: if test yes = "$supports_anon_versioning"; then cannam@154: archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cannam@154: cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ cannam@154: echo "local: *; };" >> $output_objdir/$libname.ver~ cannam@154: $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: cannam@154: netbsd*) cannam@154: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@154: archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' cannam@154: wlarc= cannam@154: else cannam@154: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: 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@154: fi cannam@154: ;; cannam@154: cannam@154: solaris*) cannam@154: if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then cannam@154: ld_shlibs=no cannam@154: cat <<_LT_EOF 1>&2 cannam@154: cannam@154: *** Warning: The releases 2.8.* of the GNU linker cannot reliably cannam@154: *** create shared libraries on Solaris systems. Therefore, libtool cannam@154: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@154: *** binutils to release 2.9.1 or newer. Another option is to modify cannam@154: *** your PATH or compiler configuration so that the native linker is cannam@154: *** used, and then restart. cannam@154: cannam@154: _LT_EOF cannam@154: elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@154: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: 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@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: cannam@154: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cannam@154: case `$LD -v 2>&1` in cannam@154: *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) cannam@154: ld_shlibs=no cannam@154: cat <<_LT_EOF 1>&2 cannam@154: cannam@154: *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot cannam@154: *** reliably create shared libraries on SCO systems. Therefore, libtool cannam@154: *** is disabling shared libraries support. We urge you to upgrade GNU cannam@154: *** binutils to release 2.16.91.0.3 or newer. Another option is to modify cannam@154: *** your PATH or compiler configuration so that the native linker is cannam@154: *** used, and then restart. cannam@154: cannam@154: _LT_EOF cannam@154: ;; cannam@154: *) cannam@154: # For security reasons, it is highly recommended that you always cannam@154: # use absolute paths for naming shared libraries, and exclude the cannam@154: # DT_RUNPATH tag from executables and libraries. But doing so cannam@154: # requires that you compile everything twice, which is a pain. cannam@154: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' cannam@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: sunos4*) cannam@154: archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@154: wlarc= cannam@154: hardcode_direct=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: *) cannam@154: if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then cannam@154: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: 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@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: if test no = "$ld_shlibs"; then cannam@154: runpath_var= cannam@154: hardcode_libdir_flag_spec= cannam@154: export_dynamic_flag_spec= cannam@154: whole_archive_flag_spec= cannam@154: fi cannam@154: else cannam@154: # PORTME fill in a description of your system's linker (not GNU ld) cannam@154: case $host_os in cannam@154: aix3*) cannam@154: allow_undefined_flag=unsupported cannam@154: always_export_symbols=yes cannam@154: 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@154: # Note: this linker hardcodes the directories in LIBPATH if there cannam@154: # are no directories specified by -L. cannam@154: hardcode_minus_L=yes cannam@154: if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then cannam@154: # Neither direct hardcoding nor static linking is supported with a cannam@154: # broken collect2. cannam@154: hardcode_direct=unsupported cannam@154: fi cannam@154: ;; cannam@154: cannam@154: aix[4-9]*) cannam@154: if test ia64 = "$host_cpu"; then cannam@154: # On IA64, the linker does run time linking by default, so we don't cannam@154: # have to do anything special. cannam@154: aix_use_runtimelinking=no cannam@154: exp_sym_flag='-Bexport' cannam@154: no_entry_flag= cannam@154: else cannam@154: # If we're using GNU nm, then we don't want the "-C" option. cannam@154: # -C means demangle to GNU nm, but means don't demangle to AIX nm. cannam@154: # Without the "-l" option, or with the "-B" option, AIX nm treats cannam@154: # weak defined symbols like other global defined symbols, whereas cannam@154: # GNU nm marks them as "W". cannam@154: # While the 'weak' keyword is ignored in the Export File, we need cannam@154: # it in the Import File for the 'aix-soname' feature, so we have cannam@154: # to replace the "-B" option with "-P" for AIX nm. cannam@154: if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then cannam@154: export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' cannam@154: else cannam@154: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' cannam@154: fi cannam@154: aix_use_runtimelinking=no cannam@154: cannam@154: # Test if we are trying to use run time linking or normal cannam@154: # AIX style linking. If -brtl is somewhere in LDFLAGS, we cannam@154: # have runtime linking enabled, and use it for executables. cannam@154: # For shared libraries, we enable/disable runtime linking cannam@154: # depending on the kind of the shared library created - cannam@154: # when "with_aix_soname,aix_use_runtimelinking" is: cannam@154: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables cannam@154: # "aix,yes" lib.so shared, rtl:yes, for executables cannam@154: # lib.a static archive cannam@154: # "both,no" lib.so.V(shr.o) shared, rtl:yes cannam@154: # lib.a(lib.so.V) shared, rtl:no, for executables cannam@154: # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables cannam@154: # lib.a(lib.so.V) shared, rtl:no cannam@154: # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables cannam@154: # lib.a static archive cannam@154: case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) cannam@154: for ld_flag in $LDFLAGS; do cannam@154: if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then cannam@154: aix_use_runtimelinking=yes cannam@154: break cannam@154: fi cannam@154: done cannam@154: if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then cannam@154: # With aix-soname=svr4, we create the lib.so.V shared archives only, cannam@154: # so we don't have lib.a shared libs to link our executables. cannam@154: # We have to force runtime linking in this case. cannam@154: aix_use_runtimelinking=yes cannam@154: LDFLAGS="$LDFLAGS -Wl,-brtl" cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: exp_sym_flag='-bexport' cannam@154: no_entry_flag='-bnoentry' cannam@154: fi cannam@154: cannam@154: # When large executables or shared objects are built, AIX ld can cannam@154: # have problems creating the table of contents. If linking a library cannam@154: # or program results in "error TOC overflow" add -mminimal-toc to cannam@154: # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not cannam@154: # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. cannam@154: cannam@154: archive_cmds='' cannam@154: hardcode_direct=yes cannam@154: hardcode_direct_absolute=yes cannam@154: hardcode_libdir_separator=':' cannam@154: link_all_deplibs=yes cannam@154: file_list_spec='$wl-f,' cannam@154: case $with_aix_soname,$aix_use_runtimelinking in cannam@154: aix,*) ;; # traditional, no import file cannam@154: svr4,* | *,yes) # use import file cannam@154: # The Import File defines what to hardcode. cannam@154: hardcode_direct=no cannam@154: hardcode_direct_absolute=no cannam@154: ;; cannam@154: esac cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: case $host_os in aix4.[012]|aix4.[012].*) cannam@154: # We only want to do this on AIX 4.2 and lower, the check cannam@154: # below for broken collect2 doesn't work under 4.3+ cannam@154: collect2name=`$CC -print-prog-name=collect2` cannam@154: if test -f "$collect2name" && cannam@154: strings "$collect2name" | $GREP resolve_lib_name >/dev/null cannam@154: then cannam@154: # We have reworked collect2 cannam@154: : cannam@154: else cannam@154: # We have old collect2 cannam@154: hardcode_direct=unsupported cannam@154: # It fails to find uninstalled libraries when the uninstalled cannam@154: # path is not listed in the libpath. Setting hardcode_minus_L cannam@154: # to unsupported forces relinking cannam@154: hardcode_minus_L=yes cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_libdir_separator= cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: shared_flag='-shared' cannam@154: if test yes = "$aix_use_runtimelinking"; then cannam@154: shared_flag="$shared_flag "'$wl-G' cannam@154: fi cannam@154: # Need to ensure runtime linking is disabled for the traditional cannam@154: # shared library, or the linker may eventually find shared libraries cannam@154: # /with/ Import File - we do not want to mix them. cannam@154: shared_flag_aix='-shared' cannam@154: shared_flag_svr4='-shared $wl-G' cannam@154: else cannam@154: # not using gcc cannam@154: if test ia64 = "$host_cpu"; then cannam@154: # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release cannam@154: # chokes on -Wl,-G. The following line is correct: cannam@154: shared_flag='-G' cannam@154: else cannam@154: if test yes = "$aix_use_runtimelinking"; then cannam@154: shared_flag='$wl-G' cannam@154: else cannam@154: shared_flag='$wl-bM:SRE' cannam@154: fi cannam@154: shared_flag_aix='$wl-bM:SRE' cannam@154: shared_flag_svr4='$wl-G' cannam@154: fi cannam@154: fi cannam@154: cannam@154: export_dynamic_flag_spec='$wl-bexpall' cannam@154: # It seems that -bexpall does not export symbols beginning with cannam@154: # underscore (_), so it is better to generate a list of symbols to export. cannam@154: always_export_symbols=yes cannam@154: if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then cannam@154: # Warning - without using the other runtime loading flags (-brtl), cannam@154: # -berok will link without error, but may produce a broken library. cannam@154: allow_undefined_flag='-berok' cannam@154: # Determine the default libpath from the value encoded in an cannam@154: # empty executable. cannam@154: if test set = "${lt_cv_aix_libpath+set}"; then cannam@154: aix_libpath=$lt_cv_aix_libpath cannam@154: else cannam@154: if ${lt_cv_aix_libpath_+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: cannam@154: lt_aix_libpath_sed=' cannam@154: /Import File Strings/,/^$/ { cannam@154: /^0/ { cannam@154: s/^0 *\([^ ]*\) *$/\1/ cannam@154: p cannam@154: } cannam@154: }' cannam@154: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@154: # Check for a 64-bit object if we didn't find anything. cannam@154: if test -z "$lt_cv_aix_libpath_"; then cannam@154: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@154: fi cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: if test -z "$lt_cv_aix_libpath_"; then cannam@154: lt_cv_aix_libpath_=/usr/lib:/lib cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: aix_libpath=$lt_cv_aix_libpath_ cannam@154: fi cannam@154: cannam@154: hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" cannam@154: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag cannam@154: else cannam@154: if test ia64 = "$host_cpu"; then cannam@154: hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' cannam@154: allow_undefined_flag="-z nodefs" cannam@154: 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@154: else cannam@154: # Determine the default libpath from the value encoded in an cannam@154: # empty executable. cannam@154: if test set = "${lt_cv_aix_libpath+set}"; then cannam@154: aix_libpath=$lt_cv_aix_libpath cannam@154: else cannam@154: if ${lt_cv_aix_libpath_+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: cannam@154: lt_aix_libpath_sed=' cannam@154: /Import File Strings/,/^$/ { cannam@154: /^0/ { cannam@154: s/^0 *\([^ ]*\) *$/\1/ cannam@154: p cannam@154: } cannam@154: }' cannam@154: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@154: # Check for a 64-bit object if we didn't find anything. cannam@154: if test -z "$lt_cv_aix_libpath_"; then cannam@154: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` cannam@154: fi cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: if test -z "$lt_cv_aix_libpath_"; then cannam@154: lt_cv_aix_libpath_=/usr/lib:/lib cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: aix_libpath=$lt_cv_aix_libpath_ cannam@154: fi cannam@154: cannam@154: hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" cannam@154: # Warning - without using the other run time loading flags, cannam@154: # -berok will link without error, but may produce a broken library. cannam@154: no_undefined_flag=' $wl-bernotok' cannam@154: allow_undefined_flag=' $wl-berok' cannam@154: if test yes = "$with_gnu_ld"; then cannam@154: # We only use this code for GNU lds that support --whole-archive. cannam@154: whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' cannam@154: else cannam@154: # Exported symbols can be pulled into shared objects from archives cannam@154: whole_archive_flag_spec='$convenience' cannam@154: fi cannam@154: archive_cmds_need_lc=yes cannam@154: archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' cannam@154: # -brtl affects multiple linker settings, -berok does not and is overridden later cannam@154: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' cannam@154: if test svr4 != "$with_aix_soname"; then cannam@154: # This is similar to how AIX traditionally builds its shared libraries. cannam@154: archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' cannam@154: fi cannam@154: if test aix != "$with_aix_soname"; then cannam@154: archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' cannam@154: else cannam@154: # used by -dlpreopen to get the symbols cannam@154: archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' cannam@154: fi cannam@154: archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' cannam@154: fi cannam@154: fi cannam@154: ;; cannam@154: cannam@154: amigaos*) cannam@154: case $host_cpu in cannam@154: powerpc) cannam@154: # see comment about AmigaOS4 .so support cannam@154: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' cannam@154: archive_expsym_cmds='' cannam@154: ;; cannam@154: m68k) cannam@154: 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@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_minus_L=yes cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: bsdi[45]*) cannam@154: export_dynamic_flag_spec=-rdynamic cannam@154: ;; cannam@154: cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: # When not using gcc, we currently assume that we are using cannam@154: # Microsoft Visual C++. cannam@154: # hardcode_libdir_flag_spec is actually meaningless, as there is cannam@154: # no search path for DLLs. cannam@154: case $cc_basename in cannam@154: cl*) cannam@154: # Native MSVC cannam@154: hardcode_libdir_flag_spec=' ' cannam@154: allow_undefined_flag=unsupported cannam@154: always_export_symbols=yes cannam@154: file_list_spec='@' cannam@154: # Tell ltmain to make .lib files, not .a files. cannam@154: libext=lib cannam@154: # Tell ltmain to make .dll files, not .so files. cannam@154: shrext_cmds=.dll cannam@154: # FIXME: Setting linknames here is a bad hack. cannam@154: archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' cannam@154: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cannam@154: cp "$export_symbols" "$output_objdir/$soname.def"; cannam@154: echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; cannam@154: else cannam@154: $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; cannam@154: fi~ cannam@154: $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@154: linknames=' cannam@154: # The linker will not automatically build a static lib if we build a DLL. cannam@154: # _LT_TAGVAR(old_archive_from_new_cmds, )='true' cannam@154: enable_shared_with_static_runtimes=yes cannam@154: exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' cannam@154: export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' cannam@154: # Don't use ranlib cannam@154: old_postinstall_cmds='chmod 644 $oldlib' cannam@154: postlink_cmds='lt_outputfile="@OUTPUT@"~ cannam@154: lt_tool_outputfile="@TOOL_OUTPUT@"~ cannam@154: case $lt_outputfile in cannam@154: *.exe|*.EXE) ;; cannam@154: *) cannam@154: lt_outputfile=$lt_outputfile.exe cannam@154: lt_tool_outputfile=$lt_tool_outputfile.exe cannam@154: ;; cannam@154: esac~ cannam@154: if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then cannam@154: $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; cannam@154: $RM "$lt_outputfile.manifest"; cannam@154: fi' cannam@154: ;; cannam@154: *) cannam@154: # Assume MSVC wrapper cannam@154: hardcode_libdir_flag_spec=' ' cannam@154: allow_undefined_flag=unsupported cannam@154: # Tell ltmain to make .lib files, not .a files. cannam@154: libext=lib cannam@154: # Tell ltmain to make .dll files, not .so files. cannam@154: shrext_cmds=.dll cannam@154: # FIXME: Setting linknames here is a bad hack. cannam@154: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' cannam@154: # The linker will automatically build a .lib file if we build a DLL. cannam@154: old_archive_from_new_cmds='true' cannam@154: # FIXME: Should let the user specify the lib program. cannam@154: old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' cannam@154: enable_shared_with_static_runtimes=yes cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: darwin* | rhapsody*) cannam@154: cannam@154: cannam@154: archive_cmds_need_lc=no cannam@154: hardcode_direct=no cannam@154: hardcode_automatic=yes cannam@154: hardcode_shlibpath_var=unsupported cannam@154: if test yes = "$lt_cv_ld_force_load"; then cannam@154: 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@154: cannam@154: else cannam@154: whole_archive_flag_spec='' cannam@154: fi cannam@154: link_all_deplibs=yes cannam@154: allow_undefined_flag=$_lt_dar_allow_undefined cannam@154: case $cc_basename in cannam@154: ifort*|nagfor*) _lt_dar_can_shared=yes ;; cannam@154: *) _lt_dar_can_shared=$GCC ;; cannam@154: esac cannam@154: if test yes = "$_lt_dar_can_shared"; then cannam@154: output_verbose_link_cmd=func_echo_all cannam@154: 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@154: module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" cannam@154: 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@154: 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@154: cannam@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: cannam@154: ;; cannam@154: cannam@154: dgux*) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor cannam@154: # support. Future versions do this automatically, but an explicit c++rt0.o cannam@154: # does not break anything, and helps significantly (at the cost of a little cannam@154: # extra space). cannam@154: freebsd2.2*) cannam@154: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' cannam@154: hardcode_libdir_flag_spec='-R$libdir' cannam@154: hardcode_direct=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: # Unfortunately, older versions of FreeBSD 2 do not have this feature. cannam@154: freebsd2.*) cannam@154: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_direct=yes cannam@154: hardcode_minus_L=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: # FreeBSD 3 and greater uses gcc -shared to do shared libraries. cannam@154: freebsd* | dragonfly*) cannam@154: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@154: hardcode_libdir_flag_spec='-R$libdir' cannam@154: hardcode_direct=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: hpux9*) cannam@154: if test yes = "$GCC"; then cannam@154: archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' cannam@154: else cannam@154: archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' cannam@154: fi cannam@154: hardcode_libdir_flag_spec='$wl+b $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: hardcode_direct=yes cannam@154: cannam@154: # hardcode_minus_L: Not really in the search PATH, cannam@154: # but as the default location of the library. cannam@154: hardcode_minus_L=yes cannam@154: export_dynamic_flag_spec='$wl-E' cannam@154: ;; cannam@154: cannam@154: hpux10*) cannam@154: if test yes,no = "$GCC,$with_gnu_ld"; then cannam@154: archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@154: else cannam@154: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@154: fi cannam@154: if test no = "$with_gnu_ld"; then cannam@154: hardcode_libdir_flag_spec='$wl+b $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: hardcode_direct=yes cannam@154: hardcode_direct_absolute=yes cannam@154: export_dynamic_flag_spec='$wl-E' cannam@154: # hardcode_minus_L: Not really in the search PATH, cannam@154: # but as the default location of the library. cannam@154: hardcode_minus_L=yes cannam@154: fi cannam@154: ;; cannam@154: cannam@154: hpux11*) cannam@154: if test yes,no = "$GCC,$with_gnu_ld"; then cannam@154: case $host_cpu in cannam@154: hppa*64*) cannam@154: archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: ia64*) cannam@154: archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: *) cannam@154: archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: esac cannam@154: else cannam@154: case $host_cpu in cannam@154: hppa*64*) cannam@154: archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: ia64*) cannam@154: archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: *) cannam@154: cannam@154: # Older versions of the 11.00 compiler do not understand -b yet cannam@154: # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 cannam@154: $as_echo_n "checking if $CC understands -b... " >&6; } cannam@154: if ${lt_cv_prog_compiler__b+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_prog_compiler__b=no cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: LDFLAGS="$LDFLAGS -b" cannam@154: echo "$lt_simple_link_test_code" > conftest.$ac_ext cannam@154: if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then cannam@154: # The linker can only warn and ignore the option if not recognized cannam@154: # So say no if there are warnings cannam@154: if test -s conftest.err; then cannam@154: # Append any errors to the config.log. cannam@154: cat conftest.err 1>&5 cannam@154: $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp cannam@154: $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 cannam@154: if diff conftest.exp conftest.er2 >/dev/null; then cannam@154: lt_cv_prog_compiler__b=yes cannam@154: fi cannam@154: else cannam@154: lt_cv_prog_compiler__b=yes cannam@154: fi cannam@154: fi cannam@154: $RM -r conftest* cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 cannam@154: $as_echo "$lt_cv_prog_compiler__b" >&6; } cannam@154: cannam@154: if test yes = "$lt_cv_prog_compiler__b"; then cannam@154: archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' cannam@154: else cannam@154: archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' cannam@154: fi cannam@154: cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: if test no = "$with_gnu_ld"; then cannam@154: hardcode_libdir_flag_spec='$wl+b $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: cannam@154: case $host_cpu in cannam@154: hppa*64*|ia64*) cannam@154: hardcode_direct=no cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: *) cannam@154: hardcode_direct=yes cannam@154: hardcode_direct_absolute=yes cannam@154: export_dynamic_flag_spec='$wl-E' cannam@154: cannam@154: # hardcode_minus_L: Not really in the search PATH, cannam@154: # but as the default location of the library. cannam@154: hardcode_minus_L=yes cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: ;; cannam@154: cannam@154: irix5* | irix6* | nonstopux*) cannam@154: if test yes = "$GCC"; then cannam@154: 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@154: # Try to use the -exported_symbol ld option, if it does not cannam@154: # work, assume that -exports_file does not work either and cannam@154: # implicitly export all symbols. cannam@154: # This should be the same for all languages, so no per-tag cache variable. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 cannam@154: $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } cannam@154: if ${lt_cv_irix_exported_symbol+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int foo (void) { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: lt_cv_irix_exported_symbol=yes cannam@154: else cannam@154: lt_cv_irix_exported_symbol=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 cannam@154: $as_echo "$lt_cv_irix_exported_symbol" >&6; } cannam@154: if test yes = "$lt_cv_irix_exported_symbol"; then cannam@154: 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@154: fi cannam@154: else cannam@154: 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@154: 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@154: fi cannam@154: archive_cmds_need_lc='no' cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: inherit_rpath=yes cannam@154: link_all_deplibs=yes cannam@154: ;; cannam@154: cannam@154: linux*) cannam@154: case $cc_basename in cannam@154: tcc*) cannam@154: # Fabrice Bellard et al's Tiny C Compiler cannam@154: ld_shlibs=yes cannam@154: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: netbsd*) cannam@154: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@154: archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out cannam@154: else cannam@154: archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF cannam@154: fi cannam@154: hardcode_libdir_flag_spec='-R$libdir' cannam@154: hardcode_direct=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: newsos6) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_direct=yes cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: *nto* | *qnx*) cannam@154: ;; cannam@154: cannam@154: openbsd* | bitrig*) cannam@154: if test -f /usr/libexec/ld.so; then cannam@154: hardcode_direct=yes cannam@154: hardcode_shlibpath_var=no cannam@154: hardcode_direct_absolute=yes cannam@154: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then cannam@154: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' cannam@154: hardcode_libdir_flag_spec='$wl-rpath,$libdir' cannam@154: export_dynamic_flag_spec='$wl-E' cannam@154: else cannam@154: archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' cannam@154: hardcode_libdir_flag_spec='$wl-rpath,$libdir' cannam@154: fi cannam@154: else cannam@154: ld_shlibs=no cannam@154: fi cannam@154: ;; cannam@154: cannam@154: os2*) cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_minus_L=yes cannam@154: allow_undefined_flag=unsupported cannam@154: shrext_cmds=.dll cannam@154: archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ cannam@154: $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ cannam@154: $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ cannam@154: $ECHO EXPORTS >> $output_objdir/$libname.def~ cannam@154: emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ cannam@154: $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ cannam@154: emximp -o $lib $output_objdir/$libname.def' cannam@154: archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ cannam@154: $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ cannam@154: $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ cannam@154: $ECHO EXPORTS >> $output_objdir/$libname.def~ cannam@154: prefix_cmds="$SED"~ cannam@154: if test EXPORTS = "`$SED 1q $export_symbols`"; then cannam@154: prefix_cmds="$prefix_cmds -e 1d"; cannam@154: fi~ cannam@154: prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cannam@154: cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ cannam@154: $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ cannam@154: emximp -o $lib $output_objdir/$libname.def' cannam@154: old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' cannam@154: enable_shared_with_static_runtimes=yes cannam@154: ;; cannam@154: cannam@154: osf3*) cannam@154: if test yes = "$GCC"; then cannam@154: allow_undefined_flag=' $wl-expect_unresolved $wl\*' cannam@154: 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@154: else cannam@154: allow_undefined_flag=' -expect_unresolved \*' cannam@154: 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@154: fi cannam@154: archive_cmds_need_lc='no' cannam@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: hardcode_libdir_separator=: cannam@154: ;; cannam@154: cannam@154: osf4* | osf5*) # as osf3* with the addition of -msym flag cannam@154: if test yes = "$GCC"; then cannam@154: allow_undefined_flag=' $wl-expect_unresolved $wl\*' cannam@154: 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@154: hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' cannam@154: else cannam@154: allow_undefined_flag=' -expect_unresolved \*' cannam@154: 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@154: 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@154: $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@154: cannam@154: # Both c and cxx compiler support -rpath directly cannam@154: hardcode_libdir_flag_spec='-rpath $libdir' cannam@154: fi cannam@154: archive_cmds_need_lc='no' cannam@154: hardcode_libdir_separator=: cannam@154: ;; cannam@154: cannam@154: solaris*) cannam@154: no_undefined_flag=' -z defs' cannam@154: if test yes = "$GCC"; then cannam@154: wlarc='$wl' cannam@154: archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@154: $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@154: else cannam@154: case `$CC -V 2>&1` in cannam@154: *"Compilers 5.0"*) cannam@154: wlarc='' cannam@154: archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@154: $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' cannam@154: ;; cannam@154: *) cannam@154: wlarc='$wl' cannam@154: archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ cannam@154: $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: hardcode_libdir_flag_spec='-R$libdir' cannam@154: hardcode_shlibpath_var=no cannam@154: case $host_os in cannam@154: solaris2.[0-5] | solaris2.[0-5].*) ;; cannam@154: *) cannam@154: # The compiler driver will combine and reorder linker options, cannam@154: # but understands '-z linker_flag'. GCC discards it without '$wl', cannam@154: # but is careful enough not to reorder. cannam@154: # Supported since Solaris 2.6 (maybe 2.5.1?) cannam@154: if test yes = "$GCC"; then cannam@154: whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' cannam@154: else cannam@154: whole_archive_flag_spec='-z allextract$convenience -z defaultextract' cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: link_all_deplibs=yes cannam@154: ;; cannam@154: cannam@154: sunos4*) cannam@154: if test sequent = "$host_vendor"; then cannam@154: # Use $CC to link under sequent, because it throws in some extra .o cannam@154: # files that make .init and .fini sections work. cannam@154: archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: else cannam@154: archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' cannam@154: fi cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_direct=yes cannam@154: hardcode_minus_L=yes cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: sysv4) cannam@154: case $host_vendor in cannam@154: sni) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_direct=yes # is this really true??? cannam@154: ;; cannam@154: siemens) cannam@154: ## LD is ld it makes a PLAMLIB cannam@154: ## CC just makes a GrossModule. cannam@154: archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' cannam@154: reload_cmds='$CC -r -o $output$reload_objs' cannam@154: hardcode_direct=no cannam@154: ;; cannam@154: motorola) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_direct=no #Motorola manual says yes, but my tests say they lie cannam@154: ;; cannam@154: esac cannam@154: runpath_var='LD_RUN_PATH' cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: sysv4.3*) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_shlibpath_var=no cannam@154: export_dynamic_flag_spec='-Bexport' cannam@154: ;; cannam@154: cannam@154: sysv4*MP*) cannam@154: if test -d /usr/nec; then cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_shlibpath_var=no cannam@154: runpath_var=LD_RUN_PATH cannam@154: hardcode_runpath_var=yes cannam@154: ld_shlibs=yes cannam@154: fi cannam@154: ;; cannam@154: cannam@154: sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) cannam@154: no_undefined_flag='$wl-z,text' cannam@154: archive_cmds_need_lc=no cannam@154: hardcode_shlibpath_var=no cannam@154: runpath_var='LD_RUN_PATH' cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: else cannam@154: archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: sysv5* | sco3.2v5* | sco5v6*) cannam@154: # Note: We CANNOT use -z defs as we might desire, because we do not cannam@154: # link with -lc, and that would cause any symbols used from libc to cannam@154: # always be unresolved, which means just about no library would cannam@154: # ever link correctly. If we're not using GNU ld we use -z text cannam@154: # though, which does catch some bad symbols but isn't as heavy-handed cannam@154: # as -z defs. cannam@154: no_undefined_flag='$wl-z,text' cannam@154: allow_undefined_flag='$wl-z,nodefs' cannam@154: archive_cmds_need_lc=no cannam@154: hardcode_shlibpath_var=no cannam@154: hardcode_libdir_flag_spec='$wl-R,$libdir' cannam@154: hardcode_libdir_separator=':' cannam@154: link_all_deplibs=yes cannam@154: export_dynamic_flag_spec='$wl-Bexport' cannam@154: runpath_var='LD_RUN_PATH' cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: else cannam@154: archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: uts4*) cannam@154: archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: hardcode_shlibpath_var=no cannam@154: ;; cannam@154: cannam@154: *) cannam@154: ld_shlibs=no cannam@154: ;; cannam@154: esac cannam@154: cannam@154: if test sni = "$host_vendor"; then cannam@154: case $host in cannam@154: sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) cannam@154: export_dynamic_flag_spec='$wl-Blargedynsym' cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: fi cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 cannam@154: $as_echo "$ld_shlibs" >&6; } cannam@154: test no = "$ld_shlibs" && can_build_shared=no cannam@154: cannam@154: with_gnu_ld=$with_gnu_ld cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # cannam@154: # Do we need to explicitly link libc? cannam@154: # cannam@154: case "x$archive_cmds_need_lc" in cannam@154: x|xyes) cannam@154: # Assume -lc should be added cannam@154: archive_cmds_need_lc=yes cannam@154: cannam@154: if test yes,yes = "$GCC,$enable_shared"; then cannam@154: case $archive_cmds in cannam@154: *'~'*) cannam@154: # FIXME: we may have to deal with multi-command sequences. cannam@154: ;; cannam@154: '$CC '*) cannam@154: # Test whether the compiler implicitly links with -lc since on some cannam@154: # systems, -lgcc has to come before -lc. If gcc already passes -lc cannam@154: # to ld, don't add -lc before -lgcc. cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 cannam@154: $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } cannam@154: if ${lt_cv_archive_cmds_need_lc+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: $RM conftest* cannam@154: echo "$lt_simple_compile_test_code" > conftest.$ac_ext cannam@154: cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 cannam@154: (eval $ac_compile) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } 2>conftest.err; then cannam@154: soname=conftest cannam@154: lib=conftest cannam@154: libobjs=conftest.$ac_objext cannam@154: deplibs= cannam@154: wl=$lt_prog_compiler_wl cannam@154: pic_flag=$lt_prog_compiler_pic cannam@154: compiler_flags=-v cannam@154: linker_flags=-v cannam@154: verstring= cannam@154: output_objdir=. cannam@154: libname=conftest cannam@154: lt_save_allow_undefined_flag=$allow_undefined_flag cannam@154: allow_undefined_flag= cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 cannam@154: (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } cannam@154: then cannam@154: lt_cv_archive_cmds_need_lc=no cannam@154: else cannam@154: lt_cv_archive_cmds_need_lc=yes cannam@154: fi cannam@154: allow_undefined_flag=$lt_save_allow_undefined_flag cannam@154: else cannam@154: cat conftest.err 1>&5 cannam@154: fi cannam@154: $RM conftest* cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 cannam@154: $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } cannam@154: archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 cannam@154: $as_echo_n "checking dynamic linker characteristics... " >&6; } cannam@154: cannam@154: if test yes = "$GCC"; then cannam@154: case $host_os in cannam@154: darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; cannam@154: *) lt_awk_arg='/^libraries:/' ;; cannam@154: esac cannam@154: case $host_os in cannam@154: mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; cannam@154: *) lt_sed_strip_eq='s|=/|/|g' ;; cannam@154: esac cannam@154: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` cannam@154: case $lt_search_path_spec in cannam@154: *\;*) cannam@154: # if the path contains ";" then we assume it to be the separator cannam@154: # otherwise default to the standard path separator (i.e. ":") - it is cannam@154: # assumed that no part of a normal pathname contains ";" but that should cannam@154: # okay in the real world where ";" in dirpaths is itself problematic. cannam@154: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` cannam@154: ;; cannam@154: *) cannam@154: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` cannam@154: ;; cannam@154: esac cannam@154: # Ok, now we have the path, separated by spaces, we can step through it cannam@154: # and add multilib dir if necessary... cannam@154: lt_tmp_lt_search_path_spec= cannam@154: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` cannam@154: # ...but if some path component already ends with the multilib dir we assume cannam@154: # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). cannam@154: case "$lt_multi_os_dir; $lt_search_path_spec " in cannam@154: "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) cannam@154: lt_multi_os_dir= cannam@154: ;; cannam@154: esac cannam@154: for lt_sys_path in $lt_search_path_spec; do cannam@154: if test -d "$lt_sys_path$lt_multi_os_dir"; then cannam@154: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" cannam@154: elif test -n "$lt_multi_os_dir"; then cannam@154: test -d "$lt_sys_path" && \ cannam@154: lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" cannam@154: fi cannam@154: done cannam@154: lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' cannam@154: BEGIN {RS = " "; FS = "/|\n";} { cannam@154: lt_foo = ""; cannam@154: lt_count = 0; cannam@154: for (lt_i = NF; lt_i > 0; lt_i--) { cannam@154: if ($lt_i != "" && $lt_i != ".") { cannam@154: if ($lt_i == "..") { cannam@154: lt_count++; cannam@154: } else { cannam@154: if (lt_count == 0) { cannam@154: lt_foo = "/" $lt_i lt_foo; cannam@154: } else { cannam@154: lt_count--; cannam@154: } cannam@154: } cannam@154: } cannam@154: } cannam@154: if (lt_foo != "") { lt_freq[lt_foo]++; } cannam@154: if (lt_freq[lt_foo] == 1) { print lt_foo; } cannam@154: }'` cannam@154: # AWK program above erroneously prepends '/' to C:/dos/paths cannam@154: # for these hosts. cannam@154: case $host_os in cannam@154: mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ cannam@154: $SED 's|/\([A-Za-z]:\)|\1|g'` ;; cannam@154: esac cannam@154: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` cannam@154: else cannam@154: sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" cannam@154: fi cannam@154: library_names_spec= cannam@154: libname_spec='lib$name' cannam@154: soname_spec= cannam@154: shrext_cmds=.so cannam@154: postinstall_cmds= cannam@154: postuninstall_cmds= cannam@154: finish_cmds= cannam@154: finish_eval= cannam@154: shlibpath_var= cannam@154: shlibpath_overrides_runpath=unknown cannam@154: version_type=none cannam@154: dynamic_linker="$host_os ld.so" cannam@154: sys_lib_dlsearch_path_spec="/lib /usr/lib" cannam@154: need_lib_prefix=unknown cannam@154: hardcode_into_libs=no cannam@154: cannam@154: # when you set need_version to no, make sure it does not cause -set_version cannam@154: # flags to be left without arguments cannam@154: need_version=unknown cannam@154: cannam@154: cannam@154: cannam@154: case $host_os in cannam@154: aix3*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname.a' cannam@154: shlibpath_var=LIBPATH cannam@154: cannam@154: # AIX 3 has no versioning support, so we append a major version to the name. cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: ;; cannam@154: cannam@154: aix[4-9]*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: hardcode_into_libs=yes cannam@154: if test ia64 = "$host_cpu"; then cannam@154: # AIX 5 supports IA64 cannam@154: library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: else cannam@154: # With GCC up to 2.95.x, collect2 would create an import file cannam@154: # for dependence libraries. The import file would start with cannam@154: # the line '#! .'. This would cause the generated library to cannam@154: # depend on '.', always an invalid library. This was fixed in cannam@154: # development snapshots of GCC prior to 3.0. cannam@154: case $host_os in cannam@154: aix4 | aix4.[01] | aix4.[01].*) cannam@154: if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' cannam@154: echo ' yes ' cannam@154: echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then cannam@154: : cannam@154: else cannam@154: can_build_shared=no cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: # Using Import Files as archive members, it is possible to support cannam@154: # filename-based versioning of shared library archives on AIX. While cannam@154: # this would work for both with and without runtime linking, it will cannam@154: # prevent static linking of such archives. So we do filename-based cannam@154: # shared library versioning with .so extension only, which is used cannam@154: # when both runtime linking and shared linking is enabled. cannam@154: # Unfortunately, runtime linking may impact performance, so we do cannam@154: # not want this to be the default eventually. Also, we use the cannam@154: # versioned .so libs for executables only if there is the -brtl cannam@154: # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. cannam@154: # To allow for filename-based versioning support, we need to create cannam@154: # libNAME.so.V as an archive file, containing: cannam@154: # *) an Import File, referring to the versioned filename of the cannam@154: # archive as well as the shared archive member, telling the cannam@154: # bitwidth (32 or 64) of that shared object, and providing the cannam@154: # list of exported symbols of that shared object, eventually cannam@154: # decorated with the 'weak' keyword cannam@154: # *) the shared object with the F_LOADONLY flag set, to really avoid cannam@154: # it being seen by the linker. cannam@154: # At run time we better use the real file rather than another symlink, cannam@154: # but for link time we create the symlink libNAME.so -> libNAME.so.V cannam@154: cannam@154: case $with_aix_soname,$aix_use_runtimelinking in cannam@154: # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct cannam@154: # soname into executable. Probably we can add versioning support to cannam@154: # collect2, so additional links can be useful in future. cannam@154: aix,yes) # traditional libtool cannam@154: dynamic_linker='AIX unversionable lib.so' cannam@154: # If using run time linking (on AIX 4.2 or later) use lib.so cannam@154: # instead of lib.a to let people know that these are not cannam@154: # typical AIX shared libraries. cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: ;; cannam@154: aix,no) # traditional AIX only cannam@154: dynamic_linker='AIX lib.a(lib.so.V)' cannam@154: # We preserve .a as extension for shared libraries through AIX4.2 cannam@154: # and later when we are not doing run time linking. cannam@154: library_names_spec='$libname$release.a $libname.a' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: ;; cannam@154: svr4,*) # full svr4 only cannam@154: dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" cannam@154: library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' cannam@154: # We do not specify a path in Import Files, so LIBPATH fires. cannam@154: shlibpath_overrides_runpath=yes cannam@154: ;; cannam@154: *,yes) # both, prefer svr4 cannam@154: dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" cannam@154: library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' cannam@154: # unpreferred sharedlib libNAME.a needs extra handling cannam@154: postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' cannam@154: postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' cannam@154: # We do not specify a path in Import Files, so LIBPATH fires. cannam@154: shlibpath_overrides_runpath=yes cannam@154: ;; cannam@154: *,no) # both, prefer aix cannam@154: dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" cannam@154: library_names_spec='$libname$release.a $libname.a' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling cannam@154: postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' cannam@154: postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' cannam@154: ;; cannam@154: esac cannam@154: shlibpath_var=LIBPATH cannam@154: fi cannam@154: ;; cannam@154: cannam@154: amigaos*) cannam@154: case $host_cpu in cannam@154: powerpc) cannam@154: # Since July 2007 AmigaOS4 officially supports .so libraries. cannam@154: # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: ;; cannam@154: m68k) cannam@154: library_names_spec='$libname.ixlibrary $libname.a' cannam@154: # Create ${libname}_ixlibrary.a entries in /sys/libs. cannam@154: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: beos*) cannam@154: library_names_spec='$libname$shared_ext' cannam@154: dynamic_linker="$host_os ld.so" cannam@154: shlibpath_var=LIBRARY_PATH cannam@154: ;; cannam@154: cannam@154: bsdi[45]*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" cannam@154: sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" cannam@154: # the default ld.so.conf also contains /usr/contrib/lib and cannam@154: # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow cannam@154: # libtool to hard-code these into programs cannam@154: ;; cannam@154: cannam@154: cygwin* | mingw* | pw32* | cegcc*) cannam@154: version_type=windows cannam@154: shrext_cmds=.dll cannam@154: need_version=no cannam@154: need_lib_prefix=no cannam@154: cannam@154: case $GCC,$cc_basename in cannam@154: yes,*) cannam@154: # gcc cannam@154: library_names_spec='$libname.dll.a' cannam@154: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@154: postinstall_cmds='base_file=`basename \$file`~ cannam@154: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ cannam@154: dldir=$destdir/`dirname \$dlpath`~ cannam@154: test -d \$dldir || mkdir -p \$dldir~ cannam@154: $install_prog $dir/$dlname \$dldir/$dlname~ cannam@154: chmod a+x \$dldir/$dlname~ cannam@154: if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then cannam@154: eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; cannam@154: fi' cannam@154: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@154: dlpath=$dir/\$dldll~ cannam@154: $RM \$dlpath' cannam@154: shlibpath_overrides_runpath=yes cannam@154: cannam@154: case $host_os in cannam@154: cygwin*) cannam@154: # Cygwin DLLs use 'cyg' prefix rather than 'lib' cannam@154: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' cannam@154: cannam@154: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" cannam@154: ;; cannam@154: mingw* | cegcc*) cannam@154: # MinGW DLLs use traditional 'lib' prefix cannam@154: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' cannam@154: ;; cannam@154: pw32*) cannam@154: # pw32 DLLs use 'pw' prefix rather than 'lib' cannam@154: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' cannam@154: ;; cannam@154: esac cannam@154: dynamic_linker='Win32 ld.exe' cannam@154: ;; cannam@154: cannam@154: *,cl*) cannam@154: # Native MSVC cannam@154: libname_spec='$name' cannam@154: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' cannam@154: library_names_spec='$libname.dll.lib' cannam@154: cannam@154: case $build_os in cannam@154: mingw*) cannam@154: sys_lib_search_path_spec= cannam@154: lt_save_ifs=$IFS cannam@154: IFS=';' cannam@154: for lt_path in $LIB cannam@154: do cannam@154: IFS=$lt_save_ifs cannam@154: # Let DOS variable expansion print the short 8.3 style file name. cannam@154: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` cannam@154: sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" cannam@154: done cannam@154: IFS=$lt_save_ifs cannam@154: # Convert to MSYS style. cannam@154: 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@154: ;; cannam@154: cygwin*) cannam@154: # Convert to unix form, then to dos form, then back to unix form cannam@154: # but this time dos style (no spaces!) so that the unix form looks cannam@154: # like /cygdrive/c/PROGRA~1:/cygdr... cannam@154: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` cannam@154: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` cannam@154: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@154: ;; cannam@154: *) cannam@154: sys_lib_search_path_spec=$LIB cannam@154: if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then cannam@154: # It is most probably a Windows format PATH. cannam@154: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cannam@154: else cannam@154: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cannam@154: fi cannam@154: # FIXME: find the short name or the path components, as spaces are cannam@154: # common. (e.g. "Program Files" -> "PROGRA~1") cannam@154: ;; cannam@154: esac cannam@154: cannam@154: # DLL is installed to $(libdir)/../bin by postinstall_cmds cannam@154: postinstall_cmds='base_file=`basename \$file`~ cannam@154: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ cannam@154: dldir=$destdir/`dirname \$dlpath`~ cannam@154: test -d \$dldir || mkdir -p \$dldir~ cannam@154: $install_prog $dir/$dlname \$dldir/$dlname' cannam@154: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cannam@154: dlpath=$dir/\$dldll~ cannam@154: $RM \$dlpath' cannam@154: shlibpath_overrides_runpath=yes cannam@154: dynamic_linker='Win32 link.exe' cannam@154: ;; cannam@154: cannam@154: *) cannam@154: # Assume MSVC wrapper cannam@154: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' cannam@154: dynamic_linker='Win32 ld.exe' cannam@154: ;; cannam@154: esac cannam@154: # FIXME: first we should search . and the directory the executable is in cannam@154: shlibpath_var=PATH cannam@154: ;; cannam@154: cannam@154: darwin* | rhapsody*) cannam@154: dynamic_linker="$host_os dyld" cannam@154: version_type=darwin cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' cannam@154: soname_spec='$libname$release$major$shared_ext' cannam@154: shlibpath_overrides_runpath=yes cannam@154: shlibpath_var=DYLD_LIBRARY_PATH cannam@154: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cannam@154: cannam@154: sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" cannam@154: sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' cannam@154: ;; cannam@154: cannam@154: dgux*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: ;; cannam@154: cannam@154: freebsd* | dragonfly*) cannam@154: # DragonFly does not have aout. When/if they implement a new cannam@154: # versioning mechanism, adjust this. cannam@154: if test -x /usr/bin/objformat; then cannam@154: objformat=`/usr/bin/objformat` cannam@154: else cannam@154: case $host_os in cannam@154: freebsd[23].*) objformat=aout ;; cannam@154: *) objformat=elf ;; cannam@154: esac cannam@154: fi cannam@154: version_type=freebsd-$objformat cannam@154: case $version_type in cannam@154: freebsd-elf*) cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: need_version=no cannam@154: need_lib_prefix=no cannam@154: ;; cannam@154: freebsd-*) cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' cannam@154: need_version=yes cannam@154: ;; cannam@154: esac cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: case $host_os in cannam@154: freebsd2.*) cannam@154: shlibpath_overrides_runpath=yes cannam@154: ;; cannam@154: freebsd3.[01]* | freebsdelf3.[01]*) cannam@154: shlibpath_overrides_runpath=yes cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ cannam@154: freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) cannam@154: shlibpath_overrides_runpath=no cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: *) # from 4.6 on, and DragonFly cannam@154: shlibpath_overrides_runpath=yes cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: haiku*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: dynamic_linker="$host_os runtime_loader" cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: cannam@154: hpux9* | hpux10* | hpux11*) cannam@154: # Give a soname corresponding to the major version so that dld.sl refuses to cannam@154: # link against other versions. cannam@154: version_type=sunos cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: case $host_cpu in cannam@154: ia64*) cannam@154: shrext_cmds='.so' cannam@154: hardcode_into_libs=yes cannam@154: dynamic_linker="$host_os dld.so" cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: if test 32 = "$HPUX_IA64_MODE"; then cannam@154: sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" cannam@154: sys_lib_dlsearch_path_spec=/usr/lib/hpux32 cannam@154: else cannam@154: sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" cannam@154: sys_lib_dlsearch_path_spec=/usr/lib/hpux64 cannam@154: fi cannam@154: ;; cannam@154: hppa*64*) cannam@154: shrext_cmds='.sl' cannam@154: hardcode_into_libs=yes cannam@154: dynamic_linker="$host_os dld.sl" cannam@154: shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH cannam@154: shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" cannam@154: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@154: ;; cannam@154: *) cannam@154: shrext_cmds='.sl' cannam@154: dynamic_linker="$host_os dld.sl" cannam@154: shlibpath_var=SHLIB_PATH cannam@154: shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: ;; cannam@154: esac cannam@154: # HP-UX runs *really* slowly unless shared libraries are mode 555, ... cannam@154: postinstall_cmds='chmod 555 $lib' cannam@154: # or fails outright, so override atomically: cannam@154: install_override_mode=555 cannam@154: ;; cannam@154: cannam@154: interix[3-9]*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: cannam@154: irix5* | irix6* | nonstopux*) cannam@154: case $host_os in cannam@154: nonstopux*) version_type=nonstopux ;; cannam@154: *) cannam@154: if test yes = "$lt_cv_prog_gnu_ld"; then cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: else cannam@154: version_type=irix cannam@154: fi ;; cannam@154: esac cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' cannam@154: case $host_os in cannam@154: irix5* | nonstopux*) cannam@154: libsuff= shlibsuff= cannam@154: ;; cannam@154: *) cannam@154: case $LD in # libtool.m4 will add one of these switches to LD cannam@154: *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") cannam@154: libsuff= shlibsuff= libmagic=32-bit;; cannam@154: *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") cannam@154: libsuff=32 shlibsuff=N32 libmagic=N32;; cannam@154: *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") cannam@154: libsuff=64 shlibsuff=64 libmagic=64-bit;; cannam@154: *) libsuff= shlibsuff= libmagic=never-match;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: shlibpath_var=LD_LIBRARY${shlibsuff}_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" cannam@154: sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: cannam@154: # No shared lib support for Linux oldld, aout, or coff. cannam@154: linux*oldld* | linux*aout* | linux*coff*) cannam@154: dynamic_linker=no cannam@154: ;; cannam@154: cannam@154: linux*android*) cannam@154: version_type=none # Android doesn't support versioned libraries. cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext' cannam@154: finish_cmds= cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: cannam@154: # This implies no fast_install, which is unacceptable. cannam@154: # Some rework will be needed to allow for fast_install cannam@154: # before this can be enabled. cannam@154: hardcode_into_libs=yes cannam@154: cannam@154: dynamic_linker='Android linker' cannam@154: # Don't embed -rpath directories since the linker doesn't support them. cannam@154: hardcode_libdir_flag_spec='-L$libdir' cannam@154: ;; cannam@154: cannam@154: # This must be glibc/ELF. cannam@154: linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: cannam@154: # Some binutils ld are patched to set DT_RUNPATH cannam@154: if ${lt_cv_shlibpath_overrides_runpath+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: lt_cv_shlibpath_overrides_runpath=no cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: save_libdir=$libdir cannam@154: eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ cannam@154: LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: int cannam@154: main () cannam@154: { cannam@154: cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : cannam@154: lt_cv_shlibpath_overrides_runpath=yes cannam@154: fi cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: libdir=$save_libdir cannam@154: cannam@154: fi cannam@154: cannam@154: shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath cannam@154: cannam@154: # This implies no fast_install, which is unacceptable. cannam@154: # Some rework will be needed to allow for fast_install cannam@154: # before this can be enabled. cannam@154: hardcode_into_libs=yes cannam@154: cannam@154: # Add ABI-specific directories to the system library path. cannam@154: sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" cannam@154: cannam@154: # Ideally, we could use ldconfig to report *all* directores which are cannam@154: # searched for libraries, however this is still not possible. Aside from not cannam@154: # being certain /sbin/ldconfig is available, command cannam@154: # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, cannam@154: # even though it is searched at run-time. Try to do the best guess by cannam@154: # appending ld.so.conf contents (and includes) to the search path. cannam@154: if test -f /etc/ld.so.conf; then cannam@154: 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@154: sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" cannam@154: fi cannam@154: cannam@154: # We used to test for /lib/ld.so.1 and disable shared libraries on cannam@154: # powerpc, because MkLinux only supported shared libraries with the cannam@154: # GNU dynamic linker. Since this was broken with cross compilers, cannam@154: # most powerpc-linux boxes support dynamic linking these days and cannam@154: # people can always --disable-shared, the test was removed, and we cannam@154: # assume the GNU/Linux dynamic linker is in use. cannam@154: dynamic_linker='GNU/Linux ld.so' cannam@154: ;; cannam@154: cannam@154: netbsd*) cannam@154: version_type=sunos cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' cannam@154: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@154: dynamic_linker='NetBSD (a.out) ld.so' cannam@154: else cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: dynamic_linker='NetBSD ld.elf_so' cannam@154: fi cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: cannam@154: newsos6) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: ;; cannam@154: cannam@154: *nto* | *qnx*) cannam@154: version_type=qnx cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: hardcode_into_libs=yes cannam@154: dynamic_linker='ldqnx.so' cannam@154: ;; cannam@154: cannam@154: openbsd* | bitrig*) cannam@154: version_type=sunos cannam@154: sys_lib_dlsearch_path_spec=/usr/lib cannam@154: need_lib_prefix=no cannam@154: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then cannam@154: need_version=no cannam@154: else cannam@154: need_version=yes cannam@154: fi cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' cannam@154: finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: ;; cannam@154: cannam@154: os2*) cannam@154: libname_spec='$name' cannam@154: version_type=windows cannam@154: shrext_cmds=.dll cannam@154: need_version=no cannam@154: need_lib_prefix=no cannam@154: # OS/2 can only load a DLL with a base name of 8 characters or less. cannam@154: soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; cannam@154: v=$($ECHO $release$versuffix | tr -d .-); cannam@154: n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); cannam@154: $ECHO $n$v`$shared_ext' cannam@154: library_names_spec='${libname}_dll.$libext' cannam@154: dynamic_linker='OS/2 ld.exe' cannam@154: shlibpath_var=BEGINLIBPATH cannam@154: sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" cannam@154: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@154: postinstall_cmds='base_file=`basename \$file`~ cannam@154: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ cannam@154: dldir=$destdir/`dirname \$dlpath`~ cannam@154: test -d \$dldir || mkdir -p \$dldir~ cannam@154: $install_prog $dir/$dlname \$dldir/$dlname~ cannam@154: chmod a+x \$dldir/$dlname~ cannam@154: if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then cannam@154: eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; cannam@154: fi' cannam@154: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ cannam@154: dlpath=$dir/\$dldll~ cannam@154: $RM \$dlpath' cannam@154: ;; cannam@154: cannam@154: osf3* | osf4* | osf5*) cannam@154: version_type=osf cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" cannam@154: sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec cannam@154: ;; cannam@154: cannam@154: rdos*) cannam@154: dynamic_linker=no cannam@154: ;; cannam@154: cannam@154: solaris*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: hardcode_into_libs=yes cannam@154: # ldd complains unless libraries are executable cannam@154: postinstall_cmds='chmod +x $lib' cannam@154: ;; cannam@154: cannam@154: sunos4*) cannam@154: version_type=sunos cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' cannam@154: finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: if test yes = "$with_gnu_ld"; then cannam@154: need_lib_prefix=no cannam@154: fi cannam@154: need_version=yes cannam@154: ;; cannam@154: cannam@154: sysv4 | sysv4.3*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: case $host_vendor in cannam@154: sni) cannam@154: shlibpath_overrides_runpath=no cannam@154: need_lib_prefix=no cannam@154: runpath_var=LD_RUN_PATH cannam@154: ;; cannam@154: siemens) cannam@154: need_lib_prefix=no cannam@154: ;; cannam@154: motorola) cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: shlibpath_overrides_runpath=no cannam@154: sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' cannam@154: ;; cannam@154: esac cannam@154: ;; cannam@154: cannam@154: sysv4*MP*) cannam@154: if test -d /usr/nec; then cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' cannam@154: soname_spec='$libname$shared_ext.$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: fi cannam@154: ;; cannam@154: cannam@154: sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) cannam@154: version_type=sco cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=yes cannam@154: hardcode_into_libs=yes cannam@154: if test yes = "$with_gnu_ld"; then cannam@154: sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' cannam@154: else cannam@154: sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' cannam@154: case $host_os in cannam@154: sco3.2v5*) cannam@154: sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: sys_lib_dlsearch_path_spec='/usr/lib' cannam@154: ;; cannam@154: cannam@154: tpf*) cannam@154: # TPF is a cross-target only. Preferred cross-host = GNU/Linux. cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: need_lib_prefix=no cannam@154: need_version=no cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: shlibpath_overrides_runpath=no cannam@154: hardcode_into_libs=yes cannam@154: ;; cannam@154: cannam@154: uts4*) cannam@154: version_type=linux # correct to gnu/linux during the next big refactor cannam@154: library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' cannam@154: soname_spec='$libname$release$shared_ext$major' cannam@154: shlibpath_var=LD_LIBRARY_PATH cannam@154: ;; cannam@154: cannam@154: *) cannam@154: dynamic_linker=no cannam@154: ;; cannam@154: esac cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 cannam@154: $as_echo "$dynamic_linker" >&6; } cannam@154: test no = "$dynamic_linker" && can_build_shared=no cannam@154: cannam@154: variables_saved_for_relink="PATH $shlibpath_var $runpath_var" cannam@154: if test yes = "$GCC"; then cannam@154: variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" cannam@154: fi cannam@154: cannam@154: if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then cannam@154: sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec cannam@154: fi cannam@154: cannam@154: if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then cannam@154: sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec cannam@154: fi cannam@154: cannam@154: # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... cannam@154: configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec cannam@154: cannam@154: # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code cannam@154: func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" cannam@154: cannam@154: # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool cannam@154: configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 cannam@154: $as_echo_n "checking how to hardcode library paths into programs... " >&6; } cannam@154: hardcode_action= cannam@154: if test -n "$hardcode_libdir_flag_spec" || cannam@154: test -n "$runpath_var" || cannam@154: test yes = "$hardcode_automatic"; then cannam@154: cannam@154: # We can hardcode non-existent directories. cannam@154: if test no != "$hardcode_direct" && cannam@154: # If the only mechanism to avoid hardcoding is shlibpath_var, we cannam@154: # have to relink, otherwise we might link with an installed library cannam@154: # when we should be linking with a yet-to-be-installed one cannam@154: ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && cannam@154: test no != "$hardcode_minus_L"; then cannam@154: # Linking always hardcodes the temporary library directory. cannam@154: hardcode_action=relink cannam@154: else cannam@154: # We can link without hardcoding, and we can hardcode nonexisting dirs. cannam@154: hardcode_action=immediate cannam@154: fi cannam@154: else cannam@154: # We cannot hardcode anything, or else we can only hardcode existing cannam@154: # directories. cannam@154: hardcode_action=unsupported cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 cannam@154: $as_echo "$hardcode_action" >&6; } cannam@154: cannam@154: if test relink = "$hardcode_action" || cannam@154: test yes = "$inherit_rpath"; then cannam@154: # Fast installation is not supported cannam@154: enable_fast_install=no cannam@154: elif test yes = "$shlibpath_overrides_runpath" || cannam@154: test no = "$enable_shared"; then cannam@154: # Fast installation is not necessary cannam@154: enable_fast_install=needless cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test yes != "$enable_dlopen"; then cannam@154: enable_dlopen=unknown cannam@154: enable_dlopen_self=unknown cannam@154: enable_dlopen_self_static=unknown cannam@154: else cannam@154: lt_cv_dlopen=no cannam@154: lt_cv_dlopen_libs= cannam@154: cannam@154: case $host_os in cannam@154: beos*) cannam@154: lt_cv_dlopen=load_add_on cannam@154: lt_cv_dlopen_libs= cannam@154: lt_cv_dlopen_self=yes cannam@154: ;; cannam@154: cannam@154: mingw* | pw32* | cegcc*) cannam@154: lt_cv_dlopen=LoadLibrary cannam@154: lt_cv_dlopen_libs= cannam@154: ;; cannam@154: cannam@154: cygwin*) cannam@154: lt_cv_dlopen=dlopen cannam@154: lt_cv_dlopen_libs= cannam@154: ;; cannam@154: cannam@154: darwin*) cannam@154: # if libdl is installed we need to link against it cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@154: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@154: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_check_lib_save_LIBS=$LIBS cannam@154: LIBS="-ldl $LIBS" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char dlopen (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return dlopen (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_lib_dl_dlopen=yes cannam@154: else cannam@154: ac_cv_lib_dl_dlopen=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LIBS=$ac_check_lib_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@154: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@154: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@154: lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl cannam@154: else cannam@154: cannam@154: lt_cv_dlopen=dyld cannam@154: lt_cv_dlopen_libs= cannam@154: lt_cv_dlopen_self=yes cannam@154: cannam@154: fi cannam@154: cannam@154: ;; cannam@154: cannam@154: tpf*) cannam@154: # Don't try to run any link tests for TPF. We know it's impossible cannam@154: # because TPF is a cross-compiler, and we know how we open DSOs. cannam@154: lt_cv_dlopen=dlopen cannam@154: lt_cv_dlopen_libs= cannam@154: lt_cv_dlopen_self=no cannam@154: ;; cannam@154: cannam@154: *) cannam@154: ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" cannam@154: if test "x$ac_cv_func_shl_load" = xyes; then : cannam@154: lt_cv_dlopen=shl_load cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 cannam@154: $as_echo_n "checking for shl_load in -ldld... " >&6; } cannam@154: if ${ac_cv_lib_dld_shl_load+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_check_lib_save_LIBS=$LIBS cannam@154: LIBS="-ldld $LIBS" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char shl_load (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return shl_load (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_lib_dld_shl_load=yes cannam@154: else cannam@154: ac_cv_lib_dld_shl_load=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LIBS=$ac_check_lib_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 cannam@154: $as_echo "$ac_cv_lib_dld_shl_load" >&6; } cannam@154: if test "x$ac_cv_lib_dld_shl_load" = xyes; then : cannam@154: lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld cannam@154: else cannam@154: ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" cannam@154: if test "x$ac_cv_func_dlopen" = xyes; then : cannam@154: lt_cv_dlopen=dlopen cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 cannam@154: $as_echo_n "checking for dlopen in -ldl... " >&6; } cannam@154: if ${ac_cv_lib_dl_dlopen+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_check_lib_save_LIBS=$LIBS cannam@154: LIBS="-ldl $LIBS" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char dlopen (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return dlopen (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_lib_dl_dlopen=yes cannam@154: else cannam@154: ac_cv_lib_dl_dlopen=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LIBS=$ac_check_lib_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 cannam@154: $as_echo "$ac_cv_lib_dl_dlopen" >&6; } cannam@154: if test "x$ac_cv_lib_dl_dlopen" = xyes; then : cannam@154: lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 cannam@154: $as_echo_n "checking for dlopen in -lsvld... " >&6; } cannam@154: if ${ac_cv_lib_svld_dlopen+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_check_lib_save_LIBS=$LIBS cannam@154: LIBS="-lsvld $LIBS" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char dlopen (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return dlopen (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_lib_svld_dlopen=yes cannam@154: else cannam@154: ac_cv_lib_svld_dlopen=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LIBS=$ac_check_lib_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 cannam@154: $as_echo "$ac_cv_lib_svld_dlopen" >&6; } cannam@154: if test "x$ac_cv_lib_svld_dlopen" = xyes; then : cannam@154: lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 cannam@154: $as_echo_n "checking for dld_link in -ldld... " >&6; } cannam@154: if ${ac_cv_lib_dld_dld_link+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_check_lib_save_LIBS=$LIBS cannam@154: LIBS="-ldld $LIBS" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char dld_link (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return dld_link (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_lib_dld_dld_link=yes cannam@154: else cannam@154: ac_cv_lib_dld_dld_link=no cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: LIBS=$ac_check_lib_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 cannam@154: $as_echo "$ac_cv_lib_dld_dld_link" >&6; } cannam@154: if test "x$ac_cv_lib_dld_dld_link" = xyes; then : cannam@154: lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: ;; cannam@154: esac cannam@154: cannam@154: if test no = "$lt_cv_dlopen"; then cannam@154: enable_dlopen=no cannam@154: else cannam@154: enable_dlopen=yes cannam@154: fi cannam@154: cannam@154: case $lt_cv_dlopen in cannam@154: dlopen) cannam@154: save_CPPFLAGS=$CPPFLAGS cannam@154: test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" cannam@154: cannam@154: save_LDFLAGS=$LDFLAGS cannam@154: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" cannam@154: cannam@154: save_LIBS=$LIBS cannam@154: LIBS="$lt_cv_dlopen_libs $LIBS" cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 cannam@154: $as_echo_n "checking whether a program can dlopen itself... " >&6; } cannam@154: if ${lt_cv_dlopen_self+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test yes = "$cross_compiling"; then : cannam@154: lt_cv_dlopen_self=cross cannam@154: else cannam@154: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@154: lt_status=$lt_dlunknown cannam@154: cat > conftest.$ac_ext <<_LT_EOF cannam@154: #line $LINENO "configure" cannam@154: #include "confdefs.h" cannam@154: cannam@154: #if HAVE_DLFCN_H cannam@154: #include cannam@154: #endif cannam@154: cannam@154: #include cannam@154: cannam@154: #ifdef RTLD_GLOBAL cannam@154: # define LT_DLGLOBAL RTLD_GLOBAL cannam@154: #else cannam@154: # ifdef DL_GLOBAL cannam@154: # define LT_DLGLOBAL DL_GLOBAL cannam@154: # else cannam@154: # define LT_DLGLOBAL 0 cannam@154: # endif cannam@154: #endif cannam@154: cannam@154: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@154: find out it does not work in some platform. */ cannam@154: #ifndef LT_DLLAZY_OR_NOW cannam@154: # ifdef RTLD_LAZY cannam@154: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@154: # else cannam@154: # ifdef DL_LAZY cannam@154: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@154: # else cannam@154: # ifdef RTLD_NOW cannam@154: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@154: # else cannam@154: # ifdef DL_NOW cannam@154: # define LT_DLLAZY_OR_NOW DL_NOW cannam@154: # else cannam@154: # define LT_DLLAZY_OR_NOW 0 cannam@154: # endif cannam@154: # endif cannam@154: # endif cannam@154: # endif cannam@154: #endif cannam@154: cannam@154: /* When -fvisibility=hidden is used, assume the code has been annotated cannam@154: correspondingly for the symbols needed. */ cannam@154: #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@154: int fnord () __attribute__((visibility("default"))); cannam@154: #endif cannam@154: cannam@154: int fnord () { return 42; } cannam@154: int main () cannam@154: { cannam@154: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@154: int status = $lt_dlunknown; cannam@154: cannam@154: if (self) cannam@154: { cannam@154: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@154: else cannam@154: { cannam@154: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@154: else puts (dlerror ()); cannam@154: } cannam@154: /* dlclose (self); */ cannam@154: } cannam@154: else cannam@154: puts (dlerror ()); cannam@154: cannam@154: return status; cannam@154: } cannam@154: _LT_EOF cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@154: (eval $ac_link) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then cannam@154: (./conftest; exit; ) >&5 2>/dev/null cannam@154: lt_status=$? cannam@154: case x$lt_status in cannam@154: x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; cannam@154: x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; cannam@154: x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; cannam@154: esac cannam@154: else : cannam@154: # compilation failed cannam@154: lt_cv_dlopen_self=no cannam@154: fi cannam@154: fi cannam@154: rm -fr conftest* cannam@154: cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 cannam@154: $as_echo "$lt_cv_dlopen_self" >&6; } cannam@154: cannam@154: if test yes = "$lt_cv_dlopen_self"; then cannam@154: wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 cannam@154: $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } cannam@154: if ${lt_cv_dlopen_self_static+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test yes = "$cross_compiling"; then : cannam@154: lt_cv_dlopen_self_static=cross cannam@154: else cannam@154: lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 cannam@154: lt_status=$lt_dlunknown cannam@154: cat > conftest.$ac_ext <<_LT_EOF cannam@154: #line $LINENO "configure" cannam@154: #include "confdefs.h" cannam@154: cannam@154: #if HAVE_DLFCN_H cannam@154: #include cannam@154: #endif cannam@154: cannam@154: #include cannam@154: cannam@154: #ifdef RTLD_GLOBAL cannam@154: # define LT_DLGLOBAL RTLD_GLOBAL cannam@154: #else cannam@154: # ifdef DL_GLOBAL cannam@154: # define LT_DLGLOBAL DL_GLOBAL cannam@154: # else cannam@154: # define LT_DLGLOBAL 0 cannam@154: # endif cannam@154: #endif cannam@154: cannam@154: /* We may have to define LT_DLLAZY_OR_NOW in the command line if we cannam@154: find out it does not work in some platform. */ cannam@154: #ifndef LT_DLLAZY_OR_NOW cannam@154: # ifdef RTLD_LAZY cannam@154: # define LT_DLLAZY_OR_NOW RTLD_LAZY cannam@154: # else cannam@154: # ifdef DL_LAZY cannam@154: # define LT_DLLAZY_OR_NOW DL_LAZY cannam@154: # else cannam@154: # ifdef RTLD_NOW cannam@154: # define LT_DLLAZY_OR_NOW RTLD_NOW cannam@154: # else cannam@154: # ifdef DL_NOW cannam@154: # define LT_DLLAZY_OR_NOW DL_NOW cannam@154: # else cannam@154: # define LT_DLLAZY_OR_NOW 0 cannam@154: # endif cannam@154: # endif cannam@154: # endif cannam@154: # endif cannam@154: #endif cannam@154: cannam@154: /* When -fvisibility=hidden is used, assume the code has been annotated cannam@154: correspondingly for the symbols needed. */ cannam@154: #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) cannam@154: int fnord () __attribute__((visibility("default"))); cannam@154: #endif cannam@154: cannam@154: int fnord () { return 42; } cannam@154: int main () cannam@154: { cannam@154: void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); cannam@154: int status = $lt_dlunknown; cannam@154: cannam@154: if (self) cannam@154: { cannam@154: if (dlsym (self,"fnord")) status = $lt_dlno_uscore; cannam@154: else cannam@154: { cannam@154: if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; cannam@154: else puts (dlerror ()); cannam@154: } cannam@154: /* dlclose (self); */ cannam@154: } cannam@154: else cannam@154: puts (dlerror ()); cannam@154: cannam@154: return status; cannam@154: } cannam@154: _LT_EOF cannam@154: if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 cannam@154: (eval $ac_link) 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then cannam@154: (./conftest; exit; ) >&5 2>/dev/null cannam@154: lt_status=$? cannam@154: case x$lt_status in cannam@154: x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; cannam@154: x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; cannam@154: x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; cannam@154: esac cannam@154: else : cannam@154: # compilation failed cannam@154: lt_cv_dlopen_self_static=no cannam@154: fi cannam@154: fi cannam@154: rm -fr conftest* cannam@154: cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 cannam@154: $as_echo "$lt_cv_dlopen_self_static" >&6; } cannam@154: fi cannam@154: cannam@154: CPPFLAGS=$save_CPPFLAGS cannam@154: LDFLAGS=$save_LDFLAGS cannam@154: LIBS=$save_LIBS cannam@154: ;; cannam@154: esac cannam@154: cannam@154: case $lt_cv_dlopen_self in cannam@154: yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; cannam@154: *) enable_dlopen_self=unknown ;; cannam@154: esac cannam@154: cannam@154: case $lt_cv_dlopen_self_static in cannam@154: yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; cannam@154: *) enable_dlopen_self_static=unknown ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: striplib= cannam@154: old_striplib= cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 cannam@154: $as_echo_n "checking whether stripping libraries is possible... " >&6; } cannam@154: if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then cannam@154: test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" cannam@154: test -z "$striplib" && striplib="$STRIP --strip-unneeded" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: else cannam@154: # FIXME - insert some real tests, host_os isn't really good enough cannam@154: case $host_os in cannam@154: darwin*) cannam@154: if test -n "$STRIP"; then cannam@154: striplib="$STRIP -x" cannam@154: old_striplib="$STRIP -S" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: ;; cannam@154: *) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Report what library types will actually be built cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 cannam@154: $as_echo_n "checking if libtool supports shared libraries... " >&6; } cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 cannam@154: $as_echo "$can_build_shared" >&6; } cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 cannam@154: $as_echo_n "checking whether to build shared libraries... " >&6; } cannam@154: test no = "$can_build_shared" && enable_shared=no cannam@154: cannam@154: # On AIX, shared libraries and static libraries use the same namespace, and cannam@154: # are all built from PIC. cannam@154: case $host_os in cannam@154: aix3*) cannam@154: test yes = "$enable_shared" && enable_static=no cannam@154: if test -n "$RANLIB"; then cannam@154: archive_cmds="$archive_cmds~\$RANLIB \$lib" cannam@154: postinstall_cmds='$RANLIB $lib' cannam@154: fi cannam@154: ;; cannam@154: cannam@154: aix[4-9]*) cannam@154: if test ia64 != "$host_cpu"; then cannam@154: case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in cannam@154: yes,aix,yes) ;; # shared object as lib.so file only cannam@154: yes,svr4,*) ;; # shared object as lib.so archive member only cannam@154: yes,*) enable_static=no ;; # shared object in lib.a archive as well cannam@154: esac cannam@154: fi cannam@154: ;; cannam@154: esac cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 cannam@154: $as_echo "$enable_shared" >&6; } cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 cannam@154: $as_echo_n "checking whether to build static libraries... " >&6; } cannam@154: # Make sure either enable_shared or enable_static is yes. cannam@154: test yes = "$enable_shared" || enable_static=yes cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 cannam@154: $as_echo "$enable_static" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: fi cannam@154: ac_ext=c cannam@154: ac_cpp='$CPP $CPPFLAGS' cannam@154: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' cannam@154: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' cannam@154: ac_compiler_gnu=$ac_cv_c_compiler_gnu cannam@154: cannam@154: CC=$lt_save_CC cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: ac_config_commands="$ac_config_commands libtool" cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: # Only expand once: cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --enable-silent-rules was given. cannam@154: if test "${enable_silent_rules+set}" = set; then : cannam@154: enableval=$enable_silent_rules; cannam@154: fi cannam@154: cannam@154: case $enable_silent_rules in # ((( cannam@154: yes) AM_DEFAULT_VERBOSITY=0;; cannam@154: no) AM_DEFAULT_VERBOSITY=1;; cannam@154: *) AM_DEFAULT_VERBOSITY=0;; cannam@154: esac cannam@154: am_make=${MAKE-make} cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 cannam@154: $as_echo_n "checking whether $am_make supports nested variables... " >&6; } cannam@154: if ${am_cv_make_support_nested_variables+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if $as_echo 'TRUE=$(BAR$(V)) cannam@154: BAR0=false cannam@154: BAR1=true cannam@154: V=1 cannam@154: am__doit: cannam@154: @$(TRUE) cannam@154: .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then cannam@154: am_cv_make_support_nested_variables=yes cannam@154: else cannam@154: am_cv_make_support_nested_variables=no cannam@154: fi cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 cannam@154: $as_echo "$am_cv_make_support_nested_variables" >&6; } cannam@154: if test $am_cv_make_support_nested_variables = yes; then cannam@154: AM_V='$(V)' cannam@154: AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' cannam@154: else cannam@154: AM_V=$AM_DEFAULT_VERBOSITY cannam@154: AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY cannam@154: fi cannam@154: AM_BACKSLASH='\' cannam@154: cannam@154: cannam@154: cannam@154: OP_LT_CURRENT=4 cannam@154: OP_LT_REVISION=2 cannam@154: OP_LT_AGE=4 cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: for flag in -std=c89 -pedantic -Wall -Wextra -Wno-parentheses -Wno-long-long; do cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $flag flag" >&5 cannam@154: $as_echo_n "checking if $CC supports $flag flag... " >&6; } cannam@154: if { as_var=`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cannam@154: if { as_var=`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS $flag" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int main() { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`='yes'" cannam@154: else cannam@154: eval "`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if eval test x$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` = xyes; then : cannam@154: cannam@154: fi cannam@154: cannam@154: fi cannam@154: eval ac_res=\$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: cannam@154: if eval test x$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` = xyes; then : cannam@154: CFLAGS="$CFLAGS $flag"; cannam@154: fi cannam@154: cannam@154: done cannam@154: cannam@154: cannam@154: # Platform-specific tweaks cannam@154: case $host in cannam@154: *-mingw*) cannam@154: # -std=c89 causes some warnings under mingw. cannam@154: cannam@154: for flag in -U__STRICT_ANSI__; do cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports $flag flag" >&5 cannam@154: $as_echo_n "checking if $CC supports $flag flag... " >&6; } cannam@154: if { as_var=`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cannam@154: if { as_var=`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`; eval \${$as_var+:} false; }; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS $flag" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int main() { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`='yes'" cannam@154: else cannam@154: eval "`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh`='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if eval test x$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` = xyes; then : cannam@154: cannam@154: fi cannam@154: cannam@154: fi cannam@154: eval ac_res=\$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 cannam@154: $as_echo "$ac_res" >&6; } cannam@154: cannam@154: if eval test x$`$as_echo "cc_cv_cflags_$flag" | $as_tr_sh` = xyes; then : cannam@154: CFLAGS="$CFLAGS $flag"; cannam@154: fi cannam@154: cannam@154: done cannam@154: cannam@154: # We need WINNT>=0x501 (WindowsXP) for getaddrinfo/freeaddrinfo. cannam@154: # It's okay to define this even when HTTP support is disabled, as it only cannam@154: # affects header declarations, not linking (unless we actually use some cannam@154: # XP-only functions). cannam@154: cannam@154: cat >>confdefs.h <<_ACEOF cannam@154: #define _WIN32_WINNT 0x501 cannam@154: _ACEOF cannam@154: cannam@154: host_mingw=true cannam@154: ;; cannam@154: esac cannam@154: if test "$host_mingw" = "true"; then cannam@154: OP_WIN32_TRUE= cannam@154: OP_WIN32_FALSE='#' cannam@154: else cannam@154: OP_WIN32_TRUE='#' cannam@154: OP_WIN32_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: # Check whether --enable-assertions was given. cannam@154: if test "${enable_assertions+set}" = set; then : cannam@154: enableval=$enable_assertions; cannam@154: else cannam@154: enable_assertions=no cannam@154: fi cannam@154: cannam@154: cannam@154: if test "$enable_assertions" = "yes"; then : cannam@154: cannam@154: cannam@154: $as_echo "#define OP_ENABLE_ASSERTIONS 1" >>confdefs.h cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: # Check whether --enable-http was given. cannam@154: if test "${enable_http+set}" = set; then : cannam@154: enableval=$enable_http; cannam@154: else cannam@154: enable_http=yes cannam@154: fi cannam@154: cannam@154: cannam@154: if test -z "$OP_WIN32_TRUE"; then : cannam@154: if test "$enable_http" != "no"; then : cannam@154: ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" cannam@154: if test "x$ac_cv_header_winsock2_h" = xyes; then : cannam@154: cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP support requires a Winsock socket library." >&5 cannam@154: $as_echo "$as_me: WARNING: HTTP support requires a Winsock socket library." >&2;} cannam@154: enable_http=no cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: fi cannam@154: else cannam@154: if test "$enable_http" != "no"; then : cannam@154: ac_fn_c_check_header_mongrel "$LINENO" "sys/socket.h" "ac_cv_header_sys_socket_h" "$ac_includes_default" cannam@154: if test "x$ac_cv_header_sys_socket_h" = xyes; then : cannam@154: cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: HTTP support requires a POSIX socket library." >&5 cannam@154: $as_echo "$as_me: WARNING: HTTP support requires a POSIX socket library." >&2;} cannam@154: enable_http=no cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ftime" >&5 cannam@154: $as_echo_n "checking for library containing ftime... " >&6; } cannam@154: if ${ac_cv_search_ftime+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_func_search_save_LIBS=$LIBS cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char ftime (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return ftime (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: for ac_lib in '' compat; do cannam@154: if test -z "$ac_lib"; then cannam@154: ac_res="none required" cannam@154: else cannam@154: ac_res=-l$ac_lib cannam@154: LIBS="-l$ac_lib $ac_func_search_save_LIBS" cannam@154: fi cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_search_ftime=$ac_res cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext cannam@154: if ${ac_cv_search_ftime+:} false; then : cannam@154: break cannam@154: fi cannam@154: done cannam@154: if ${ac_cv_search_ftime+:} false; then : cannam@154: cannam@154: else cannam@154: ac_cv_search_ftime=no cannam@154: fi cannam@154: rm conftest.$ac_ext cannam@154: LIBS=$ac_func_search_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ftime" >&5 cannam@154: $as_echo "$ac_cv_search_ftime" >&6; } cannam@154: ac_res=$ac_cv_search_ftime cannam@154: if test "$ac_res" != no; then : cannam@154: test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" cannam@154: cannam@154: else cannam@154: enable_http=no cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then cannam@154: if test -n "$ac_tool_prefix"; then cannam@154: # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. cannam@154: set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_path_PKG_CONFIG+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: case $PKG_CONFIG in cannam@154: [\\/]* | ?:[\\/]*) cannam@154: ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. cannam@154: ;; cannam@154: *) cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: PKG_CONFIG=$ac_cv_path_PKG_CONFIG cannam@154: if test -n "$PKG_CONFIG"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 cannam@154: $as_echo "$PKG_CONFIG" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: if test -z "$ac_cv_path_PKG_CONFIG"; then cannam@154: ac_pt_PKG_CONFIG=$PKG_CONFIG cannam@154: # Extract the first word of "pkg-config", so it can be a program name with args. cannam@154: set dummy pkg-config; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: case $ac_pt_PKG_CONFIG in cannam@154: [\\/]* | ?:[\\/]*) cannam@154: ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. cannam@154: ;; cannam@154: *) cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG cannam@154: if test -n "$ac_pt_PKG_CONFIG"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 cannam@154: $as_echo "$ac_pt_PKG_CONFIG" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: if test "x$ac_pt_PKG_CONFIG" = x; then cannam@154: PKG_CONFIG="" cannam@154: else cannam@154: case $cross_compiling:$ac_tool_warned in cannam@154: yes:) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 cannam@154: $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} cannam@154: ac_tool_warned=yes ;; cannam@154: esac cannam@154: PKG_CONFIG=$ac_pt_PKG_CONFIG cannam@154: fi cannam@154: else cannam@154: PKG_CONFIG="$ac_cv_path_PKG_CONFIG" cannam@154: fi cannam@154: cannam@154: fi cannam@154: if test -n "$PKG_CONFIG"; then cannam@154: _pkg_min_version=0.9.0 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 cannam@154: $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } cannam@154: if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: PKG_CONFIG="" cannam@154: fi cannam@154: fi cannam@154: if test "$enable_http" != "no"; then : cannam@154: cannam@154: openssl="openssl" cannam@154: cannam@154: $as_echo "#define OP_ENABLE_HTTP 1" >>confdefs.h cannam@154: cannam@154: cannam@154: pkg_failed=no cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for URL_DEPS" >&5 cannam@154: $as_echo_n "checking for URL_DEPS... " >&6; } cannam@154: cannam@154: if test -n "$URL_DEPS_CFLAGS"; then cannam@154: pkg_cv_URL_DEPS_CFLAGS="$URL_DEPS_CFLAGS" cannam@154: elif test -n "$PKG_CONFIG"; then cannam@154: if test -n "$PKG_CONFIG" && \ cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 cannam@154: ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: pkg_cv_URL_DEPS_CFLAGS=`$PKG_CONFIG --cflags "openssl" 2>/dev/null` cannam@154: test "x$?" != "x0" && pkg_failed=yes cannam@154: else cannam@154: pkg_failed=yes cannam@154: fi cannam@154: else cannam@154: pkg_failed=untried cannam@154: fi cannam@154: if test -n "$URL_DEPS_LIBS"; then cannam@154: pkg_cv_URL_DEPS_LIBS="$URL_DEPS_LIBS" cannam@154: elif test -n "$PKG_CONFIG"; then cannam@154: if test -n "$PKG_CONFIG" && \ cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openssl\""; } >&5 cannam@154: ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: pkg_cv_URL_DEPS_LIBS=`$PKG_CONFIG --libs "openssl" 2>/dev/null` cannam@154: test "x$?" != "x0" && pkg_failed=yes cannam@154: else cannam@154: pkg_failed=yes cannam@154: fi cannam@154: else cannam@154: pkg_failed=untried cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: if test $pkg_failed = yes; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: cannam@154: if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then cannam@154: _pkg_short_errors_supported=yes cannam@154: else cannam@154: _pkg_short_errors_supported=no cannam@154: fi cannam@154: if test $_pkg_short_errors_supported = yes; then cannam@154: URL_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl" 2>&1` cannam@154: else cannam@154: URL_DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl" 2>&1` cannam@154: fi cannam@154: # Put the nasty error message in config.log where it belongs cannam@154: echo "$URL_DEPS_PKG_ERRORS" >&5 cannam@154: cannam@154: as_fn_error $? "Package requirements (openssl) were not met: cannam@154: cannam@154: $URL_DEPS_PKG_ERRORS cannam@154: cannam@154: Consider adjusting the PKG_CONFIG_PATH environment variable if you cannam@154: installed software in a non-standard prefix. cannam@154: cannam@154: Alternatively, you may set the environment variables URL_DEPS_CFLAGS cannam@154: and URL_DEPS_LIBS to avoid the need to call pkg-config. cannam@154: See the pkg-config man page for more details." "$LINENO" 5 cannam@154: elif test $pkg_failed = untried; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it cannam@154: is in your PATH or set the PKG_CONFIG environment variable to the full cannam@154: path to pkg-config. cannam@154: cannam@154: Alternatively, you may set the environment variables URL_DEPS_CFLAGS cannam@154: and URL_DEPS_LIBS to avoid the need to call pkg-config. cannam@154: See the pkg-config man page for more details. cannam@154: cannam@154: To get pkg-config, see . cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: else cannam@154: URL_DEPS_CFLAGS=$pkg_cv_URL_DEPS_CFLAGS cannam@154: URL_DEPS_LIBS=$pkg_cv_URL_DEPS_LIBS cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: cannam@154: fi cannam@154: cannam@154: fi cannam@154: if test "$enable_http" != "no"; then cannam@154: OP_ENABLE_HTTP_TRUE= cannam@154: OP_ENABLE_HTTP_FALSE='#' cannam@154: else cannam@154: OP_ENABLE_HTTP_TRUE='#' cannam@154: OP_ENABLE_HTTP_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: pkg_failed=no cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DEPS" >&5 cannam@154: $as_echo_n "checking for DEPS... " >&6; } cannam@154: cannam@154: if test -n "$DEPS_CFLAGS"; then cannam@154: pkg_cv_DEPS_CFLAGS="$DEPS_CFLAGS" cannam@154: elif test -n "$PKG_CONFIG"; then cannam@154: if test -n "$PKG_CONFIG" && \ cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ogg >= 1.3 opus >= 1.0.1\""; } >&5 cannam@154: ($PKG_CONFIG --exists --print-errors "ogg >= 1.3 opus >= 1.0.1") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags "ogg >= 1.3 opus >= 1.0.1" 2>/dev/null` cannam@154: test "x$?" != "x0" && pkg_failed=yes cannam@154: else cannam@154: pkg_failed=yes cannam@154: fi cannam@154: else cannam@154: pkg_failed=untried cannam@154: fi cannam@154: if test -n "$DEPS_LIBS"; then cannam@154: pkg_cv_DEPS_LIBS="$DEPS_LIBS" cannam@154: elif test -n "$PKG_CONFIG"; then cannam@154: if test -n "$PKG_CONFIG" && \ cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ogg >= 1.3 opus >= 1.0.1\""; } >&5 cannam@154: ($PKG_CONFIG --exists --print-errors "ogg >= 1.3 opus >= 1.0.1") 2>&5 cannam@154: ac_status=$? cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 cannam@154: test $ac_status = 0; }; then cannam@154: pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs "ogg >= 1.3 opus >= 1.0.1" 2>/dev/null` cannam@154: test "x$?" != "x0" && pkg_failed=yes cannam@154: else cannam@154: pkg_failed=yes cannam@154: fi cannam@154: else cannam@154: pkg_failed=untried cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: if test $pkg_failed = yes; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: cannam@154: if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then cannam@154: _pkg_short_errors_supported=yes cannam@154: else cannam@154: _pkg_short_errors_supported=no cannam@154: fi cannam@154: if test $_pkg_short_errors_supported = yes; then cannam@154: DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ogg >= 1.3 opus >= 1.0.1" 2>&1` cannam@154: else cannam@154: DEPS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ogg >= 1.3 opus >= 1.0.1" 2>&1` cannam@154: fi cannam@154: # Put the nasty error message in config.log where it belongs cannam@154: echo "$DEPS_PKG_ERRORS" >&5 cannam@154: cannam@154: as_fn_error $? "Package requirements (ogg >= 1.3 opus >= 1.0.1) were not met: cannam@154: cannam@154: $DEPS_PKG_ERRORS cannam@154: cannam@154: Consider adjusting the PKG_CONFIG_PATH environment variable if you cannam@154: installed software in a non-standard prefix. cannam@154: cannam@154: Alternatively, you may set the environment variables DEPS_CFLAGS cannam@154: and DEPS_LIBS to avoid the need to call pkg-config. cannam@154: See the pkg-config man page for more details." "$LINENO" 5 cannam@154: elif test $pkg_failed = untried; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 cannam@154: $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} cannam@154: as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it cannam@154: is in your PATH or set the PKG_CONFIG environment variable to the full cannam@154: path to pkg-config. cannam@154: cannam@154: Alternatively, you may set the environment variables DEPS_CFLAGS cannam@154: and DEPS_LIBS to avoid the need to call pkg-config. cannam@154: See the pkg-config man page for more details. cannam@154: cannam@154: To get pkg-config, see . cannam@154: See \`config.log' for more details" "$LINENO" 5; } cannam@154: else cannam@154: DEPS_CFLAGS=$pkg_cv_DEPS_CFLAGS cannam@154: DEPS_LIBS=$pkg_cv_DEPS_LIBS cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 cannam@154: $as_echo "yes" >&6; } cannam@154: cannam@154: fi cannam@154: cannam@154: # Check whether --enable-fixed-point was given. cannam@154: if test "${enable_fixed_point+set}" = set; then : cannam@154: enableval=$enable_fixed_point; cannam@154: else cannam@154: enable_fixed_point=no cannam@154: fi cannam@154: cannam@154: # Check whether --enable-float was given. cannam@154: if test "${enable_float+set}" = set; then : cannam@154: enableval=$enable_float; cannam@154: else cannam@154: enable_float=yes cannam@154: fi cannam@154: cannam@154: cannam@154: if test "$enable_float" = "no"; then : cannam@154: enable_fixed_point=yes cannam@154: cannam@154: $as_echo "#define OP_DISABLE_FLOAT_API 1" >>confdefs.h cannam@154: cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: if test "$enable_fixed_point" = "yes"; then : cannam@154: cannam@154: $as_echo "#define OP_FIXED_POINT 1" >>confdefs.h cannam@154: cannam@154: else cannam@154: saved_LIBS="$LIBS" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing lrintf" >&5 cannam@154: $as_echo_n "checking for library containing lrintf... " >&6; } cannam@154: if ${ac_cv_search_lrintf+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_func_search_save_LIBS=$LIBS cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: cannam@154: /* Override any GCC internal prototype to avoid an error. cannam@154: Use char because int might match the return type of a GCC cannam@154: builtin and then its argument prototype would still apply. */ cannam@154: #ifdef __cplusplus cannam@154: extern "C" cannam@154: #endif cannam@154: char lrintf (); cannam@154: int cannam@154: main () cannam@154: { cannam@154: return lrintf (); cannam@154: ; cannam@154: return 0; cannam@154: } cannam@154: _ACEOF cannam@154: for ac_lib in '' m; do cannam@154: if test -z "$ac_lib"; then cannam@154: ac_res="none required" cannam@154: else cannam@154: ac_res=-l$ac_lib cannam@154: LIBS="-l$ac_lib $ac_func_search_save_LIBS" cannam@154: fi cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: ac_cv_search_lrintf=$ac_res cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext cannam@154: if ${ac_cv_search_lrintf+:} false; then : cannam@154: break cannam@154: fi cannam@154: done cannam@154: if ${ac_cv_search_lrintf+:} false; then : cannam@154: cannam@154: else cannam@154: ac_cv_search_lrintf=no cannam@154: fi cannam@154: rm conftest.$ac_ext cannam@154: LIBS=$ac_func_search_save_LIBS cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_lrintf" >&5 cannam@154: $as_echo "$ac_cv_search_lrintf" >&6; } cannam@154: ac_res=$ac_cv_search_lrintf cannam@154: if test "$ac_res" != no; then : cannam@154: test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" cannam@154: cannam@154: cannam@154: $as_echo "#define OP_HAVE_LRINTF 1" >>confdefs.h cannam@154: cannam@154: lrintf_notice=" cannam@154: Library for lrintf() ......... ${ac_cv_search_lrintf}" cannam@154: cannam@154: fi cannam@154: cannam@154: LIBS="$saved_LIBS" cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: # Check whether --enable-examples was given. cannam@154: if test "${enable_examples+set}" = set; then : cannam@154: enableval=$enable_examples; cannam@154: else cannam@154: enable_examples=yes cannam@154: fi cannam@154: cannam@154: if test "$enable_examples" = "yes"; then cannam@154: OP_ENABLE_EXAMPLES_TRUE= cannam@154: OP_ENABLE_EXAMPLES_FALSE='#' cannam@154: else cannam@154: OP_ENABLE_EXAMPLES_TRUE='#' cannam@154: OP_ENABLE_EXAMPLES_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: case "$ac_cv_search_lrintf" in #( cannam@154: "no") : cannam@154: ;; #( cannam@154: "none required") : cannam@154: ;; #( cannam@154: *) : cannam@154: lrintf_lib="$ac_cv_search_lrintf" ;; cannam@154: esac cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC way to treat warnings as errors" >&5 cannam@154: $as_echo_n "checking for $CC way to treat warnings as errors... " >&6; } cannam@154: if ${cc_cv_werror+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cannam@154: if ${cc_cv_cflags__Werror+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS -Werror" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int main() { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "cc_cv_cflags__Werror='yes'" cannam@154: else cannam@154: eval "cc_cv_cflags__Werror='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if eval test x$cc_cv_cflags__Werror = xyes; then : cannam@154: cc_cv_werror=-Werror cannam@154: else cannam@154: cannam@154: if ${cc_cv_cflags__errwarn__all+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS -errwarn=%all" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int main() { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "cc_cv_cflags__errwarn__all='yes'" cannam@154: else cannam@154: eval "cc_cv_cflags__errwarn__all='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if eval test x$cc_cv_cflags__errwarn__all = xyes; then : cannam@154: cc_cv_werror=-errwarn=%all cannam@154: fi cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_cv_werror" >&5 cannam@154: $as_echo "$cc_cv_werror" >&6; } cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports __attribute__(( visibility(\"default\") ))" >&5 cannam@154: $as_echo_n "checking if $CC supports __attribute__(( visibility(\"default\") ))... " >&6; } cannam@154: if ${cc_cv_attribute_visibility_default+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS $cc_cv_werror" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: void __attribute__((visibility("default"))) default_function() { } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_compile "$LINENO"; then : cannam@154: eval "cc_cv_attribute_visibility_default='yes'" cannam@154: else cannam@154: eval "cc_cv_attribute_visibility_default='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_cv_attribute_visibility_default" >&5 cannam@154: $as_echo "$cc_cv_attribute_visibility_default" >&6; } cannam@154: cannam@154: if eval test x$cc_cv_attribute_visibility_default = xyes; then : cannam@154: cannam@154: $as_echo "#define SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT 1" >>confdefs.h cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -fvisibility=hidden" >&5 cannam@154: $as_echo_n "checking if $CC supports -fvisibility=hidden... " >&6; } cannam@154: if ${cc_cv_flag_visibility+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: cc_flag_visibility_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS $cc_cv_werror" cannam@154: cannam@154: if ${cc_cv_cflags__fvisibility_hidden+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: ac_save_CFLAGS="$CFLAGS" cannam@154: CFLAGS="$CFLAGS -fvisibility=hidden" cannam@154: cat confdefs.h - <<_ACEOF >conftest.$ac_ext cannam@154: /* end confdefs.h. */ cannam@154: int main() { return 0; } cannam@154: _ACEOF cannam@154: if ac_fn_c_try_link "$LINENO"; then : cannam@154: eval "cc_cv_cflags__fvisibility_hidden='yes'" cannam@154: else cannam@154: eval "cc_cv_cflags__fvisibility_hidden='no'" cannam@154: fi cannam@154: rm -f core conftest.err conftest.$ac_objext \ cannam@154: conftest$ac_exeext conftest.$ac_ext cannam@154: CFLAGS="$ac_save_CFLAGS" cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if eval test x$cc_cv_cflags__fvisibility_hidden = xyes; then : cannam@154: cc_cv_flag_visibility='yes' cannam@154: else cannam@154: cc_cv_flag_visibility='no' cannam@154: fi cannam@154: cannam@154: CFLAGS="$cc_flag_visibility_save_CFLAGS" cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_cv_flag_visibility" >&5 cannam@154: $as_echo "$cc_cv_flag_visibility" >&6; } cannam@154: cannam@154: if test "x$cc_cv_flag_visibility" = "xyes"; then : cannam@154: cannam@154: $as_echo "#define SUPPORT_FLAG_VISIBILITY 1" >>confdefs.h cannam@154: cannam@154: CFLAGS="${CFLAGS} -fvisibility=hidden" cannam@154: fi cannam@154: cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: # Check whether --enable-doc was given. cannam@154: if test "${enable_doc+set}" = set; then : cannam@154: enableval=$enable_doc; cannam@154: else cannam@154: enable_doc=yes cannam@154: cannam@154: fi cannam@154: cannam@154: cannam@154: if test "$enable_doc" = "yes"; then : cannam@154: cannam@154: # Extract the first word of "doxygen", so it can be a program name with args. cannam@154: set dummy doxygen; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_HAVE_DOXYGEN+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$HAVE_DOXYGEN"; then cannam@154: ac_cv_prog_HAVE_DOXYGEN="$HAVE_DOXYGEN" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_HAVE_DOXYGEN="yes" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: test -z "$ac_cv_prog_HAVE_DOXYGEN" && ac_cv_prog_HAVE_DOXYGEN="no" cannam@154: fi cannam@154: fi cannam@154: HAVE_DOXYGEN=$ac_cv_prog_HAVE_DOXYGEN cannam@154: if test -n "$HAVE_DOXYGEN"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DOXYGEN" >&5 cannam@154: $as_echo "$HAVE_DOXYGEN" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: # Extract the first word of "dot", so it can be a program name with args. cannam@154: set dummy dot; ac_word=$2 cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 cannam@154: $as_echo_n "checking for $ac_word... " >&6; } cannam@154: if ${ac_cv_prog_HAVE_DOT+:} false; then : cannam@154: $as_echo_n "(cached) " >&6 cannam@154: else cannam@154: if test -n "$HAVE_DOT"; then cannam@154: ac_cv_prog_HAVE_DOT="$HAVE_DOT" # Let the user override the test. cannam@154: else cannam@154: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: for ac_exec_ext in '' $ac_executable_extensions; do cannam@154: if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then cannam@154: ac_cv_prog_HAVE_DOT="yes" cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 cannam@154: break 2 cannam@154: fi cannam@154: done cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: test -z "$ac_cv_prog_HAVE_DOT" && ac_cv_prog_HAVE_DOT="no" cannam@154: fi cannam@154: fi cannam@154: HAVE_DOT=$ac_cv_prog_HAVE_DOT cannam@154: if test -n "$HAVE_DOT"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_DOT" >&5 cannam@154: $as_echo "$HAVE_DOT" >&6; } cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 cannam@154: $as_echo "no" >&6; } cannam@154: fi cannam@154: cannam@154: cannam@154: cannam@154: else cannam@154: cannam@154: HAVE_DOXYGEN=no cannam@154: cannam@154: fi cannam@154: cannam@154: if test "$HAVE_DOXYGEN" = "yes"; then cannam@154: HAVE_DOXYGEN_TRUE= cannam@154: HAVE_DOXYGEN_FALSE='#' cannam@154: else cannam@154: HAVE_DOXYGEN_TRUE='#' cannam@154: HAVE_DOXYGEN_FALSE= cannam@154: fi cannam@154: cannam@154: cannam@154: ac_config_files="$ac_config_files Makefile opusfile.pc opusurl.pc opusfile-uninstalled.pc opusurl-uninstalled.pc doc/Doxyfile" cannam@154: cannam@154: ac_config_headers="$ac_config_headers config.h" cannam@154: cannam@154: cat >confcache <<\_ACEOF cannam@154: # This file is a shell script that caches the results of configure cannam@154: # tests run on this system so they can be shared between configure cannam@154: # scripts and configure runs, see configure's option --config-cache. cannam@154: # It is not useful on other systems. If it contains results you don't cannam@154: # want to keep, you may remove or edit it. cannam@154: # cannam@154: # config.status only pays attention to the cache file if you give it cannam@154: # the --recheck option to rerun configure. cannam@154: # cannam@154: # `ac_cv_env_foo' variables (set or unset) will be overridden when cannam@154: # loading this file, other *unset* `ac_cv_foo' will be assigned the cannam@154: # following values. cannam@154: cannam@154: _ACEOF cannam@154: cannam@154: # The following way of writing the cache mishandles newlines in values, cannam@154: # but we know of no workaround that is simple, portable, and efficient. cannam@154: # So, we kill variables containing newlines. cannam@154: # Ultrix sh set writes to stderr and can't be redirected directly, cannam@154: # and sets the high bit in the cache file unless we assign to the vars. cannam@154: ( cannam@154: for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do cannam@154: eval ac_val=\$$ac_var cannam@154: case $ac_val in #( cannam@154: *${as_nl}*) cannam@154: case $ac_var in #( cannam@154: *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 cannam@154: $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; cannam@154: esac cannam@154: case $ac_var in #( cannam@154: _ | IFS | as_nl) ;; #( cannam@154: BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( cannam@154: *) { eval $ac_var=; unset $ac_var;} ;; cannam@154: esac ;; cannam@154: esac cannam@154: done cannam@154: cannam@154: (set) 2>&1 | cannam@154: case $as_nl`(ac_space=' '; set) 2>&1` in #( cannam@154: *${as_nl}ac_space=\ *) cannam@154: # `set' does not quote correctly, so add quotes: double-quote cannam@154: # substitution turns \\\\ into \\, and sed turns \\ into \. cannam@154: sed -n \ cannam@154: "s/'/'\\\\''/g; cannam@154: s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" cannam@154: ;; #( cannam@154: *) cannam@154: # `set' quotes correctly as required by POSIX, so do not add quotes. cannam@154: sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" cannam@154: ;; cannam@154: esac | cannam@154: sort cannam@154: ) | cannam@154: sed ' cannam@154: /^ac_cv_env_/b end cannam@154: t clear cannam@154: :clear cannam@154: s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ cannam@154: t end cannam@154: s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ cannam@154: :end' >>confcache cannam@154: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else cannam@154: if test -w "$cache_file"; then cannam@154: if test "x$cache_file" != "x/dev/null"; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 cannam@154: $as_echo "$as_me: updating cache $cache_file" >&6;} cannam@154: if test ! -f "$cache_file" || test -h "$cache_file"; then cannam@154: cat confcache >"$cache_file" cannam@154: else cannam@154: case $cache_file in #( cannam@154: */* | ?:*) cannam@154: mv -f confcache "$cache_file"$$ && cannam@154: mv -f "$cache_file"$$ "$cache_file" ;; #( cannam@154: *) cannam@154: mv -f confcache "$cache_file" ;; cannam@154: esac cannam@154: fi cannam@154: fi cannam@154: else cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 cannam@154: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} cannam@154: fi cannam@154: fi cannam@154: rm -f confcache cannam@154: cannam@154: test "x$prefix" = xNONE && prefix=$ac_default_prefix cannam@154: # Let make expand exec_prefix. cannam@154: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' cannam@154: cannam@154: DEFS=-DHAVE_CONFIG_H cannam@154: cannam@154: ac_libobjs= cannam@154: ac_ltlibobjs= cannam@154: U= cannam@154: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue cannam@154: # 1. Remove the extension, and $U if already installed. cannam@154: ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' cannam@154: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` cannam@154: # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR cannam@154: # will be set to the directory where LIBOBJS objects are built. cannam@154: as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" cannam@154: as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' cannam@154: done cannam@154: LIBOBJS=$ac_libobjs cannam@154: cannam@154: LTLIBOBJS=$ac_ltlibobjs cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 cannam@154: $as_echo_n "checking that generated files are newer than configure... " >&6; } cannam@154: if test -n "$am_sleep_pid"; then cannam@154: # Hide warnings about reused PIDs. cannam@154: wait $am_sleep_pid 2>/dev/null cannam@154: fi cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 cannam@154: $as_echo "done" >&6; } cannam@154: if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then cannam@154: as_fn_error $? "conditional \"AMDEP\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then cannam@154: as_fn_error $? "conditional \"am__fastdepCC\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -n "$EXEEXT"; then cannam@154: am__EXEEXT_TRUE= cannam@154: am__EXEEXT_FALSE='#' cannam@154: else cannam@154: am__EXEEXT_TRUE='#' cannam@154: am__EXEEXT_FALSE= cannam@154: fi cannam@154: cannam@154: if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then cannam@154: as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -z "${OP_WIN32_TRUE}" && test -z "${OP_WIN32_FALSE}"; then cannam@154: as_fn_error $? "conditional \"OP_WIN32\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -z "${OP_ENABLE_HTTP_TRUE}" && test -z "${OP_ENABLE_HTTP_FALSE}"; then cannam@154: as_fn_error $? "conditional \"OP_ENABLE_HTTP\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -z "${OP_ENABLE_EXAMPLES_TRUE}" && test -z "${OP_ENABLE_EXAMPLES_FALSE}"; then cannam@154: as_fn_error $? "conditional \"OP_ENABLE_EXAMPLES\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: if test -z "${HAVE_DOXYGEN_TRUE}" && test -z "${HAVE_DOXYGEN_FALSE}"; then cannam@154: as_fn_error $? "conditional \"HAVE_DOXYGEN\" was never defined. cannam@154: Usually this means the macro was only invoked conditionally." "$LINENO" 5 cannam@154: fi cannam@154: cannam@154: : "${CONFIG_STATUS=./config.status}" cannam@154: ac_write_fail=0 cannam@154: ac_clean_files_save=$ac_clean_files cannam@154: ac_clean_files="$ac_clean_files $CONFIG_STATUS" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 cannam@154: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cannam@154: as_write_fail=0 cannam@154: cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 cannam@154: #! $SHELL cannam@154: # Generated by $as_me. cannam@154: # Run this file to recreate the current configuration. cannam@154: # Compiler output produced by configure, useful for debugging cannam@154: # configure, is in config.log if it exists. cannam@154: cannam@154: debug=false cannam@154: ac_cs_recheck=false cannam@154: ac_cs_silent=false cannam@154: cannam@154: SHELL=\${CONFIG_SHELL-$SHELL} cannam@154: export SHELL cannam@154: _ASEOF cannam@154: cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 cannam@154: ## -------------------- ## cannam@154: ## M4sh Initialization. ## cannam@154: ## -------------------- ## cannam@154: cannam@154: # Be more Bourne compatible cannam@154: DUALCASE=1; export DUALCASE # for MKS sh cannam@154: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : cannam@154: emulate sh cannam@154: NULLCMD=: cannam@154: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which cannam@154: # is contrary to our usage. Disable this feature. cannam@154: alias -g '${1+"$@"}'='"$@"' cannam@154: setopt NO_GLOB_SUBST cannam@154: else cannam@154: case `(set -o) 2>/dev/null` in #( cannam@154: *posix*) : cannam@154: set -o posix ;; #( cannam@154: *) : cannam@154: ;; cannam@154: esac cannam@154: fi cannam@154: cannam@154: cannam@154: as_nl=' cannam@154: ' cannam@154: export as_nl cannam@154: # Printing a long string crashes Solaris 7 /usr/bin/printf. cannam@154: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' cannam@154: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo cannam@154: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo cannam@154: # Prefer a ksh shell builtin over an external printf program on Solaris, cannam@154: # but without wasting forks for bash or zsh. cannam@154: if test -z "$BASH_VERSION$ZSH_VERSION" \ cannam@154: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@154: as_echo='print -r --' cannam@154: as_echo_n='print -rn --' cannam@154: elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then cannam@154: as_echo='printf %s\n' cannam@154: as_echo_n='printf %s' cannam@154: else cannam@154: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then cannam@154: as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' cannam@154: as_echo_n='/usr/ucb/echo -n' cannam@154: else cannam@154: as_echo_body='eval expr "X$1" : "X\\(.*\\)"' cannam@154: as_echo_n_body='eval cannam@154: arg=$1; cannam@154: case $arg in #( cannam@154: *"$as_nl"*) cannam@154: expr "X$arg" : "X\\(.*\\)$as_nl"; cannam@154: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; cannam@154: esac; cannam@154: expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" cannam@154: ' cannam@154: export as_echo_n_body cannam@154: as_echo_n='sh -c $as_echo_n_body as_echo' cannam@154: fi cannam@154: export as_echo_body cannam@154: as_echo='sh -c $as_echo_body as_echo' cannam@154: fi cannam@154: cannam@154: # The user is always right. cannam@154: if test "${PATH_SEPARATOR+set}" != set; then cannam@154: PATH_SEPARATOR=: cannam@154: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { cannam@154: (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || cannam@154: PATH_SEPARATOR=';' cannam@154: } cannam@154: fi cannam@154: cannam@154: cannam@154: # IFS cannam@154: # We need space, tab and new line, in precisely that order. Quoting is cannam@154: # there to prevent editors from complaining about space-tab. cannam@154: # (If _AS_PATH_WALK were called with IFS unset, it would disable word cannam@154: # splitting by setting IFS to empty value.) cannam@154: IFS=" "" $as_nl" cannam@154: cannam@154: # Find who we are. Look in the path if we contain no directory separator. cannam@154: as_myself= cannam@154: case $0 in #(( cannam@154: *[\\/]* ) as_myself=$0 ;; cannam@154: *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR cannam@154: for as_dir in $PATH cannam@154: do cannam@154: IFS=$as_save_IFS cannam@154: test -z "$as_dir" && as_dir=. cannam@154: test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break cannam@154: done cannam@154: IFS=$as_save_IFS cannam@154: cannam@154: ;; cannam@154: esac cannam@154: # We did not find ourselves, most probably we were run as `sh COMMAND' cannam@154: # in which case we are not to be found in the path. cannam@154: if test "x$as_myself" = x; then cannam@154: as_myself=$0 cannam@154: fi cannam@154: if test ! -f "$as_myself"; then cannam@154: $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 cannam@154: exit 1 cannam@154: fi cannam@154: cannam@154: # Unset variables that we do not need and which cause bugs (e.g. in cannam@154: # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" cannam@154: # suppresses any "Segmentation fault" message there. '((' could cannam@154: # trigger a bug in pdksh 5.2.14. cannam@154: for as_var in BASH_ENV ENV MAIL MAILPATH cannam@154: do eval test x\${$as_var+set} = xset \ cannam@154: && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : cannam@154: done cannam@154: PS1='$ ' cannam@154: PS2='> ' cannam@154: PS4='+ ' cannam@154: cannam@154: # NLS nuisances. cannam@154: LC_ALL=C cannam@154: export LC_ALL cannam@154: LANGUAGE=C cannam@154: export LANGUAGE cannam@154: cannam@154: # CDPATH. cannam@154: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@154: cannam@154: cannam@154: # as_fn_error STATUS ERROR [LINENO LOG_FD] cannam@154: # ---------------------------------------- cannam@154: # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are cannam@154: # provided, also output the error to LOG_FD, referencing LINENO. Then exit the cannam@154: # script with STATUS, using 1 if that was 0. cannam@154: as_fn_error () cannam@154: { cannam@154: as_status=$1; test $as_status -eq 0 && as_status=1 cannam@154: if test "$4"; then cannam@154: as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack cannam@154: $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 cannam@154: fi cannam@154: $as_echo "$as_me: error: $2" >&2 cannam@154: as_fn_exit $as_status cannam@154: } # as_fn_error cannam@154: cannam@154: cannam@154: # as_fn_set_status STATUS cannam@154: # ----------------------- cannam@154: # Set $? to STATUS, without forking. cannam@154: as_fn_set_status () cannam@154: { cannam@154: return $1 cannam@154: } # as_fn_set_status cannam@154: cannam@154: # as_fn_exit STATUS cannam@154: # ----------------- cannam@154: # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. cannam@154: as_fn_exit () cannam@154: { cannam@154: set +e cannam@154: as_fn_set_status $1 cannam@154: exit $1 cannam@154: } # as_fn_exit cannam@154: cannam@154: # as_fn_unset VAR cannam@154: # --------------- cannam@154: # Portably unset VAR. cannam@154: as_fn_unset () cannam@154: { cannam@154: { eval $1=; unset $1;} cannam@154: } cannam@154: as_unset=as_fn_unset cannam@154: # as_fn_append VAR VALUE cannam@154: # ---------------------- cannam@154: # Append the text in VALUE to the end of the definition contained in VAR. Take cannam@154: # advantage of any shell optimizations that allow amortized linear growth over cannam@154: # repeated appends, instead of the typical quadratic growth present in naive cannam@154: # implementations. cannam@154: if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : cannam@154: eval 'as_fn_append () cannam@154: { cannam@154: eval $1+=\$2 cannam@154: }' cannam@154: else cannam@154: as_fn_append () cannam@154: { cannam@154: eval $1=\$$1\$2 cannam@154: } cannam@154: fi # as_fn_append cannam@154: cannam@154: # as_fn_arith ARG... cannam@154: # ------------------ cannam@154: # Perform arithmetic evaluation on the ARGs, and store the result in the cannam@154: # global $as_val. Take advantage of shells that can avoid forks. The arguments cannam@154: # must be portable across $(()) and expr. cannam@154: if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : cannam@154: eval 'as_fn_arith () cannam@154: { cannam@154: as_val=$(( $* )) cannam@154: }' cannam@154: else cannam@154: as_fn_arith () cannam@154: { cannam@154: as_val=`expr "$@" || test $? -eq 1` cannam@154: } cannam@154: fi # as_fn_arith cannam@154: cannam@154: cannam@154: if expr a : '\(a\)' >/dev/null 2>&1 && cannam@154: test "X`expr 00001 : '.*\(...\)'`" = X001; then cannam@154: as_expr=expr cannam@154: else cannam@154: as_expr=false cannam@154: fi cannam@154: cannam@154: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then cannam@154: as_basename=basename cannam@154: else cannam@154: as_basename=false cannam@154: fi cannam@154: cannam@154: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then cannam@154: as_dirname=dirname cannam@154: else cannam@154: as_dirname=false cannam@154: fi cannam@154: cannam@154: as_me=`$as_basename -- "$0" || cannam@154: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ cannam@154: X"$0" : 'X\(//\)$' \| \ cannam@154: X"$0" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X/"$0" | cannam@154: sed '/^.*\/\([^/][^/]*\)\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\/\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\/\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: cannam@154: # Avoid depending upon Character Ranges. cannam@154: as_cr_letters='abcdefghijklmnopqrstuvwxyz' cannam@154: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' cannam@154: as_cr_Letters=$as_cr_letters$as_cr_LETTERS cannam@154: as_cr_digits='0123456789' cannam@154: as_cr_alnum=$as_cr_Letters$as_cr_digits cannam@154: cannam@154: ECHO_C= ECHO_N= ECHO_T= cannam@154: case `echo -n x` in #((((( cannam@154: -n*) cannam@154: case `echo 'xy\c'` in cannam@154: *c*) ECHO_T=' ';; # ECHO_T is single tab character. cannam@154: xy) ECHO_C='\c';; cannam@154: *) echo `echo ksh88 bug on AIX 6.1` > /dev/null cannam@154: ECHO_T=' ';; cannam@154: esac;; cannam@154: *) cannam@154: ECHO_N='-n';; cannam@154: esac cannam@154: cannam@154: rm -f conf$$ conf$$.exe conf$$.file cannam@154: if test -d conf$$.dir; then cannam@154: rm -f conf$$.dir/conf$$.file cannam@154: else cannam@154: rm -f conf$$.dir cannam@154: mkdir conf$$.dir 2>/dev/null cannam@154: fi cannam@154: if (echo >conf$$.file) 2>/dev/null; then cannam@154: if ln -s conf$$.file conf$$ 2>/dev/null; then cannam@154: as_ln_s='ln -s' cannam@154: # ... but there are two gotchas: cannam@154: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. cannam@154: # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. cannam@154: # In both cases, we have to default to `cp -pR'. cannam@154: ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || cannam@154: as_ln_s='cp -pR' cannam@154: elif ln conf$$.file conf$$ 2>/dev/null; then cannam@154: as_ln_s=ln cannam@154: else cannam@154: as_ln_s='cp -pR' cannam@154: fi cannam@154: else cannam@154: as_ln_s='cp -pR' cannam@154: fi cannam@154: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file cannam@154: rmdir conf$$.dir 2>/dev/null cannam@154: cannam@154: cannam@154: # as_fn_mkdir_p cannam@154: # ------------- cannam@154: # Create "$as_dir" as a directory, including parents if necessary. cannam@154: as_fn_mkdir_p () cannam@154: { cannam@154: cannam@154: case $as_dir in #( cannam@154: -*) as_dir=./$as_dir;; cannam@154: esac cannam@154: test -d "$as_dir" || eval $as_mkdir_p || { cannam@154: as_dirs= cannam@154: while :; do cannam@154: case $as_dir in #( cannam@154: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( cannam@154: *) as_qdir=$as_dir;; cannam@154: esac cannam@154: as_dirs="'$as_qdir' $as_dirs" cannam@154: as_dir=`$as_dirname -- "$as_dir" || cannam@154: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$as_dir" : 'X\(//\)[^/]' \| \ cannam@154: X"$as_dir" : 'X\(//\)$' \| \ cannam@154: X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$as_dir" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: test -d "$as_dir" && break cannam@154: done cannam@154: test -z "$as_dirs" || eval "mkdir $as_dirs" cannam@154: } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" cannam@154: cannam@154: cannam@154: } # as_fn_mkdir_p cannam@154: if mkdir -p . 2>/dev/null; then cannam@154: as_mkdir_p='mkdir -p "$as_dir"' cannam@154: else cannam@154: test -d ./-p && rmdir ./-p cannam@154: as_mkdir_p=false cannam@154: fi cannam@154: cannam@154: cannam@154: # as_fn_executable_p FILE cannam@154: # ----------------------- cannam@154: # Test if FILE is an executable regular file. cannam@154: as_fn_executable_p () cannam@154: { cannam@154: test -f "$1" && test -x "$1" cannam@154: } # as_fn_executable_p cannam@154: as_test_x='test -x' cannam@154: as_executable_p=as_fn_executable_p cannam@154: cannam@154: # Sed expression to map a string onto a valid CPP name. cannam@154: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" cannam@154: cannam@154: # Sed expression to map a string onto a valid variable name. cannam@154: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" cannam@154: cannam@154: cannam@154: exec 6>&1 cannam@154: ## ----------------------------------- ## cannam@154: ## Main body of $CONFIG_STATUS script. ## cannam@154: ## ----------------------------------- ## cannam@154: _ASEOF cannam@154: test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: # Save the log message, to keep $0 and so on meaningful, and to cannam@154: # report actual input values of CONFIG_FILES etc. instead of their cannam@154: # values after options handling. cannam@154: ac_log=" cannam@154: This file was extended by opusfile $as_me 0.9, which was cannam@154: generated by GNU Autoconf 2.69. Invocation command line was cannam@154: cannam@154: CONFIG_FILES = $CONFIG_FILES cannam@154: CONFIG_HEADERS = $CONFIG_HEADERS cannam@154: CONFIG_LINKS = $CONFIG_LINKS cannam@154: CONFIG_COMMANDS = $CONFIG_COMMANDS cannam@154: $ $0 $@ cannam@154: cannam@154: on `(hostname || uname -n) 2>/dev/null | sed 1q` cannam@154: " cannam@154: cannam@154: _ACEOF cannam@154: cannam@154: case $ac_config_files in *" cannam@154: "*) set x $ac_config_files; shift; ac_config_files=$*;; cannam@154: esac cannam@154: cannam@154: case $ac_config_headers in *" cannam@154: "*) set x $ac_config_headers; shift; ac_config_headers=$*;; cannam@154: esac cannam@154: cannam@154: cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: # Files that config.status was made for. cannam@154: config_files="$ac_config_files" cannam@154: config_headers="$ac_config_headers" cannam@154: config_commands="$ac_config_commands" cannam@154: cannam@154: _ACEOF cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: ac_cs_usage="\ cannam@154: \`$as_me' instantiates files and other configuration actions cannam@154: from templates according to the current configuration. Unless the files cannam@154: and actions are specified as TAGs, all are instantiated by default. cannam@154: cannam@154: Usage: $0 [OPTION]... [TAG]... cannam@154: cannam@154: -h, --help print this help, then exit cannam@154: -V, --version print version number and configuration settings, then exit cannam@154: --config print configuration, then exit cannam@154: -q, --quiet, --silent cannam@154: do not print progress messages cannam@154: -d, --debug don't remove temporary files cannam@154: --recheck update $as_me by reconfiguring in the same conditions cannam@154: --file=FILE[:TEMPLATE] cannam@154: instantiate the configuration file FILE cannam@154: --header=FILE[:TEMPLATE] cannam@154: instantiate the configuration header FILE cannam@154: cannam@154: Configuration files: cannam@154: $config_files cannam@154: cannam@154: Configuration headers: cannam@154: $config_headers cannam@154: cannam@154: Configuration commands: cannam@154: $config_commands cannam@154: cannam@154: Report bugs to ." cannam@154: cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" cannam@154: ac_cs_version="\\ cannam@154: opusfile config.status 0.9 cannam@154: configured by $0, generated by GNU Autoconf 2.69, cannam@154: with options \\"\$ac_cs_config\\" cannam@154: cannam@154: Copyright (C) 2012 Free Software Foundation, Inc. cannam@154: This config.status script is free software; the Free Software Foundation cannam@154: gives unlimited permission to copy, distribute and modify it." cannam@154: cannam@154: ac_pwd='$ac_pwd' cannam@154: srcdir='$srcdir' cannam@154: INSTALL='$INSTALL' cannam@154: MKDIR_P='$MKDIR_P' cannam@154: AWK='$AWK' cannam@154: test -n "\$AWK" || AWK=awk cannam@154: _ACEOF cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: # The default lists apply if the user does not specify any file. cannam@154: ac_need_defaults=: cannam@154: while test $# != 0 cannam@154: do cannam@154: case $1 in cannam@154: --*=?*) cannam@154: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@154: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` cannam@154: ac_shift=: cannam@154: ;; cannam@154: --*=) cannam@154: ac_option=`expr "X$1" : 'X\([^=]*\)='` cannam@154: ac_optarg= cannam@154: ac_shift=: cannam@154: ;; cannam@154: *) cannam@154: ac_option=$1 cannam@154: ac_optarg=$2 cannam@154: ac_shift=shift cannam@154: ;; cannam@154: esac cannam@154: cannam@154: case $ac_option in cannam@154: # Handling of the options. cannam@154: -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) cannam@154: ac_cs_recheck=: ;; cannam@154: --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) cannam@154: $as_echo "$ac_cs_version"; exit ;; cannam@154: --config | --confi | --conf | --con | --co | --c ) cannam@154: $as_echo "$ac_cs_config"; exit ;; cannam@154: --debug | --debu | --deb | --de | --d | -d ) cannam@154: debug=: ;; cannam@154: --file | --fil | --fi | --f ) cannam@154: $ac_shift cannam@154: case $ac_optarg in cannam@154: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@154: '') as_fn_error $? "missing file argument" ;; cannam@154: esac cannam@154: as_fn_append CONFIG_FILES " '$ac_optarg'" cannam@154: ac_need_defaults=false;; cannam@154: --header | --heade | --head | --hea ) cannam@154: $ac_shift cannam@154: case $ac_optarg in cannam@154: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; cannam@154: esac cannam@154: as_fn_append CONFIG_HEADERS " '$ac_optarg'" cannam@154: ac_need_defaults=false;; cannam@154: --he | --h) cannam@154: # Conflict between --help and --header cannam@154: as_fn_error $? "ambiguous option: \`$1' cannam@154: Try \`$0 --help' for more information.";; cannam@154: --help | --hel | -h ) cannam@154: $as_echo "$ac_cs_usage"; exit ;; cannam@154: -q | -quiet | --quiet | --quie | --qui | --qu | --q \ cannam@154: | -silent | --silent | --silen | --sile | --sil | --si | --s) cannam@154: ac_cs_silent=: ;; cannam@154: cannam@154: # This is an error. cannam@154: -*) as_fn_error $? "unrecognized option: \`$1' cannam@154: Try \`$0 --help' for more information." ;; cannam@154: cannam@154: *) as_fn_append ac_config_targets " $1" cannam@154: ac_need_defaults=false ;; cannam@154: cannam@154: esac cannam@154: shift cannam@154: done cannam@154: cannam@154: ac_configure_extra_args= cannam@154: cannam@154: if $ac_cs_silent; then cannam@154: exec 6>/dev/null cannam@154: ac_configure_extra_args="$ac_configure_extra_args --silent" cannam@154: fi cannam@154: cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: if \$ac_cs_recheck; then cannam@154: set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion cannam@154: shift cannam@154: \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 cannam@154: CONFIG_SHELL='$SHELL' cannam@154: export CONFIG_SHELL cannam@154: exec "\$@" cannam@154: fi cannam@154: cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: exec 5>>config.log cannam@154: { cannam@154: echo cannam@154: sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX cannam@154: ## Running $as_me. ## cannam@154: _ASBOX cannam@154: $as_echo "$ac_log" cannam@154: } >&5 cannam@154: cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: # cannam@154: # INIT-COMMANDS cannam@154: # cannam@154: AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" cannam@154: cannam@154: cannam@154: # The HP-UX ksh and POSIX shell print the target directory to stdout cannam@154: # if CDPATH is set. cannam@154: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH cannam@154: cannam@154: sed_quote_subst='$sed_quote_subst' cannam@154: double_quote_subst='$double_quote_subst' cannam@154: delay_variable_subst='$delay_variable_subst' cannam@154: macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' cannam@154: macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' cannam@154: enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' cannam@154: enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' cannam@154: pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' cannam@154: enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' cannam@154: shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' cannam@154: SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' cannam@154: ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' cannam@154: PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' cannam@154: host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' cannam@154: host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' cannam@154: host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' cannam@154: build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' cannam@154: build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' cannam@154: build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' cannam@154: SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' cannam@154: Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' cannam@154: GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' cannam@154: EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' cannam@154: FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' cannam@154: LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' cannam@154: NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' cannam@154: LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' cannam@154: max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' cannam@154: ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' cannam@154: exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' cannam@154: lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' cannam@154: lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' cannam@154: lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' cannam@154: reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' cannam@154: reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' cannam@154: deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' cannam@154: file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' cannam@154: file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' cannam@154: want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' cannam@154: DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' cannam@154: sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' cannam@154: AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' cannam@154: AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' cannam@154: archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' cannam@154: STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' cannam@154: RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' cannam@154: old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' cannam@154: CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' cannam@154: CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' cannam@154: compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' cannam@154: GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' cannam@154: 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@154: 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@154: lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' cannam@154: nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@154: lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' cannam@154: objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' cannam@154: MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' cannam@154: lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' cannam@154: lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' cannam@154: lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' cannam@154: lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' cannam@154: lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' cannam@154: need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' cannam@154: MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' cannam@154: DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' cannam@154: NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' cannam@154: LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' cannam@154: OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' cannam@154: OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' cannam@154: libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' cannam@154: shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' cannam@154: enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' cannam@154: export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@154: whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@154: compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' cannam@154: old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' cannam@154: allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@154: no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' cannam@154: inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' cannam@154: link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' cannam@154: always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' cannam@154: export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' cannam@154: include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' cannam@154: prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' cannam@154: variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' cannam@154: need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' cannam@154: need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' cannam@154: version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' cannam@154: runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' cannam@154: shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' cannam@154: shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' cannam@154: libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' cannam@154: library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' cannam@154: soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' cannam@154: install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' cannam@154: postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' cannam@154: finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' cannam@154: sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' cannam@154: configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' cannam@154: configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' cannam@154: hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' cannam@154: enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' cannam@154: enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' cannam@154: enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' cannam@154: old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' cannam@154: striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' cannam@154: cannam@154: LTCC='$LTCC' cannam@154: LTCFLAGS='$LTCFLAGS' cannam@154: compiler='$compiler_DEFAULT' cannam@154: cannam@154: # A function that is used when there is no print builtin or printf. cannam@154: func_fallback_echo () cannam@154: { cannam@154: eval 'cat <<_LTECHO_EOF cannam@154: \$1 cannam@154: _LTECHO_EOF' cannam@154: } cannam@154: cannam@154: # Quote evaled strings. cannam@154: for var in SHELL \ cannam@154: ECHO \ cannam@154: PATH_SEPARATOR \ cannam@154: SED \ cannam@154: GREP \ cannam@154: EGREP \ cannam@154: FGREP \ cannam@154: LD \ cannam@154: NM \ cannam@154: LN_S \ cannam@154: lt_SP2NL \ cannam@154: lt_NL2SP \ cannam@154: reload_flag \ cannam@154: OBJDUMP \ cannam@154: deplibs_check_method \ cannam@154: file_magic_cmd \ cannam@154: file_magic_glob \ cannam@154: want_nocaseglob \ cannam@154: DLLTOOL \ cannam@154: sharedlib_from_linklib_cmd \ cannam@154: AR \ cannam@154: AR_FLAGS \ cannam@154: archiver_list_spec \ cannam@154: STRIP \ cannam@154: RANLIB \ cannam@154: CC \ cannam@154: CFLAGS \ cannam@154: compiler \ cannam@154: lt_cv_sys_global_symbol_pipe \ cannam@154: lt_cv_sys_global_symbol_to_cdecl \ cannam@154: lt_cv_sys_global_symbol_to_import \ cannam@154: lt_cv_sys_global_symbol_to_c_name_address \ cannam@154: lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ cannam@154: lt_cv_nm_interface \ cannam@154: nm_file_list_spec \ cannam@154: lt_cv_truncate_bin \ cannam@154: lt_prog_compiler_no_builtin_flag \ cannam@154: lt_prog_compiler_pic \ cannam@154: lt_prog_compiler_wl \ cannam@154: lt_prog_compiler_static \ cannam@154: lt_cv_prog_compiler_c_o \ cannam@154: need_locks \ cannam@154: MANIFEST_TOOL \ cannam@154: DSYMUTIL \ cannam@154: NMEDIT \ cannam@154: LIPO \ cannam@154: OTOOL \ cannam@154: OTOOL64 \ cannam@154: shrext_cmds \ cannam@154: export_dynamic_flag_spec \ cannam@154: whole_archive_flag_spec \ cannam@154: compiler_needs_object \ cannam@154: with_gnu_ld \ cannam@154: allow_undefined_flag \ cannam@154: no_undefined_flag \ cannam@154: hardcode_libdir_flag_spec \ cannam@154: hardcode_libdir_separator \ cannam@154: exclude_expsyms \ cannam@154: include_expsyms \ cannam@154: file_list_spec \ cannam@154: variables_saved_for_relink \ cannam@154: libname_spec \ cannam@154: library_names_spec \ cannam@154: soname_spec \ cannam@154: install_override_mode \ cannam@154: finish_eval \ cannam@154: old_striplib \ cannam@154: striplib; do cannam@154: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@154: *[\\\\\\\`\\"\\\$]*) cannam@154: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes cannam@154: ;; cannam@154: *) cannam@154: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@154: ;; cannam@154: esac cannam@154: done cannam@154: cannam@154: # Double-quote double-evaled strings. cannam@154: for var in reload_cmds \ cannam@154: old_postinstall_cmds \ cannam@154: old_postuninstall_cmds \ cannam@154: old_archive_cmds \ cannam@154: extract_expsyms_cmds \ cannam@154: old_archive_from_new_cmds \ cannam@154: old_archive_from_expsyms_cmds \ cannam@154: archive_cmds \ cannam@154: archive_expsym_cmds \ cannam@154: module_cmds \ cannam@154: module_expsym_cmds \ cannam@154: export_symbols_cmds \ cannam@154: prelink_cmds \ cannam@154: postlink_cmds \ cannam@154: postinstall_cmds \ cannam@154: postuninstall_cmds \ cannam@154: finish_cmds \ cannam@154: sys_lib_search_path_spec \ cannam@154: configure_time_dlsearch_path \ cannam@154: configure_time_lt_sys_library_path; do cannam@154: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in cannam@154: *[\\\\\\\`\\"\\\$]*) cannam@154: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes cannam@154: ;; cannam@154: *) cannam@154: eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" cannam@154: ;; cannam@154: esac cannam@154: done cannam@154: cannam@154: ac_aux_dir='$ac_aux_dir' cannam@154: cannam@154: # See if we are running on zsh, and set the options that allow our cannam@154: # commands through without removal of \ escapes INIT. cannam@154: if test -n "\${ZSH_VERSION+set}"; then cannam@154: setopt NO_GLOB_SUBST cannam@154: fi cannam@154: cannam@154: cannam@154: PACKAGE='$PACKAGE' cannam@154: VERSION='$VERSION' cannam@154: RM='$RM' cannam@154: ofile='$ofile' cannam@154: cannam@154: cannam@154: cannam@154: cannam@154: _ACEOF cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: cannam@154: # Handling of arguments. cannam@154: for ac_config_target in $ac_config_targets cannam@154: do cannam@154: case $ac_config_target in cannam@154: "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; cannam@154: "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; cannam@154: "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; cannam@154: "opusfile.pc") CONFIG_FILES="$CONFIG_FILES opusfile.pc" ;; cannam@154: "opusurl.pc") CONFIG_FILES="$CONFIG_FILES opusurl.pc" ;; cannam@154: "opusfile-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES opusfile-uninstalled.pc" ;; cannam@154: "opusurl-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES opusurl-uninstalled.pc" ;; cannam@154: "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;; cannam@154: "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; cannam@154: cannam@154: *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; cannam@154: esac cannam@154: done cannam@154: cannam@154: cannam@154: # If the user did not use the arguments to specify the items to instantiate, cannam@154: # then the envvar interface is used. Set only those that are not. cannam@154: # We use the long form for the default assignment because of an extremely cannam@154: # bizarre bug on SunOS 4.1.3. cannam@154: if $ac_need_defaults; then cannam@154: test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files cannam@154: test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers cannam@154: test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands cannam@154: fi cannam@154: cannam@154: # Have a temporary directory for convenience. Make it in the build tree cannam@154: # simply because there is no reason against having it here, and in addition, cannam@154: # creating and moving files from /tmp can sometimes cause problems. cannam@154: # Hook for its removal unless debugging. cannam@154: # Note that there is a small window in which the directory will not be cleaned: cannam@154: # after its creation but before its name has been assigned to `$tmp'. cannam@154: $debug || cannam@154: { cannam@154: tmp= ac_tmp= cannam@154: trap 'exit_status=$? cannam@154: : "${ac_tmp:=$tmp}" cannam@154: { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status cannam@154: ' 0 cannam@154: trap 'as_fn_exit 1' 1 2 13 15 cannam@154: } cannam@154: # Create a (secure) tmp directory for tmp files. cannam@154: cannam@154: { cannam@154: tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && cannam@154: test -d "$tmp" cannam@154: } || cannam@154: { cannam@154: tmp=./conf$$-$RANDOM cannam@154: (umask 077 && mkdir "$tmp") cannam@154: } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 cannam@154: ac_tmp=$tmp cannam@154: cannam@154: # Set up the scripts for CONFIG_FILES section. cannam@154: # No need to generate them if there are no CONFIG_FILES. cannam@154: # This happens for instance with `./config.status config.h'. cannam@154: if test -n "$CONFIG_FILES"; then cannam@154: cannam@154: cannam@154: ac_cr=`echo X | tr X '\015'` cannam@154: # On cygwin, bash can eat \r inside `` if the user requested igncr. cannam@154: # But we know of no other shell where ac_cr would be empty at this cannam@154: # point, so we can use a bashism as a fallback. cannam@154: if test "x$ac_cr" = x; then cannam@154: eval ac_cr=\$\'\\r\' cannam@154: fi cannam@154: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` cannam@154: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then cannam@154: ac_cs_awk_cr='\\r' cannam@154: else cannam@154: ac_cs_awk_cr=$ac_cr cannam@154: fi cannam@154: cannam@154: echo 'BEGIN {' >"$ac_tmp/subs1.awk" && cannam@154: _ACEOF cannam@154: cannam@154: cannam@154: { cannam@154: echo "cat >conf$$subs.awk <<_ACEOF" && cannam@154: echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && cannam@154: echo "_ACEOF" cannam@154: } >conf$$subs.sh || cannam@154: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@154: ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` cannam@154: ac_delim='%!_!# ' cannam@154: for ac_last_try in false false false false false :; do cannam@154: . ./conf$$subs.sh || cannam@154: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@154: cannam@154: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` cannam@154: if test $ac_delim_n = $ac_delim_num; then cannam@154: break cannam@154: elif $ac_last_try; then cannam@154: as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 cannam@154: else cannam@154: ac_delim="$ac_delim!$ac_delim _$ac_delim!! " cannam@154: fi cannam@154: done cannam@154: rm -f conf$$subs.sh cannam@154: cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && cannam@154: _ACEOF cannam@154: sed -n ' cannam@154: h cannam@154: s/^/S["/; s/!.*/"]=/ cannam@154: p cannam@154: g cannam@154: s/^[^!]*!// cannam@154: :repl cannam@154: t repl cannam@154: s/'"$ac_delim"'$// cannam@154: t delim cannam@154: :nl cannam@154: h cannam@154: s/\(.\{148\}\)..*/\1/ cannam@154: t more1 cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ cannam@154: p cannam@154: n cannam@154: b repl cannam@154: :more1 cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@154: p cannam@154: g cannam@154: s/.\{148\}// cannam@154: t nl cannam@154: :delim cannam@154: h cannam@154: s/\(.\{148\}\)..*/\1/ cannam@154: t more2 cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/"/ cannam@154: p cannam@154: b cannam@154: :more2 cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/"\\/ cannam@154: p cannam@154: g cannam@154: s/.\{148\}// cannam@154: t delim cannam@154: ' >$CONFIG_STATUS || ac_write_fail=1 cannam@154: rm -f conf$$subs.awk cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: _ACAWK cannam@154: cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && cannam@154: for (key in S) S_is_set[key] = 1 cannam@154: FS = "" cannam@154: cannam@154: } cannam@154: { cannam@154: line = $ 0 cannam@154: nfields = split(line, field, "@") cannam@154: substed = 0 cannam@154: len = length(field[1]) cannam@154: for (i = 2; i < nfields; i++) { cannam@154: key = field[i] cannam@154: keylen = length(key) cannam@154: if (S_is_set[key]) { cannam@154: value = S[key] cannam@154: line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) cannam@154: len += length(value) + length(field[++i]) cannam@154: substed = 1 cannam@154: } else cannam@154: len += 1 + keylen cannam@154: } cannam@154: cannam@154: print line cannam@154: } cannam@154: cannam@154: _ACAWK cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then cannam@154: sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" cannam@154: else cannam@154: cat cannam@154: fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ cannam@154: || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 cannam@154: _ACEOF cannam@154: cannam@154: # VPATH may cause trouble with some makes, so we remove sole $(srcdir), cannam@154: # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and cannam@154: # trailing colons and then remove the whole line if VPATH becomes empty cannam@154: # (actually we leave an empty line to preserve line numbers). cannam@154: if test "x$srcdir" = x.; then cannam@154: ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ cannam@154: h cannam@154: s/// cannam@154: s/^/:/ cannam@154: s/[ ]*$/:/ cannam@154: s/:\$(srcdir):/:/g cannam@154: s/:\${srcdir}:/:/g cannam@154: s/:@srcdir@:/:/g cannam@154: s/^:*// cannam@154: s/:*$// cannam@154: x cannam@154: s/\(=[ ]*\).*/\1/ cannam@154: G cannam@154: s/\n// cannam@154: s/^[^=]*=[ ]*$// cannam@154: }' cannam@154: fi cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: fi # test -n "$CONFIG_FILES" cannam@154: cannam@154: # Set up the scripts for CONFIG_HEADERS section. cannam@154: # No need to generate them if there are no CONFIG_HEADERS. cannam@154: # This happens for instance with `./config.status Makefile'. cannam@154: if test -n "$CONFIG_HEADERS"; then cannam@154: cat >"$ac_tmp/defines.awk" <<\_ACAWK || cannam@154: BEGIN { cannam@154: _ACEOF cannam@154: cannam@154: # Transform confdefs.h into an awk script `defines.awk', embedded as cannam@154: # here-document in config.status, that substitutes the proper values into cannam@154: # config.h.in to produce config.h. cannam@154: cannam@154: # Create a delimiter string that does not exist in confdefs.h, to ease cannam@154: # handling of long lines. cannam@154: ac_delim='%!_!# ' cannam@154: for ac_last_try in false false :; do cannam@154: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` cannam@154: if test -z "$ac_tt"; then cannam@154: break cannam@154: elif $ac_last_try; then cannam@154: as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 cannam@154: else cannam@154: ac_delim="$ac_delim!$ac_delim _$ac_delim!! " cannam@154: fi cannam@154: done cannam@154: cannam@154: # For the awk script, D is an array of macro values keyed by name, cannam@154: # likewise P contains macro parameters if any. Preserve backslash cannam@154: # newline sequences. cannam@154: cannam@154: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* cannam@154: sed -n ' cannam@154: s/.\{148\}/&'"$ac_delim"'/g cannam@154: t rset cannam@154: :rset cannam@154: s/^[ ]*#[ ]*define[ ][ ]*/ / cannam@154: t def cannam@154: d cannam@154: :def cannam@154: s/\\$// cannam@154: t bsnl cannam@154: s/["\\]/\\&/g cannam@154: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ cannam@154: D["\1"]=" \3"/p cannam@154: s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p cannam@154: d cannam@154: :bsnl cannam@154: s/["\\]/\\&/g cannam@154: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ cannam@154: D["\1"]=" \3\\\\\\n"\\/p cannam@154: t cont cannam@154: s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p cannam@154: t cont cannam@154: d cannam@154: :cont cannam@154: n cannam@154: s/.\{148\}/&'"$ac_delim"'/g cannam@154: t clear cannam@154: :clear cannam@154: s/\\$// cannam@154: t bsnlc cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/"/p cannam@154: d cannam@154: :bsnlc cannam@154: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p cannam@154: b cont cannam@154: ' >$CONFIG_STATUS || ac_write_fail=1 cannam@154: cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: for (key in D) D_is_set[key] = 1 cannam@154: FS = "" cannam@154: } cannam@154: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { cannam@154: line = \$ 0 cannam@154: split(line, arg, " ") cannam@154: if (arg[1] == "#") { cannam@154: defundef = arg[2] cannam@154: mac1 = arg[3] cannam@154: } else { cannam@154: defundef = substr(arg[1], 2) cannam@154: mac1 = arg[2] cannam@154: } cannam@154: split(mac1, mac2, "(") #) cannam@154: macro = mac2[1] cannam@154: prefix = substr(line, 1, index(line, defundef) - 1) cannam@154: if (D_is_set[macro]) { cannam@154: # Preserve the white space surrounding the "#". cannam@154: print prefix "define", macro P[macro] D[macro] cannam@154: next cannam@154: } else { cannam@154: # Replace #undef with comments. This is necessary, for example, cannam@154: # in the case of _POSIX_SOURCE, which is predefined and required cannam@154: # on some systems where configure will not decide to define it. cannam@154: if (defundef == "undef") { cannam@154: print "/*", prefix defundef, macro, "*/" cannam@154: next cannam@154: } cannam@154: } cannam@154: } cannam@154: { print } cannam@154: _ACAWK cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 cannam@154: fi # test -n "$CONFIG_HEADERS" cannam@154: cannam@154: cannam@154: eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" cannam@154: shift cannam@154: for ac_tag cannam@154: do cannam@154: case $ac_tag in cannam@154: :[FHLC]) ac_mode=$ac_tag; continue;; cannam@154: esac cannam@154: case $ac_mode$ac_tag in cannam@154: :[FHL]*:*);; cannam@154: :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; cannam@154: :[FH]-) ac_tag=-:-;; cannam@154: :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; cannam@154: esac cannam@154: ac_save_IFS=$IFS cannam@154: IFS=: cannam@154: set x $ac_tag cannam@154: IFS=$ac_save_IFS cannam@154: shift cannam@154: ac_file=$1 cannam@154: shift cannam@154: cannam@154: case $ac_mode in cannam@154: :L) ac_source=$1;; cannam@154: :[FH]) cannam@154: ac_file_inputs= cannam@154: for ac_f cannam@154: do cannam@154: case $ac_f in cannam@154: -) ac_f="$ac_tmp/stdin";; cannam@154: *) # Look for the file first in the build tree, then in the source tree cannam@154: # (if the path is not absolute). The absolute path cannot be DOS-style, cannam@154: # because $ac_f cannot contain `:'. cannam@154: test -f "$ac_f" || cannam@154: case $ac_f in cannam@154: [\\/$]*) false;; cannam@154: *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; cannam@154: esac || cannam@154: as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; cannam@154: esac cannam@154: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac cannam@154: as_fn_append ac_file_inputs " '$ac_f'" cannam@154: done cannam@154: cannam@154: # Let's still pretend it is `configure' which instantiates (i.e., don't cannam@154: # use $as_me), people would be surprised to read: cannam@154: # /* config.h. Generated by config.status. */ cannam@154: configure_input='Generated from '` cannam@154: $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' cannam@154: `' by configure.' cannam@154: if test x"$ac_file" != x-; then cannam@154: configure_input="$ac_file. $configure_input" cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 cannam@154: $as_echo "$as_me: creating $ac_file" >&6;} cannam@154: fi cannam@154: # Neutralize special characters interpreted by sed in replacement strings. cannam@154: case $configure_input in #( cannam@154: *\&* | *\|* | *\\* ) cannam@154: ac_sed_conf_input=`$as_echo "$configure_input" | cannam@154: sed 's/[\\\\&|]/\\\\&/g'`;; #( cannam@154: *) ac_sed_conf_input=$configure_input;; cannam@154: esac cannam@154: cannam@154: case $ac_tag in cannam@154: *:-:* | *:-) cat >"$ac_tmp/stdin" \ cannam@154: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; cannam@154: esac cannam@154: ;; cannam@154: esac cannam@154: cannam@154: ac_dir=`$as_dirname -- "$ac_file" || cannam@154: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$ac_file" : 'X\(//\)[^/]' \| \ cannam@154: X"$ac_file" : 'X\(//\)$' \| \ cannam@154: X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$ac_file" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: as_dir="$ac_dir"; as_fn_mkdir_p cannam@154: ac_builddir=. cannam@154: cannam@154: case "$ac_dir" in cannam@154: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@154: *) cannam@154: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` cannam@154: # A ".." for each directory in $ac_dir_suffix. cannam@154: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` cannam@154: case $ac_top_builddir_sub in cannam@154: "") ac_top_builddir_sub=. ac_top_build_prefix= ;; cannam@154: *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; cannam@154: esac ;; cannam@154: esac cannam@154: ac_abs_top_builddir=$ac_pwd cannam@154: ac_abs_builddir=$ac_pwd$ac_dir_suffix cannam@154: # for backward compatibility: cannam@154: ac_top_builddir=$ac_top_build_prefix cannam@154: cannam@154: case $srcdir in cannam@154: .) # We are building in place. cannam@154: ac_srcdir=. cannam@154: ac_top_srcdir=$ac_top_builddir_sub cannam@154: ac_abs_top_srcdir=$ac_pwd ;; cannam@154: [\\/]* | ?:[\\/]* ) # Absolute name. cannam@154: ac_srcdir=$srcdir$ac_dir_suffix; cannam@154: ac_top_srcdir=$srcdir cannam@154: ac_abs_top_srcdir=$srcdir ;; cannam@154: *) # Relative name. cannam@154: ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix cannam@154: ac_top_srcdir=$ac_top_build_prefix$srcdir cannam@154: ac_abs_top_srcdir=$ac_pwd/$srcdir ;; cannam@154: esac cannam@154: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cannam@154: cannam@154: cannam@154: case $ac_mode in cannam@154: :F) cannam@154: # cannam@154: # CONFIG_FILE cannam@154: # cannam@154: cannam@154: case $INSTALL in cannam@154: [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; cannam@154: *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; cannam@154: esac cannam@154: ac_MKDIR_P=$MKDIR_P cannam@154: case $MKDIR_P in cannam@154: [\\/$]* | ?:[\\/]* ) ;; cannam@154: */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; cannam@154: esac cannam@154: _ACEOF cannam@154: cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: # If the template does not know about datarootdir, expand it. cannam@154: # FIXME: This hack should be removed a few years after 2.60. cannam@154: ac_datarootdir_hack=; ac_datarootdir_seen= cannam@154: ac_sed_dataroot=' cannam@154: /datarootdir/ { cannam@154: p cannam@154: q cannam@154: } cannam@154: /@datadir@/p cannam@154: /@docdir@/p cannam@154: /@infodir@/p cannam@154: /@localedir@/p cannam@154: /@mandir@/p' cannam@154: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in cannam@154: *datarootdir*) ac_datarootdir_seen=yes;; cannam@154: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 cannam@154: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: ac_datarootdir_hack=' cannam@154: s&@datadir@&$datadir&g cannam@154: s&@docdir@&$docdir&g cannam@154: s&@infodir@&$infodir&g cannam@154: s&@localedir@&$localedir&g cannam@154: s&@mandir@&$mandir&g cannam@154: s&\\\${datarootdir}&$datarootdir&g' ;; cannam@154: esac cannam@154: _ACEOF cannam@154: cannam@154: # Neutralize VPATH when `$srcdir' = `.'. cannam@154: # Shell code in configure.ac might set extrasub. cannam@154: # FIXME: do we really want to maintain this feature? cannam@154: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cannam@154: ac_sed_extra="$ac_vpsub cannam@154: $extrasub cannam@154: _ACEOF cannam@154: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 cannam@154: :t cannam@154: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b cannam@154: s|@configure_input@|$ac_sed_conf_input|;t t cannam@154: s&@top_builddir@&$ac_top_builddir_sub&;t t cannam@154: s&@top_build_prefix@&$ac_top_build_prefix&;t t cannam@154: s&@srcdir@&$ac_srcdir&;t t cannam@154: s&@abs_srcdir@&$ac_abs_srcdir&;t t cannam@154: s&@top_srcdir@&$ac_top_srcdir&;t t cannam@154: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t cannam@154: s&@builddir@&$ac_builddir&;t t cannam@154: s&@abs_builddir@&$ac_abs_builddir&;t t cannam@154: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t cannam@154: s&@INSTALL@&$ac_INSTALL&;t t cannam@154: s&@MKDIR_P@&$ac_MKDIR_P&;t t cannam@154: $ac_datarootdir_hack cannam@154: " cannam@154: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ cannam@154: >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@154: cannam@154: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && cannam@154: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && cannam@154: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ cannam@154: "$ac_tmp/out"`; test -z "$ac_out"; } && cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@154: which seems to be undefined. Please make sure it is defined" >&5 cannam@154: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' cannam@154: which seems to be undefined. Please make sure it is defined" >&2;} cannam@154: cannam@154: rm -f "$ac_tmp/stdin" cannam@154: case $ac_file in cannam@154: -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; cannam@154: *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; cannam@154: esac \ cannam@154: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@154: ;; cannam@154: :H) cannam@154: # cannam@154: # CONFIG_HEADER cannam@154: # cannam@154: if test x"$ac_file" != x-; then cannam@154: { cannam@154: $as_echo "/* $configure_input */" \ cannam@154: && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" cannam@154: } >"$ac_tmp/config.h" \ cannam@154: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@154: if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 cannam@154: $as_echo "$as_me: $ac_file is unchanged" >&6;} cannam@154: else cannam@154: rm -f "$ac_file" cannam@154: mv "$ac_tmp/config.h" "$ac_file" \ cannam@154: || as_fn_error $? "could not create $ac_file" "$LINENO" 5 cannam@154: fi cannam@154: else cannam@154: $as_echo "/* $configure_input */" \ cannam@154: && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ cannam@154: || as_fn_error $? "could not create -" "$LINENO" 5 cannam@154: fi cannam@154: # Compute "$ac_file"'s index in $config_headers. cannam@154: _am_arg="$ac_file" cannam@154: _am_stamp_count=1 cannam@154: for _am_header in $config_headers :; do cannam@154: case $_am_header in cannam@154: $_am_arg | $_am_arg:* ) cannam@154: break ;; cannam@154: * ) cannam@154: _am_stamp_count=`expr $_am_stamp_count + 1` ;; cannam@154: esac cannam@154: done cannam@154: echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || cannam@154: $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$_am_arg" : 'X\(//\)[^/]' \| \ cannam@154: X"$_am_arg" : 'X\(//\)$' \| \ cannam@154: X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$_am_arg" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'`/stamp-h$_am_stamp_count cannam@154: ;; cannam@154: cannam@154: :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 cannam@154: $as_echo "$as_me: executing $ac_file commands" >&6;} cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: case $ac_file$ac_mode in cannam@154: "depfiles":C) test x"$AMDEP_TRUE" != x"" || { cannam@154: # Older Autoconf quotes --file arguments for eval, but not when files cannam@154: # are listed without --file. Let's play safe and only enable the eval cannam@154: # if we detect the quoting. cannam@154: case $CONFIG_FILES in cannam@154: *\'*) eval set x "$CONFIG_FILES" ;; cannam@154: *) set x $CONFIG_FILES ;; cannam@154: esac cannam@154: shift cannam@154: for mf cannam@154: do cannam@154: # Strip MF so we end up with the name of the file. cannam@154: mf=`echo "$mf" | sed -e 's/:.*$//'` cannam@154: # Check whether this is an Automake generated Makefile or not. cannam@154: # We used to match only the files named 'Makefile.in', but cannam@154: # some people rename them; so instead we look at the file content. cannam@154: # Grep'ing the first line is not enough: some people post-process cannam@154: # each Makefile.in and add a new line on top of each file to say so. cannam@154: # Grep'ing the whole file is not good either: AIX grep has a line cannam@154: # limit of 2048, but all sed's we know have understand at least 4000. cannam@154: if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then cannam@154: dirpart=`$as_dirname -- "$mf" || cannam@154: $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$mf" : 'X\(//\)[^/]' \| \ cannam@154: X"$mf" : 'X\(//\)$' \| \ cannam@154: X"$mf" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$mf" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: else cannam@154: continue cannam@154: fi cannam@154: # Extract the definition of DEPDIR, am__include, and am__quote cannam@154: # from the Makefile without running 'make'. cannam@154: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` cannam@154: test -z "$DEPDIR" && continue cannam@154: am__include=`sed -n 's/^am__include = //p' < "$mf"` cannam@154: test -z "$am__include" && continue cannam@154: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` cannam@154: # Find all dependency output files, they are included files with cannam@154: # $(DEPDIR) in their names. We invoke sed twice because it is the cannam@154: # simplest approach to changing $(DEPDIR) to its actual value in the cannam@154: # expansion. cannam@154: for file in `sed -n " cannam@154: s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ cannam@154: sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do cannam@154: # Make sure the directory exists. cannam@154: test -f "$dirpart/$file" && continue cannam@154: fdir=`$as_dirname -- "$file" || cannam@154: $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ cannam@154: X"$file" : 'X\(//\)[^/]' \| \ cannam@154: X"$file" : 'X\(//\)$' \| \ cannam@154: X"$file" : 'X\(/\)' \| . 2>/dev/null || cannam@154: $as_echo X"$file" | cannam@154: sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)[^/].*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\/\)$/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: /^X\(\/\).*/{ cannam@154: s//\1/ cannam@154: q cannam@154: } cannam@154: s/.*/./; q'` cannam@154: as_dir=$dirpart/$fdir; as_fn_mkdir_p cannam@154: # echo "creating $dirpart/$file" cannam@154: echo '# dummy' > "$dirpart/$file" cannam@154: done cannam@154: done cannam@154: } cannam@154: ;; cannam@154: "libtool":C) cannam@154: cannam@154: # See if we are running on zsh, and set the options that allow our cannam@154: # commands through without removal of \ escapes. cannam@154: if test -n "${ZSH_VERSION+set}"; then cannam@154: setopt NO_GLOB_SUBST cannam@154: fi cannam@154: cannam@154: cfgfile=${ofile}T cannam@154: trap "$RM \"$cfgfile\"; exit 1" 1 2 15 cannam@154: $RM "$cfgfile" cannam@154: cannam@154: cat <<_LT_EOF >> "$cfgfile" cannam@154: #! $SHELL cannam@154: # Generated automatically by $as_me ($PACKAGE) $VERSION cannam@154: # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: cannam@154: # NOTE: Changes made to this file will be lost: look at ltmain.sh. cannam@154: cannam@154: # Provide generalized library-building support services. cannam@154: # Written by Gordon Matzigkeit, 1996 cannam@154: cannam@154: # Copyright (C) 2014 Free Software Foundation, Inc. cannam@154: # This is free software; see the source for copying conditions. There is NO cannam@154: # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cannam@154: cannam@154: # GNU Libtool is free software; you can redistribute it and/or modify cannam@154: # it under the terms of the GNU General Public License as published by cannam@154: # the Free Software Foundation; either version 2 of of the License, or cannam@154: # (at your option) any later version. cannam@154: # cannam@154: # As a special exception to the GNU General Public License, if you cannam@154: # distribute this file as part of a program or library that is built cannam@154: # using GNU Libtool, you may include this file under the same cannam@154: # distribution terms that you use for the rest of that program. cannam@154: # cannam@154: # GNU Libtool is distributed in the hope that it will be useful, but cannam@154: # WITHOUT ANY WARRANTY; without even the implied warranty of cannam@154: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the cannam@154: # GNU General Public License for more details. cannam@154: # cannam@154: # You should have received a copy of the GNU General Public License cannam@154: # along with this program. If not, see . cannam@154: cannam@154: cannam@154: # The names of the tagged configurations supported by this script. cannam@154: available_tags='' cannam@154: cannam@154: # Configured defaults for sys_lib_dlsearch_path munging. cannam@154: : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} cannam@154: cannam@154: # ### BEGIN LIBTOOL CONFIG cannam@154: cannam@154: # Which release of libtool.m4 was used? cannam@154: macro_version=$macro_version cannam@154: macro_revision=$macro_revision cannam@154: cannam@154: # Whether or not to build shared libraries. cannam@154: build_libtool_libs=$enable_shared cannam@154: cannam@154: # Whether or not to build static libraries. cannam@154: build_old_libs=$enable_static cannam@154: cannam@154: # What type of objects to build. cannam@154: pic_mode=$pic_mode cannam@154: cannam@154: # Whether or not to optimize for fast installation. cannam@154: fast_install=$enable_fast_install cannam@154: cannam@154: # Shared archive member basename,for filename based shared library versioning on AIX. cannam@154: shared_archive_member_spec=$shared_archive_member_spec cannam@154: cannam@154: # Shell to use when invoking shell scripts. cannam@154: SHELL=$lt_SHELL cannam@154: cannam@154: # An echo program that protects backslashes. cannam@154: ECHO=$lt_ECHO cannam@154: cannam@154: # The PATH separator for the build system. cannam@154: PATH_SEPARATOR=$lt_PATH_SEPARATOR cannam@154: cannam@154: # The host system. cannam@154: host_alias=$host_alias cannam@154: host=$host cannam@154: host_os=$host_os cannam@154: cannam@154: # The build system. cannam@154: build_alias=$build_alias cannam@154: build=$build cannam@154: build_os=$build_os cannam@154: cannam@154: # A sed program that does not truncate output. cannam@154: SED=$lt_SED cannam@154: cannam@154: # Sed that helps us avoid accidentally triggering echo(1) options like -n. cannam@154: Xsed="\$SED -e 1s/^X//" cannam@154: cannam@154: # A grep program that handles long lines. cannam@154: GREP=$lt_GREP cannam@154: cannam@154: # An ERE matcher. cannam@154: EGREP=$lt_EGREP cannam@154: cannam@154: # A literal string matcher. cannam@154: FGREP=$lt_FGREP cannam@154: cannam@154: # A BSD- or MS-compatible name lister. cannam@154: NM=$lt_NM cannam@154: cannam@154: # Whether we need soft or hard links. cannam@154: LN_S=$lt_LN_S cannam@154: cannam@154: # What is the maximum length of a command? cannam@154: max_cmd_len=$max_cmd_len cannam@154: cannam@154: # Object file suffix (normally "o"). cannam@154: objext=$ac_objext cannam@154: cannam@154: # Executable file suffix (normally ""). cannam@154: exeext=$exeext cannam@154: cannam@154: # whether the shell understands "unset". cannam@154: lt_unset=$lt_unset cannam@154: cannam@154: # turn spaces into newlines. cannam@154: SP2NL=$lt_lt_SP2NL cannam@154: cannam@154: # turn newlines into spaces. cannam@154: NL2SP=$lt_lt_NL2SP cannam@154: cannam@154: # convert \$build file names to \$host format. cannam@154: to_host_file_cmd=$lt_cv_to_host_file_cmd cannam@154: cannam@154: # convert \$build files to toolchain format. cannam@154: to_tool_file_cmd=$lt_cv_to_tool_file_cmd cannam@154: cannam@154: # An object symbol dumper. cannam@154: OBJDUMP=$lt_OBJDUMP cannam@154: cannam@154: # Method to check whether dependent libraries are shared objects. cannam@154: deplibs_check_method=$lt_deplibs_check_method cannam@154: cannam@154: # Command to use when deplibs_check_method = "file_magic". cannam@154: file_magic_cmd=$lt_file_magic_cmd cannam@154: cannam@154: # How to find potential files when deplibs_check_method = "file_magic". cannam@154: file_magic_glob=$lt_file_magic_glob cannam@154: cannam@154: # Find potential files using nocaseglob when deplibs_check_method = "file_magic". cannam@154: want_nocaseglob=$lt_want_nocaseglob cannam@154: cannam@154: # DLL creation program. cannam@154: DLLTOOL=$lt_DLLTOOL cannam@154: cannam@154: # Command to associate shared and link libraries. cannam@154: sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd cannam@154: cannam@154: # The archiver. cannam@154: AR=$lt_AR cannam@154: cannam@154: # Flags to create an archive. cannam@154: AR_FLAGS=$lt_AR_FLAGS cannam@154: cannam@154: # How to feed a file listing to the archiver. cannam@154: archiver_list_spec=$lt_archiver_list_spec cannam@154: cannam@154: # A symbol stripping program. cannam@154: STRIP=$lt_STRIP cannam@154: cannam@154: # Commands used to install an old-style archive. cannam@154: RANLIB=$lt_RANLIB cannam@154: old_postinstall_cmds=$lt_old_postinstall_cmds cannam@154: old_postuninstall_cmds=$lt_old_postuninstall_cmds cannam@154: cannam@154: # Whether to use a lock for old archive extraction. cannam@154: lock_old_archive_extraction=$lock_old_archive_extraction cannam@154: cannam@154: # A C compiler. cannam@154: LTCC=$lt_CC cannam@154: cannam@154: # LTCC compiler flags. cannam@154: LTCFLAGS=$lt_CFLAGS cannam@154: cannam@154: # Take the output of nm and produce a listing of raw symbols and C names. cannam@154: global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe cannam@154: cannam@154: # Transform the output of nm in a proper C declaration. cannam@154: global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl cannam@154: cannam@154: # Transform the output of nm into a list of symbols to manually relocate. cannam@154: global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import cannam@154: cannam@154: # Transform the output of nm in a C name address pair. cannam@154: global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address cannam@154: cannam@154: # Transform the output of nm in a C name address pair when lib prefix is needed. cannam@154: global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix cannam@154: cannam@154: # The name lister interface. cannam@154: nm_interface=$lt_lt_cv_nm_interface cannam@154: cannam@154: # Specify filename containing input files for \$NM. cannam@154: nm_file_list_spec=$lt_nm_file_list_spec cannam@154: cannam@154: # The root where to search for dependent libraries,and where our libraries should be installed. cannam@154: lt_sysroot=$lt_sysroot cannam@154: cannam@154: # Command to truncate a binary pipe. cannam@154: lt_truncate_bin=$lt_lt_cv_truncate_bin cannam@154: cannam@154: # The name of the directory that contains temporary libtool files. cannam@154: objdir=$objdir cannam@154: cannam@154: # Used to examine libraries when file_magic_cmd begins with "file". cannam@154: MAGIC_CMD=$MAGIC_CMD cannam@154: cannam@154: # Must we lock files when doing compilation? cannam@154: need_locks=$lt_need_locks cannam@154: cannam@154: # Manifest tool. cannam@154: MANIFEST_TOOL=$lt_MANIFEST_TOOL cannam@154: cannam@154: # Tool to manipulate archived DWARF debug symbol files on Mac OS X. cannam@154: DSYMUTIL=$lt_DSYMUTIL cannam@154: cannam@154: # Tool to change global to local symbols on Mac OS X. cannam@154: NMEDIT=$lt_NMEDIT cannam@154: cannam@154: # Tool to manipulate fat objects and archives on Mac OS X. cannam@154: LIPO=$lt_LIPO cannam@154: cannam@154: # ldd/readelf like tool for Mach-O binaries on Mac OS X. cannam@154: OTOOL=$lt_OTOOL cannam@154: cannam@154: # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. cannam@154: OTOOL64=$lt_OTOOL64 cannam@154: cannam@154: # Old archive suffix (normally "a"). cannam@154: libext=$libext cannam@154: cannam@154: # Shared library suffix (normally ".so"). cannam@154: shrext_cmds=$lt_shrext_cmds cannam@154: cannam@154: # The commands to extract the exported symbol list from a shared archive. cannam@154: extract_expsyms_cmds=$lt_extract_expsyms_cmds cannam@154: cannam@154: # Variables whose values should be saved in libtool wrapper scripts and cannam@154: # restored at link time. cannam@154: variables_saved_for_relink=$lt_variables_saved_for_relink cannam@154: cannam@154: # Do we need the "lib" prefix for modules? cannam@154: need_lib_prefix=$need_lib_prefix cannam@154: cannam@154: # Do we need a version for libraries? cannam@154: need_version=$need_version cannam@154: cannam@154: # Library versioning type. cannam@154: version_type=$version_type cannam@154: cannam@154: # Shared library runtime path variable. cannam@154: runpath_var=$runpath_var cannam@154: cannam@154: # Shared library path variable. cannam@154: shlibpath_var=$shlibpath_var cannam@154: cannam@154: # Is shlibpath searched before the hard-coded library search path? cannam@154: shlibpath_overrides_runpath=$shlibpath_overrides_runpath cannam@154: cannam@154: # Format of library name prefix. cannam@154: libname_spec=$lt_libname_spec cannam@154: cannam@154: # List of archive names. First name is the real one, the rest are links. cannam@154: # The last name is the one that the linker finds with -lNAME cannam@154: library_names_spec=$lt_library_names_spec cannam@154: cannam@154: # The coded name of the library, if different from the real name. cannam@154: soname_spec=$lt_soname_spec cannam@154: cannam@154: # Permission mode override for installation of shared libraries. cannam@154: install_override_mode=$lt_install_override_mode cannam@154: cannam@154: # Command to use after installation of a shared archive. cannam@154: postinstall_cmds=$lt_postinstall_cmds cannam@154: cannam@154: # Command to use after uninstallation of a shared archive. cannam@154: postuninstall_cmds=$lt_postuninstall_cmds cannam@154: cannam@154: # Commands used to finish a libtool library installation in a directory. cannam@154: finish_cmds=$lt_finish_cmds cannam@154: cannam@154: # As "finish_cmds", except a single script fragment to be evaled but cannam@154: # not shown. cannam@154: finish_eval=$lt_finish_eval cannam@154: cannam@154: # Whether we should hardcode library paths into libraries. cannam@154: hardcode_into_libs=$hardcode_into_libs cannam@154: cannam@154: # Compile-time system search path for libraries. cannam@154: sys_lib_search_path_spec=$lt_sys_lib_search_path_spec cannam@154: cannam@154: # Detected run-time system search path for libraries. cannam@154: sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path cannam@154: cannam@154: # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. cannam@154: configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path cannam@154: cannam@154: # Whether dlopen is supported. cannam@154: dlopen_support=$enable_dlopen cannam@154: cannam@154: # Whether dlopen of programs is supported. cannam@154: dlopen_self=$enable_dlopen_self cannam@154: cannam@154: # Whether dlopen of statically linked programs is supported. cannam@154: dlopen_self_static=$enable_dlopen_self_static cannam@154: cannam@154: # Commands to strip libraries. cannam@154: old_striplib=$lt_old_striplib cannam@154: striplib=$lt_striplib cannam@154: cannam@154: cannam@154: # The linker used to build libraries. cannam@154: LD=$lt_LD cannam@154: cannam@154: # How to create reloadable object files. cannam@154: reload_flag=$lt_reload_flag cannam@154: reload_cmds=$lt_reload_cmds cannam@154: cannam@154: # Commands used to build an old-style archive. cannam@154: old_archive_cmds=$lt_old_archive_cmds cannam@154: cannam@154: # A language specific compiler. cannam@154: CC=$lt_compiler cannam@154: cannam@154: # Is the compiler the GNU compiler? cannam@154: with_gcc=$GCC cannam@154: cannam@154: # Compiler flag to turn off builtin functions. cannam@154: no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag cannam@154: cannam@154: # Additional compiler flags for building library objects. cannam@154: pic_flag=$lt_lt_prog_compiler_pic cannam@154: cannam@154: # How to pass a linker flag through the compiler. cannam@154: wl=$lt_lt_prog_compiler_wl cannam@154: cannam@154: # Compiler flag to prevent dynamic linking. cannam@154: link_static_flag=$lt_lt_prog_compiler_static cannam@154: cannam@154: # Does compiler simultaneously support -c and -o options? cannam@154: compiler_c_o=$lt_lt_cv_prog_compiler_c_o cannam@154: cannam@154: # Whether or not to add -lc for building shared libraries. cannam@154: build_libtool_need_lc=$archive_cmds_need_lc cannam@154: cannam@154: # Whether or not to disallow shared libs when runtime libs are static. cannam@154: allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes cannam@154: cannam@154: # Compiler flag to allow reflexive dlopens. cannam@154: export_dynamic_flag_spec=$lt_export_dynamic_flag_spec cannam@154: cannam@154: # Compiler flag to generate shared objects directly from archives. cannam@154: whole_archive_flag_spec=$lt_whole_archive_flag_spec cannam@154: cannam@154: # Whether the compiler copes with passing no objects directly. cannam@154: compiler_needs_object=$lt_compiler_needs_object cannam@154: cannam@154: # Create an old-style archive from a shared archive. cannam@154: old_archive_from_new_cmds=$lt_old_archive_from_new_cmds cannam@154: cannam@154: # Create a temporary old-style archive to link instead of a shared archive. cannam@154: old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds cannam@154: cannam@154: # Commands used to build a shared archive. cannam@154: archive_cmds=$lt_archive_cmds cannam@154: archive_expsym_cmds=$lt_archive_expsym_cmds cannam@154: cannam@154: # Commands used to build a loadable module if different from building cannam@154: # a shared archive. cannam@154: module_cmds=$lt_module_cmds cannam@154: module_expsym_cmds=$lt_module_expsym_cmds cannam@154: cannam@154: # Whether we are building with GNU ld or not. cannam@154: with_gnu_ld=$lt_with_gnu_ld cannam@154: cannam@154: # Flag that allows shared libraries with undefined symbols to be built. cannam@154: allow_undefined_flag=$lt_allow_undefined_flag cannam@154: cannam@154: # Flag that enforces no undefined symbols. cannam@154: no_undefined_flag=$lt_no_undefined_flag cannam@154: cannam@154: # Flag to hardcode \$libdir into a binary during linking. cannam@154: # This must work even if \$libdir does not exist cannam@154: hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec cannam@154: cannam@154: # Whether we need a single "-rpath" flag with a separated argument. cannam@154: hardcode_libdir_separator=$lt_hardcode_libdir_separator cannam@154: cannam@154: # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes cannam@154: # DIR into the resulting binary. cannam@154: hardcode_direct=$hardcode_direct cannam@154: cannam@154: # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes cannam@154: # DIR into the resulting binary and the resulting library dependency is cannam@154: # "absolute",i.e impossible to change by setting \$shlibpath_var if the cannam@154: # library is relocated. cannam@154: hardcode_direct_absolute=$hardcode_direct_absolute cannam@154: cannam@154: # Set to "yes" if using the -LDIR flag during linking hardcodes DIR cannam@154: # into the resulting binary. cannam@154: hardcode_minus_L=$hardcode_minus_L cannam@154: cannam@154: # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR cannam@154: # into the resulting binary. cannam@154: hardcode_shlibpath_var=$hardcode_shlibpath_var cannam@154: cannam@154: # Set to "yes" if building a shared library automatically hardcodes DIR cannam@154: # into the library and all subsequent libraries and executables linked cannam@154: # against it. cannam@154: hardcode_automatic=$hardcode_automatic cannam@154: cannam@154: # Set to yes if linker adds runtime paths of dependent libraries cannam@154: # to runtime path list. cannam@154: inherit_rpath=$inherit_rpath cannam@154: cannam@154: # Whether libtool must link a program against all its dependency libraries. cannam@154: link_all_deplibs=$link_all_deplibs cannam@154: cannam@154: # Set to "yes" if exported symbols are required. cannam@154: always_export_symbols=$always_export_symbols cannam@154: cannam@154: # The commands to list exported symbols. cannam@154: export_symbols_cmds=$lt_export_symbols_cmds cannam@154: cannam@154: # Symbols that should not be listed in the preloaded symbols. cannam@154: exclude_expsyms=$lt_exclude_expsyms cannam@154: cannam@154: # Symbols that must always be exported. cannam@154: include_expsyms=$lt_include_expsyms cannam@154: cannam@154: # Commands necessary for linking programs (against libraries) with templates. cannam@154: prelink_cmds=$lt_prelink_cmds cannam@154: cannam@154: # Commands necessary for finishing linking programs. cannam@154: postlink_cmds=$lt_postlink_cmds cannam@154: cannam@154: # Specify filename containing input files. cannam@154: file_list_spec=$lt_file_list_spec cannam@154: cannam@154: # How to hardcode a shared library path into an executable. cannam@154: hardcode_action=$hardcode_action cannam@154: cannam@154: # ### END LIBTOOL CONFIG cannam@154: cannam@154: _LT_EOF cannam@154: cannam@154: cat <<'_LT_EOF' >> "$cfgfile" cannam@154: cannam@154: # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE cannam@154: cannam@154: # func_munge_path_list VARIABLE PATH cannam@154: # ----------------------------------- cannam@154: # VARIABLE is name of variable containing _space_ separated list of cannam@154: # directories to be munged by the contents of PATH, which is string cannam@154: # having a format: cannam@154: # "DIR[:DIR]:" cannam@154: # string "DIR[ DIR]" will be prepended to VARIABLE cannam@154: # ":DIR[:DIR]" cannam@154: # string "DIR[ DIR]" will be appended to VARIABLE cannam@154: # "DIRP[:DIRP]::[DIRA:]DIRA" cannam@154: # string "DIRP[ DIRP]" will be prepended to VARIABLE and string cannam@154: # "DIRA[ DIRA]" will be appended to VARIABLE cannam@154: # "DIR[:DIR]" cannam@154: # VARIABLE will be replaced by "DIR[ DIR]" cannam@154: func_munge_path_list () cannam@154: { cannam@154: case x$2 in cannam@154: x) cannam@154: ;; cannam@154: *:) cannam@154: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" cannam@154: ;; cannam@154: x:*) cannam@154: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" cannam@154: ;; cannam@154: *::*) cannam@154: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" cannam@154: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" cannam@154: ;; cannam@154: *) cannam@154: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" cannam@154: ;; cannam@154: esac cannam@154: } cannam@154: cannam@154: cannam@154: # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. cannam@154: func_cc_basename () cannam@154: { cannam@154: for cc_temp in $*""; do cannam@154: case $cc_temp in cannam@154: compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; cannam@154: distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; cannam@154: \-*) ;; cannam@154: *) break;; cannam@154: esac cannam@154: done cannam@154: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` cannam@154: } cannam@154: cannam@154: cannam@154: # ### END FUNCTIONS SHARED WITH CONFIGURE cannam@154: cannam@154: _LT_EOF cannam@154: cannam@154: case $host_os in cannam@154: aix3*) cannam@154: cat <<\_LT_EOF >> "$cfgfile" cannam@154: # AIX sometimes has problems with the GCC collect2 program. For some cannam@154: # reason, if we set the COLLECT_NAMES environment variable, the problems cannam@154: # vanish in a puff of smoke. cannam@154: if test set != "${COLLECT_NAMES+set}"; then cannam@154: COLLECT_NAMES= cannam@154: export COLLECT_NAMES cannam@154: fi cannam@154: _LT_EOF cannam@154: ;; cannam@154: esac cannam@154: cannam@154: cannam@154: ltmain=$ac_aux_dir/ltmain.sh cannam@154: cannam@154: cannam@154: # We use sed instead of cat because bash on DJGPP gets confused if cannam@154: # if finds mixed CR/LF and LF-only lines. Since sed operates in cannam@154: # text mode, it properly converts lines to CR/LF. This bash problem cannam@154: # is reportedly fixed, but why not run on old versions too? cannam@154: sed '$q' "$ltmain" >> "$cfgfile" \ cannam@154: || (rm -f "$cfgfile"; exit 1) cannam@154: cannam@154: mv -f "$cfgfile" "$ofile" || cannam@154: (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") cannam@154: chmod +x "$ofile" cannam@154: cannam@154: ;; cannam@154: cannam@154: esac cannam@154: done # for ac_tag cannam@154: cannam@154: cannam@154: as_fn_exit 0 cannam@154: _ACEOF cannam@154: ac_clean_files=$ac_clean_files_save cannam@154: cannam@154: test $ac_write_fail = 0 || cannam@154: as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 cannam@154: cannam@154: cannam@154: # configure is writing to config.log, and then calls config.status. cannam@154: # config.status does its own redirection, appending to config.log. cannam@154: # Unfortunately, on DOS this fails, as config.log is still kept open cannam@154: # by configure, so config.status won't be able to write to it; its cannam@154: # output is simply discarded. So we exec the FD to /dev/null, cannam@154: # effectively closing config.log, so it can be properly (re)opened and cannam@154: # appended to by config.status. When coming back to configure, we cannam@154: # need to make the FD available again. cannam@154: if test "$no_create" != yes; then cannam@154: ac_cs_success=: cannam@154: ac_config_status_args= cannam@154: test "$silent" = yes && cannam@154: ac_config_status_args="$ac_config_status_args --quiet" cannam@154: exec 5>/dev/null cannam@154: $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false cannam@154: exec 5>>config.log cannam@154: # Use ||, not &&, to avoid exiting from the if with $? = 1, which cannam@154: # would make configure fail if this is the last instruction. cannam@154: $ac_cs_success || as_fn_exit 1 cannam@154: fi cannam@154: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 cannam@154: $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} cannam@154: fi cannam@154: cannam@154: cannam@154: { $as_echo "$as_me:${as_lineno-$LINENO}: cannam@154: ------------------------------------------------------------------------ cannam@154: $PACKAGE_NAME $PACKAGE_VERSION: Automatic configuration OK. cannam@154: cannam@154: Assertions ................... ${enable_assertions} cannam@154: cannam@154: HTTP support ................. ${enable_http} cannam@154: Fixed-point .................. ${enable_fixed_point} cannam@154: Floating-point API ........... ${enable_float}${lrintf_notice} cannam@154: cannam@154: Hidden visibility ............ ${cc_cv_flag_visibility} cannam@154: cannam@154: API code examples ............ ${enable_examples} cannam@154: API documentation ............ ${enable_doc} cannam@154: ------------------------------------------------------------------------ cannam@154: " >&5 cannam@154: $as_echo "$as_me: cannam@154: ------------------------------------------------------------------------ cannam@154: $PACKAGE_NAME $PACKAGE_VERSION: Automatic configuration OK. cannam@154: cannam@154: Assertions ................... ${enable_assertions} cannam@154: cannam@154: HTTP support ................. ${enable_http} cannam@154: Fixed-point .................. ${enable_fixed_point} cannam@154: Floating-point API ........... ${enable_float}${lrintf_notice} cannam@154: cannam@154: Hidden visibility ............ ${cc_cv_flag_visibility} cannam@154: cannam@154: API code examples ............ ${enable_examples} cannam@154: API documentation ............ ${enable_doc} cannam@154: ------------------------------------------------------------------------ cannam@154: " >&6;}