annotate configure @ 1441:8524a1709821

'--without-emacs' configure option
author Adam Chlipala <adam@chlipala.net>
date Sun, 20 Mar 2011 13:47:39 -0400
parents 1a78ca089bd0
children 156b8e8c25d8
rev   line source
adamc@378 1 #! /bin/sh
adamc@378 2 # Guess values for system-dependent variables and create Makefiles.
adam@1315 3 # Generated by GNU Autoconf 2.67 for urweb 1.0.
adamc@1095 4 #
adamc@378 5 #
adamc@378 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
adam@1315 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
adam@1315 8 # Foundation, Inc.
adamc@1095 9 #
adamc@1095 10 #
adamc@378 11 # This configure script is free software; the Free Software Foundation
adamc@378 12 # gives unlimited permission to copy, distribute and modify it.
adamc@1095 13 ## -------------------- ##
adamc@1095 14 ## M4sh Initialization. ##
adamc@1095 15 ## -------------------- ##
adamc@378 16
adamc@378 17 # Be more Bourne compatible
adamc@378 18 DUALCASE=1; export DUALCASE # for MKS sh
adamc@1095 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
adamc@378 20 emulate sh
adamc@378 21 NULLCMD=:
adamc@1095 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
adamc@378 23 # is contrary to our usage. Disable this feature.
adamc@378 24 alias -g '${1+"$@"}'='"$@"'
adamc@378 25 setopt NO_GLOB_SUBST
adamc@378 26 else
adamc@1095 27 case `(set -o) 2>/dev/null` in #(
adamc@1095 28 *posix*) :
adamc@1095 29 set -o posix ;; #(
adamc@1095 30 *) :
adamc@1095 31 ;;
adamc@378 32 esac
adamc@378 33 fi
adamc@378 34
adamc@378 35
adamc@1095 36 as_nl='
adamc@1095 37 '
adamc@1095 38 export as_nl
adamc@1095 39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
adamc@1095 40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
adamc@1095 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
adamc@1095 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
adamc@1095 43 # Prefer a ksh shell builtin over an external printf program on Solaris,
adamc@1095 44 # but without wasting forks for bash or zsh.
adamc@1095 45 if test -z "$BASH_VERSION$ZSH_VERSION" \
adamc@1095 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
adamc@1095 47 as_echo='print -r --'
adamc@1095 48 as_echo_n='print -rn --'
adamc@1095 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
adamc@1095 50 as_echo='printf %s\n'
adamc@1095 51 as_echo_n='printf %s'
adamc@1095 52 else
adamc@1095 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
adamc@1095 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
adamc@1095 55 as_echo_n='/usr/ucb/echo -n'
adamc@1095 56 else
adamc@1095 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
adamc@1095 58 as_echo_n_body='eval
adamc@1095 59 arg=$1;
adamc@1095 60 case $arg in #(
adamc@1095 61 *"$as_nl"*)
adamc@1095 62 expr "X$arg" : "X\\(.*\\)$as_nl";
adamc@1095 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
adamc@1095 64 esac;
adamc@1095 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
adamc@1095 66 '
adamc@1095 67 export as_echo_n_body
adamc@1095 68 as_echo_n='sh -c $as_echo_n_body as_echo'
adamc@1095 69 fi
adamc@1095 70 export as_echo_body
adamc@1095 71 as_echo='sh -c $as_echo_body as_echo'
adamc@1095 72 fi
adamc@378 73
adamc@378 74 # The user is always right.
adamc@378 75 if test "${PATH_SEPARATOR+set}" != set; then
adamc@1095 76 PATH_SEPARATOR=:
adamc@1095 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
adamc@1095 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
adamc@1095 79 PATH_SEPARATOR=';'
adamc@1095 80 }
adamc@378 81 fi
adamc@378 82
adamc@378 83
adamc@378 84 # IFS
adamc@378 85 # We need space, tab and new line, in precisely that order. Quoting is
adamc@378 86 # there to prevent editors from complaining about space-tab.
adamc@378 87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
adamc@378 88 # splitting by setting IFS to empty value.)
adamc@378 89 IFS=" "" $as_nl"
adamc@378 90
adamc@378 91 # Find who we are. Look in the path if we contain no directory separator.
adamc@1095 92 case $0 in #((
adamc@378 93 *[\\/]* ) as_myself=$0 ;;
adamc@378 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@378 95 for as_dir in $PATH
adamc@378 96 do
adamc@378 97 IFS=$as_save_IFS
adamc@378 98 test -z "$as_dir" && as_dir=.
adamc@1095 99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
adamc@1095 100 done
adamc@378 101 IFS=$as_save_IFS
adamc@378 102
adamc@378 103 ;;
adamc@378 104 esac
adamc@378 105 # We did not find ourselves, most probably we were run as `sh COMMAND'
adamc@378 106 # in which case we are not to be found in the path.
adamc@378 107 if test "x$as_myself" = x; then
adamc@378 108 as_myself=$0
adamc@378 109 fi
adamc@378 110 if test ! -f "$as_myself"; then
adamc@1095 111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
adamc@1095 112 exit 1
adamc@378 113 fi
adamc@378 114
adamc@1095 115 # Unset variables that we do not need and which cause bugs (e.g. in
adamc@1095 116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
adamc@1095 117 # suppresses any "Segmentation fault" message there. '((' could
adamc@1095 118 # trigger a bug in pdksh 5.2.14.
adamc@1095 119 for as_var in BASH_ENV ENV MAIL MAILPATH
adamc@1095 120 do eval test x\${$as_var+set} = xset \
adamc@1095 121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
adamc@378 122 done
adamc@378 123 PS1='$ '
adamc@378 124 PS2='> '
adamc@378 125 PS4='+ '
adamc@378 126
adamc@378 127 # NLS nuisances.
adamc@1095 128 LC_ALL=C
adamc@1095 129 export LC_ALL
adamc@1095 130 LANGUAGE=C
adamc@1095 131 export LANGUAGE
adamc@1095 132
adamc@1095 133 # CDPATH.
adamc@1095 134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
adamc@1095 135
adamc@1095 136 if test "x$CONFIG_SHELL" = x; then
adamc@1095 137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
adamc@1095 138 emulate sh
adamc@1095 139 NULLCMD=:
adamc@1095 140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
adamc@1095 141 # is contrary to our usage. Disable this feature.
adamc@1095 142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
adamc@1095 143 setopt NO_GLOB_SUBST
adamc@1095 144 else
adamc@1095 145 case \`(set -o) 2>/dev/null\` in #(
adamc@1095 146 *posix*) :
adamc@1095 147 set -o posix ;; #(
adamc@1095 148 *) :
adamc@1095 149 ;;
adamc@1095 150 esac
adamc@1095 151 fi
adamc@1095 152 "
adamc@1095 153 as_required="as_fn_return () { (exit \$1); }
adamc@1095 154 as_fn_success () { as_fn_return 0; }
adamc@1095 155 as_fn_failure () { as_fn_return 1; }
adamc@1095 156 as_fn_ret_success () { return 0; }
adamc@1095 157 as_fn_ret_failure () { return 1; }
adamc@1095 158
adamc@1095 159 exitcode=0
adamc@1095 160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
adamc@1095 161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
adamc@1095 162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
adamc@1095 163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
adamc@1095 164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
adamc@1095 165
adamc@1095 166 else
adamc@1095 167 exitcode=1; echo positional parameters were not saved.
adamc@1095 168 fi
adamc@1095 169 test x\$exitcode = x0 || exit 1"
adamc@1095 170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
adamc@1095 171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
adamc@1095 172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
adamc@1132 173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
adamc@1132 174 test \$(( 1 + 1 )) = 2 || exit 1"
adamc@1095 175 if (eval "$as_required") 2>/dev/null; then :
adamc@1095 176 as_have_required=yes
adamc@1095 177 else
adamc@1095 178 as_have_required=no
adamc@1095 179 fi
adamc@1095 180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
adamc@1095 181
adamc@1095 182 else
adamc@1095 183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1095 184 as_found=false
adamc@1095 185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
adamc@378 186 do
adamc@1095 187 IFS=$as_save_IFS
adamc@1095 188 test -z "$as_dir" && as_dir=.
adamc@1095 189 as_found=:
adamc@1095 190 case $as_dir in #(
adamc@1095 191 /*)
adamc@1095 192 for as_base in sh bash ksh sh5; do
adamc@1095 193 # Try only shells that exist, to save several forks.
adamc@1095 194 as_shell=$as_dir/$as_base
adamc@1095 195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
adamc@1095 196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
adamc@1095 197 CONFIG_SHELL=$as_shell as_have_required=yes
adamc@1095 198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
adamc@1095 199 break 2
adamc@1095 200 fi
adamc@1095 201 fi
adamc@1095 202 done;;
adamc@1095 203 esac
adamc@1095 204 as_found=false
adamc@1095 205 done
adamc@1095 206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
adamc@1095 207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
adamc@1095 208 CONFIG_SHELL=$SHELL as_have_required=yes
adamc@1095 209 fi; }
adamc@1095 210 IFS=$as_save_IFS
adamc@1095 211
adamc@1095 212
adamc@1095 213 if test "x$CONFIG_SHELL" != x; then :
adamc@1095 214 # We cannot yet assume a decent shell, so we have to provide a
adamc@1095 215 # neutralization value for shells without unset; and this also
adamc@1095 216 # works around shells that cannot unset nonexistent variables.
adamc@1095 217 BASH_ENV=/dev/null
adamc@1095 218 ENV=/dev/null
adamc@1095 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
adamc@1095 220 export CONFIG_SHELL
adamc@1095 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
adamc@1095 222 fi
adamc@1095 223
adamc@1095 224 if test x$as_have_required = xno; then :
adamc@1095 225 $as_echo "$0: This script requires a shell more modern than all"
adamc@1095 226 $as_echo "$0: the shells that I found on your system."
adamc@1095 227 if test x${ZSH_VERSION+set} = xset ; then
adamc@1095 228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
adamc@1095 229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
adamc@378 230 else
adamc@1095 231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
adamc@1095 232 $0: including any error possibly output before this
adamc@1095 233 $0: message. Then install a modern shell, or manually run
adamc@1095 234 $0: the script under such a shell if you do have one."
adamc@378 235 fi
adamc@1095 236 exit 1
adamc@1095 237 fi
adamc@1095 238 fi
adamc@1095 239 fi
adamc@1095 240 SHELL=${CONFIG_SHELL-/bin/sh}
adamc@1095 241 export SHELL
adamc@1095 242 # Unset more variables known to interfere with behavior of common tools.
adamc@1095 243 CLICOLOR_FORCE= GREP_OPTIONS=
adamc@1095 244 unset CLICOLOR_FORCE GREP_OPTIONS
adamc@378 245
adamc@1095 246 ## --------------------- ##
adamc@1095 247 ## M4sh Shell Functions. ##
adamc@1095 248 ## --------------------- ##
adamc@1095 249 # as_fn_unset VAR
adamc@1095 250 # ---------------
adamc@1095 251 # Portably unset VAR.
adamc@1095 252 as_fn_unset ()
adamc@1095 253 {
adamc@1095 254 { eval $1=; unset $1;}
adamc@1095 255 }
adamc@1095 256 as_unset=as_fn_unset
adamc@1095 257
adamc@1095 258 # as_fn_set_status STATUS
adamc@1095 259 # -----------------------
adamc@1095 260 # Set $? to STATUS, without forking.
adamc@1095 261 as_fn_set_status ()
adamc@1095 262 {
adamc@1095 263 return $1
adamc@1095 264 } # as_fn_set_status
adamc@1095 265
adamc@1095 266 # as_fn_exit STATUS
adamc@1095 267 # -----------------
adamc@1095 268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
adamc@1095 269 as_fn_exit ()
adamc@1095 270 {
adamc@1095 271 set +e
adamc@1095 272 as_fn_set_status $1
adamc@1095 273 exit $1
adamc@1095 274 } # as_fn_exit
adamc@1095 275
adamc@1095 276 # as_fn_mkdir_p
adamc@1095 277 # -------------
adamc@1095 278 # Create "$as_dir" as a directory, including parents if necessary.
adamc@1095 279 as_fn_mkdir_p ()
adamc@1095 280 {
adamc@1095 281
adamc@1095 282 case $as_dir in #(
adamc@1095 283 -*) as_dir=./$as_dir;;
adamc@1095 284 esac
adamc@1095 285 test -d "$as_dir" || eval $as_mkdir_p || {
adamc@1095 286 as_dirs=
adamc@1095 287 while :; do
adamc@1095 288 case $as_dir in #(
adamc@1095 289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
adamc@1095 290 *) as_qdir=$as_dir;;
adamc@1095 291 esac
adamc@1095 292 as_dirs="'$as_qdir' $as_dirs"
adamc@1095 293 as_dir=`$as_dirname -- "$as_dir" ||
adamc@1095 294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1095 295 X"$as_dir" : 'X\(//\)[^/]' \| \
adamc@1095 296 X"$as_dir" : 'X\(//\)$' \| \
adamc@1095 297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 298 $as_echo X"$as_dir" |
adamc@1095 299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@1095 300 s//\1/
adamc@1095 301 q
adamc@1095 302 }
adamc@1095 303 /^X\(\/\/\)[^/].*/{
adamc@1095 304 s//\1/
adamc@1095 305 q
adamc@1095 306 }
adamc@1095 307 /^X\(\/\/\)$/{
adamc@1095 308 s//\1/
adamc@1095 309 q
adamc@1095 310 }
adamc@1095 311 /^X\(\/\).*/{
adamc@1095 312 s//\1/
adamc@1095 313 q
adamc@1095 314 }
adamc@1095 315 s/.*/./; q'`
adamc@1095 316 test -d "$as_dir" && break
adamc@1095 317 done
adamc@1095 318 test -z "$as_dirs" || eval "mkdir $as_dirs"
adam@1315 319 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
adamc@1095 320
adamc@1095 321
adamc@1095 322 } # as_fn_mkdir_p
adamc@1095 323 # as_fn_append VAR VALUE
adamc@1095 324 # ----------------------
adamc@1095 325 # Append the text in VALUE to the end of the definition contained in VAR. Take
adamc@1095 326 # advantage of any shell optimizations that allow amortized linear growth over
adamc@1095 327 # repeated appends, instead of the typical quadratic growth present in naive
adamc@1095 328 # implementations.
adamc@1095 329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
adamc@1095 330 eval 'as_fn_append ()
adamc@1095 331 {
adamc@1095 332 eval $1+=\$2
adamc@1095 333 }'
adamc@1095 334 else
adamc@1095 335 as_fn_append ()
adamc@1095 336 {
adamc@1095 337 eval $1=\$$1\$2
adamc@1095 338 }
adamc@1095 339 fi # as_fn_append
adamc@1095 340
adamc@1095 341 # as_fn_arith ARG...
adamc@1095 342 # ------------------
adamc@1095 343 # Perform arithmetic evaluation on the ARGs, and store the result in the
adamc@1095 344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
adamc@1095 345 # must be portable across $(()) and expr.
adamc@1095 346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
adamc@1095 347 eval 'as_fn_arith ()
adamc@1095 348 {
adamc@1095 349 as_val=$(( $* ))
adamc@1095 350 }'
adamc@1095 351 else
adamc@1095 352 as_fn_arith ()
adamc@1095 353 {
adamc@1095 354 as_val=`expr "$@" || test $? -eq 1`
adamc@1095 355 }
adamc@1095 356 fi # as_fn_arith
adamc@1095 357
adamc@1095 358
adam@1315 359 # as_fn_error STATUS ERROR [LINENO LOG_FD]
adam@1315 360 # ----------------------------------------
adamc@1095 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
adamc@1095 362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
adam@1315 363 # script with STATUS, using 1 if that was 0.
adamc@1095 364 as_fn_error ()
adamc@1095 365 {
adam@1315 366 as_status=$1; test $as_status -eq 0 && as_status=1
adam@1315 367 if test "$4"; then
adam@1315 368 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adam@1315 369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
adam@1315 370 fi
adam@1315 371 $as_echo "$as_me: error: $2" >&2
adamc@1095 372 as_fn_exit $as_status
adamc@1095 373 } # as_fn_error
adamc@1095 374
adamc@378 375 if expr a : '\(a\)' >/dev/null 2>&1 &&
adamc@378 376 test "X`expr 00001 : '.*\(...\)'`" = X001; then
adamc@378 377 as_expr=expr
adamc@378 378 else
adamc@378 379 as_expr=false
adamc@378 380 fi
adamc@378 381
adamc@378 382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
adamc@378 383 as_basename=basename
adamc@378 384 else
adamc@378 385 as_basename=false
adamc@378 386 fi
adamc@378 387
adamc@1095 388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
adamc@1095 389 as_dirname=dirname
adamc@1095 390 else
adamc@1095 391 as_dirname=false
adamc@1095 392 fi
adamc@378 393
adamc@378 394 as_me=`$as_basename -- "$0" ||
adamc@378 395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
adamc@378 396 X"$0" : 'X\(//\)$' \| \
adamc@378 397 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 398 $as_echo X/"$0" |
adamc@378 399 sed '/^.*\/\([^/][^/]*\)\/*$/{
adamc@378 400 s//\1/
adamc@378 401 q
adamc@378 402 }
adamc@378 403 /^X\/\(\/\/\)$/{
adamc@378 404 s//\1/
adamc@378 405 q
adamc@378 406 }
adamc@378 407 /^X\/\(\/\).*/{
adamc@378 408 s//\1/
adamc@378 409 q
adamc@378 410 }
adamc@378 411 s/.*/./; q'`
adamc@378 412
adamc@1095 413 # Avoid depending upon Character Ranges.
adamc@1095 414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
adamc@1095 415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
adamc@1095 416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
adamc@1095 417 as_cr_digits='0123456789'
adamc@1095 418 as_cr_alnum=$as_cr_Letters$as_cr_digits
adamc@378 419
adamc@378 420
adamc@1095 421 as_lineno_1=$LINENO as_lineno_1a=$LINENO
adamc@1095 422 as_lineno_2=$LINENO as_lineno_2a=$LINENO
adamc@1095 423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
adamc@1095 424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
adamc@1095 425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
adamc@378 426 sed -n '
adamc@378 427 p
adamc@378 428 /[$]LINENO/=
adamc@378 429 ' <$as_myself |
adamc@378 430 sed '
adamc@378 431 s/[$]LINENO.*/&-/
adamc@378 432 t lineno
adamc@378 433 b
adamc@378 434 :lineno
adamc@378 435 N
adamc@378 436 :loop
adamc@378 437 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
adamc@378 438 t loop
adamc@378 439 s/-\n.*//
adamc@378 440 ' >$as_me.lineno &&
adamc@378 441 chmod +x "$as_me.lineno" ||
adamc@1095 442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
adamc@378 443
adamc@378 444 # Don't try to exec as it changes $[0], causing all sort of problems
adamc@378 445 # (the dirname of $[0] is not the place where we might find the
adamc@378 446 # original and so on. Autoconf is especially sensitive to this).
adamc@378 447 . "./$as_me.lineno"
adamc@378 448 # Exit status is that of the last command.
adamc@378 449 exit
adamc@378 450 }
adamc@378 451
adamc@378 452 ECHO_C= ECHO_N= ECHO_T=
adamc@1095 453 case `echo -n x` in #(((((
adamc@378 454 -n*)
adamc@1095 455 case `echo 'xy\c'` in
adamc@378 456 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
adamc@1095 457 xy) ECHO_C='\c';;
adamc@1095 458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
adamc@1095 459 ECHO_T=' ';;
adamc@378 460 esac;;
adamc@378 461 *)
adamc@378 462 ECHO_N='-n';;
adamc@378 463 esac
adamc@378 464
adamc@378 465 rm -f conf$$ conf$$.exe conf$$.file
adamc@378 466 if test -d conf$$.dir; then
adamc@378 467 rm -f conf$$.dir/conf$$.file
adamc@378 468 else
adamc@378 469 rm -f conf$$.dir
adamc@1095 470 mkdir conf$$.dir 2>/dev/null
adamc@378 471 fi
adamc@1095 472 if (echo >conf$$.file) 2>/dev/null; then
adamc@1095 473 if ln -s conf$$.file conf$$ 2>/dev/null; then
adamc@1095 474 as_ln_s='ln -s'
adamc@1095 475 # ... but there are two gotchas:
adamc@1095 476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
adamc@1095 477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
adamc@1095 478 # In both cases, we have to default to `cp -p'.
adamc@1095 479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
adamc@1095 480 as_ln_s='cp -p'
adamc@1095 481 elif ln conf$$.file conf$$ 2>/dev/null; then
adamc@1095 482 as_ln_s=ln
adamc@1095 483 else
adamc@378 484 as_ln_s='cp -p'
adamc@1095 485 fi
adamc@378 486 else
adamc@378 487 as_ln_s='cp -p'
adamc@378 488 fi
adamc@378 489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
adamc@378 490 rmdir conf$$.dir 2>/dev/null
adamc@378 491
adamc@378 492 if mkdir -p . 2>/dev/null; then
adamc@1095 493 as_mkdir_p='mkdir -p "$as_dir"'
adamc@378 494 else
adamc@378 495 test -d ./-p && rmdir ./-p
adamc@378 496 as_mkdir_p=false
adamc@378 497 fi
adamc@378 498
adamc@378 499 if test -x / >/dev/null 2>&1; then
adamc@378 500 as_test_x='test -x'
adamc@378 501 else
adamc@378 502 if ls -dL / >/dev/null 2>&1; then
adamc@378 503 as_ls_L_option=L
adamc@378 504 else
adamc@378 505 as_ls_L_option=
adamc@378 506 fi
adamc@378 507 as_test_x='
adamc@378 508 eval sh -c '\''
adamc@378 509 if test -d "$1"; then
adamc@1095 510 test -d "$1/.";
adamc@378 511 else
adamc@1095 512 case $1 in #(
adamc@1095 513 -*)set "./$1";;
adamc@378 514 esac;
adamc@1095 515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
adamc@378 516 ???[sx]*):;;*)false;;esac;fi
adamc@378 517 '\'' sh
adamc@378 518 '
adamc@378 519 fi
adamc@378 520 as_executable_p=$as_test_x
adamc@378 521
adamc@378 522 # Sed expression to map a string onto a valid CPP name.
adamc@378 523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
adamc@378 524
adamc@378 525 # Sed expression to map a string onto a valid variable name.
adamc@378 526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
adamc@378 527
adamc@378 528
adamc@1132 529
adamc@1132 530 # Check that we are running under the correct shell.
adamc@1132 531 SHELL=${CONFIG_SHELL-/bin/sh}
adamc@1132 532
adamc@1132 533 case X$lt_ECHO in
adamc@1132 534 X*--fallback-echo)
adamc@1132 535 # Remove one level of quotation (which was required for Make).
adamc@1132 536 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
adamc@1132 537 ;;
adamc@1132 538 esac
adamc@1132 539
adamc@1132 540 ECHO=${lt_ECHO-echo}
adamc@1132 541 if test "X$1" = X--no-reexec; then
adamc@1132 542 # Discard the --no-reexec flag, and continue.
adamc@1132 543 shift
adamc@1132 544 elif test "X$1" = X--fallback-echo; then
adamc@1132 545 # Avoid inline document here, it may be left over
adamc@1132 546 :
adamc@1132 547 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
adamc@1132 548 # Yippee, $ECHO works!
adamc@1132 549 :
adamc@1132 550 else
adamc@1132 551 # Restart under the correct shell.
adamc@1132 552 exec $SHELL "$0" --no-reexec ${1+"$@"}
adamc@1132 553 fi
adamc@1132 554
adamc@1132 555 if test "X$1" = X--fallback-echo; then
adamc@1132 556 # used as fallback echo
adamc@1132 557 shift
adamc@1132 558 cat <<_LT_EOF
adamc@1132 559 $*
adamc@1132 560 _LT_EOF
adamc@1132 561 exit 0
adamc@1132 562 fi
adamc@1132 563
adamc@1132 564 # The HP-UX ksh and POSIX shell print the target directory to stdout
adamc@1132 565 # if CDPATH is set.
adamc@1132 566 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
adamc@1132 567
adamc@1132 568 if test -z "$lt_ECHO"; then
adamc@1132 569 if test "X${echo_test_string+set}" != Xset; then
adamc@1132 570 # find a string as large as possible, as long as the shell can cope with it
adamc@1132 571 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
adamc@1132 572 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
adamc@1132 573 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
adamc@1132 574 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
adamc@1132 575 then
adamc@1132 576 break
adamc@1132 577 fi
adamc@1132 578 done
adamc@1132 579 fi
adamc@1132 580
adamc@1132 581 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
adamc@1132 582 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
adamc@1132 583 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 584 :
adamc@1132 585 else
adamc@1132 586 # The Solaris, AIX, and Digital Unix default echo programs unquote
adamc@1132 587 # backslashes. This makes it impossible to quote backslashes using
adamc@1132 588 # echo "$something" | sed 's/\\/\\\\/g'
adamc@1132 589 #
adamc@1132 590 # So, first we look for a working echo in the user's PATH.
adamc@1132 591
adamc@1132 592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
adamc@1132 593 for dir in $PATH /usr/ucb; do
adamc@1132 594 IFS="$lt_save_ifs"
adamc@1132 595 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
adamc@1132 596 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
adamc@1132 597 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
adamc@1132 598 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 599 ECHO="$dir/echo"
adamc@1132 600 break
adamc@1132 601 fi
adamc@1132 602 done
adamc@1132 603 IFS="$lt_save_ifs"
adamc@1132 604
adamc@1132 605 if test "X$ECHO" = Xecho; then
adamc@1132 606 # We didn't find a better echo, so look for alternatives.
adamc@1132 607 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
adamc@1132 608 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
adamc@1132 609 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 610 # This shell has a builtin print -r that does the trick.
adamc@1132 611 ECHO='print -r'
adamc@1132 612 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
adamc@1132 613 test "X$CONFIG_SHELL" != X/bin/ksh; then
adamc@1132 614 # If we have ksh, try running configure again with it.
adamc@1132 615 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
adamc@1132 616 export ORIGINAL_CONFIG_SHELL
adamc@1132 617 CONFIG_SHELL=/bin/ksh
adamc@1132 618 export CONFIG_SHELL
adamc@1132 619 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
adamc@1132 620 else
adamc@1132 621 # Try using printf.
adamc@1132 622 ECHO='printf %s\n'
adamc@1132 623 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
adamc@1132 624 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
adamc@1132 625 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 626 # Cool, printf works
adamc@1132 627 :
adamc@1132 628 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
adamc@1132 629 test "X$echo_testing_string" = 'X\t' &&
adamc@1132 630 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
adamc@1132 631 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 632 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
adamc@1132 633 export CONFIG_SHELL
adamc@1132 634 SHELL="$CONFIG_SHELL"
adamc@1132 635 export SHELL
adamc@1132 636 ECHO="$CONFIG_SHELL $0 --fallback-echo"
adamc@1132 637 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
adamc@1132 638 test "X$echo_testing_string" = 'X\t' &&
adamc@1132 639 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
adamc@1132 640 test "X$echo_testing_string" = "X$echo_test_string"; then
adamc@1132 641 ECHO="$CONFIG_SHELL $0 --fallback-echo"
adamc@1132 642 else
adamc@1132 643 # maybe with a smaller string...
adamc@1132 644 prev=:
adamc@1132 645
adamc@1132 646 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
adamc@1132 647 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
adamc@1132 648 then
adamc@1132 649 break
adamc@1132 650 fi
adamc@1132 651 prev="$cmd"
adamc@1132 652 done
adamc@1132 653
adamc@1132 654 if test "$prev" != 'sed 50q "$0"'; then
adamc@1132 655 echo_test_string=`eval $prev`
adamc@1132 656 export echo_test_string
adamc@1132 657 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
adamc@1132 658 else
adamc@1132 659 # Oops. We lost completely, so just stick with echo.
adamc@1132 660 ECHO=echo
adamc@1132 661 fi
adamc@1132 662 fi
adamc@1132 663 fi
adamc@1132 664 fi
adamc@1132 665 fi
adamc@1132 666 fi
adamc@1132 667
adamc@1132 668 # Copy echo and quote the copy suitably for passing to libtool from
adamc@1132 669 # the Makefile, instead of quoting the original, which is used later.
adamc@1132 670 lt_ECHO=$ECHO
adamc@1132 671 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
adamc@1132 672 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
adamc@1132 673 fi
adamc@1132 674
adamc@1132 675
adamc@1132 676
adamc@1132 677
adamc@1095 678 test -n "$DJDIR" || exec 7<&0 </dev/null
adamc@1095 679 exec 6>&1
adamc@378 680
adamc@378 681 # Name of the host.
adam@1315 682 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
adamc@378 683 # so uname gets run too.
adamc@378 684 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
adamc@378 685
adamc@378 686 #
adamc@378 687 # Initializations.
adamc@378 688 #
adamc@378 689 ac_default_prefix=/usr/local
adamc@378 690 ac_clean_files=
adamc@378 691 ac_config_libobj_dir=.
adamc@378 692 LIBOBJS=
adamc@378 693 cross_compiling=no
adamc@378 694 subdirs=
adamc@378 695 MFLAGS=
adamc@378 696 MAKEFLAGS=
adamc@378 697
adamc@378 698 # Identity of this package.
adamc@1132 699 PACKAGE_NAME='urweb'
adamc@1132 700 PACKAGE_TARNAME='urweb'
adamc@1132 701 PACKAGE_VERSION='1.0'
adamc@1132 702 PACKAGE_STRING='urweb 1.0'
adamc@1132 703 PACKAGE_BUGREPORT=''
adamc@1132 704 PACKAGE_URL=''
adamc@1132 705
adamc@1132 706 # Factoring default headers for most tests.
adamc@1132 707 ac_includes_default="\
adamc@1132 708 #include <stdio.h>
adamc@1132 709 #ifdef HAVE_SYS_TYPES_H
adamc@1132 710 # include <sys/types.h>
adamc@1132 711 #endif
adamc@1132 712 #ifdef HAVE_SYS_STAT_H
adamc@1132 713 # include <sys/stat.h>
adamc@1132 714 #endif
adamc@1132 715 #ifdef STDC_HEADERS
adamc@1132 716 # include <stdlib.h>
adamc@1132 717 # include <stddef.h>
adamc@1132 718 #else
adamc@1132 719 # ifdef HAVE_STDLIB_H
adamc@1132 720 # include <stdlib.h>
adamc@1132 721 # endif
adamc@1132 722 #endif
adamc@1132 723 #ifdef HAVE_STRING_H
adamc@1132 724 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
adamc@1132 725 # include <memory.h>
adamc@1132 726 # endif
adamc@1132 727 # include <string.h>
adamc@1132 728 #endif
adamc@1132 729 #ifdef HAVE_STRINGS_H
adamc@1132 730 # include <strings.h>
adamc@1132 731 #endif
adamc@1132 732 #ifdef HAVE_INTTYPES_H
adamc@1132 733 # include <inttypes.h>
adamc@1132 734 #endif
adamc@1132 735 #ifdef HAVE_STDINT_H
adamc@1132 736 # include <stdint.h>
adamc@1132 737 #endif
adamc@1132 738 #ifdef HAVE_UNISTD_H
adamc@1132 739 # include <unistd.h>
adamc@1132 740 #endif"
adamc@1132 741
adamc@1132 742 ac_subst_vars='am__EXEEXT_FALSE
adamc@1132 743 am__EXEEXT_TRUE
adamc@1132 744 LTLIBOBJS
adamc@1095 745 LIBOBJS
adamc@1095 746 GCCARGS
adamc@1095 747 SITELISP
adamc@1095 748 INCLUDE
adamc@1095 749 LIB
adamc@1095 750 BIN
adam@1441 751 USE_EMACS_FALSE
adam@1441 752 USE_EMACS_TRUE
adamc@1165 753 MLYACC
adamc@1165 754 MLLEX
adamc@1165 755 MLTON
adam@1368 756 OPENSSL_LDFLAGS
adam@1368 757 OPENSSL_LIBS
adam@1368 758 OPENSSL_INCLUDES
adam@1368 759 PKG_CONFIG
adamc@1132 760 OTOOL64
adamc@1132 761 OTOOL
adamc@1132 762 LIPO
adamc@1132 763 NMEDIT
adamc@1132 764 DSYMUTIL
adamc@1132 765 lt_ECHO
adamc@1132 766 RANLIB
adamc@1132 767 AR
adamc@1132 768 OBJDUMP
adamc@1132 769 LN_S
adamc@1132 770 NM
adamc@1132 771 ac_ct_DUMPBIN
adamc@1132 772 DUMPBIN
adamc@1132 773 LD
adamc@1132 774 FGREP
adamc@1132 775 SED
adamc@1132 776 host_os
adamc@1132 777 host_vendor
adamc@1132 778 host_cpu
adamc@1132 779 host
adamc@1132 780 build_os
adamc@1132 781 build_vendor
adamc@1132 782 build_cpu
adamc@1132 783 build
adamc@1132 784 LIBTOOL
adamc@1132 785 am__fastdepCC_FALSE
adamc@1132 786 am__fastdepCC_TRUE
adamc@1132 787 CCDEPMODE
adamc@1132 788 AMDEPBACKSLASH
adamc@1132 789 AMDEP_FALSE
adamc@1132 790 AMDEP_TRUE
adamc@1132 791 am__quote
adamc@1132 792 am__include
adamc@1132 793 DEPDIR
adamc@1132 794 am__untar
adamc@1132 795 am__tar
adamc@1132 796 AMTAR
adamc@1132 797 am__leading_dot
adamc@1132 798 SET_MAKE
adamc@1132 799 AWK
adamc@1132 800 mkdir_p
adamc@1132 801 MKDIR_P
adamc@1132 802 INSTALL_STRIP_PROGRAM
adamc@1132 803 STRIP
adamc@1132 804 install_sh
adamc@1132 805 MAKEINFO
adamc@1132 806 AUTOHEADER
adamc@1132 807 AUTOMAKE
adamc@1132 808 AUTOCONF
adamc@1132 809 ACLOCAL
adamc@1132 810 VERSION
adamc@1132 811 PACKAGE
adamc@1132 812 CYGPATH_W
adamc@1132 813 am__isrc
adamc@1132 814 INSTALL_DATA
adamc@1132 815 INSTALL_SCRIPT
adamc@1132 816 INSTALL_PROGRAM
adamc@1149 817 EGREP
adamc@1149 818 GREP
adamc@1149 819 CPP
adamc@1149 820 OBJEXT
adamc@1149 821 EXEEXT
adamc@1149 822 ac_ct_CC
adamc@1149 823 CPPFLAGS
adamc@1149 824 LDFLAGS
adamc@1149 825 CFLAGS
adamc@1149 826 CC
adamc@1095 827 target_alias
adamc@1095 828 host_alias
adamc@1095 829 build_alias
adamc@1095 830 LIBS
adamc@1095 831 ECHO_T
adamc@1095 832 ECHO_N
adamc@1095 833 ECHO_C
adamc@1095 834 DEFS
adamc@1095 835 mandir
adamc@1095 836 localedir
adamc@1095 837 libdir
adamc@1095 838 psdir
adamc@1095 839 pdfdir
adamc@1095 840 dvidir
adamc@1095 841 htmldir
adamc@1095 842 infodir
adamc@1095 843 docdir
adamc@1095 844 oldincludedir
adamc@1095 845 includedir
adamc@1095 846 localstatedir
adamc@1095 847 sharedstatedir
adamc@1095 848 sysconfdir
adamc@1095 849 datadir
adamc@1095 850 datarootdir
adamc@1095 851 libexecdir
adamc@1095 852 sbindir
adamc@1095 853 bindir
adamc@1095 854 program_transform_name
adamc@1095 855 prefix
adamc@1095 856 exec_prefix
adamc@1095 857 PACKAGE_URL
adamc@1095 858 PACKAGE_BUGREPORT
adamc@1095 859 PACKAGE_STRING
adamc@1095 860 PACKAGE_VERSION
adamc@1095 861 PACKAGE_TARNAME
adamc@1095 862 PACKAGE_NAME
adamc@378 863 PATH_SEPARATOR
adamc@1095 864 SHELL'
adamc@378 865 ac_subst_files=''
adamc@1095 866 ac_user_opts='
adamc@1095 867 enable_option_checking
adamc@1132 868 enable_dependency_tracking
adamc@1132 869 enable_shared
adamc@1132 870 enable_static
adamc@1132 871 with_pic
adamc@1132 872 enable_fast_install
adamc@1132 873 with_gnu_ld
adamc@1132 874 enable_libtool_lock
adam@1368 875 with_openssl
adam@1441 876 with_emacs
adamc@1095 877 '
adamc@378 878 ac_precious_vars='build_alias
adamc@378 879 host_alias
adamc@1132 880 target_alias
adamc@1132 881 CC
adamc@1132 882 CFLAGS
adamc@1132 883 LDFLAGS
adamc@1132 884 LIBS
adamc@1132 885 CPPFLAGS
adamc@1132 886 CPP'
adamc@378 887
adamc@378 888
adamc@378 889 # Initialize some variables set by options.
adamc@378 890 ac_init_help=
adamc@378 891 ac_init_version=false
adamc@1095 892 ac_unrecognized_opts=
adamc@1095 893 ac_unrecognized_sep=
adamc@378 894 # The variables have the same names as the options, with
adamc@378 895 # dashes changed to underlines.
adamc@378 896 cache_file=/dev/null
adamc@378 897 exec_prefix=NONE
adamc@378 898 no_create=
adamc@378 899 no_recursion=
adamc@378 900 prefix=NONE
adamc@378 901 program_prefix=NONE
adamc@378 902 program_suffix=NONE
adamc@378 903 program_transform_name=s,x,x,
adamc@378 904 silent=
adamc@378 905 site=
adamc@378 906 srcdir=
adamc@378 907 verbose=
adamc@378 908 x_includes=NONE
adamc@378 909 x_libraries=NONE
adamc@378 910
adamc@378 911 # Installation directory options.
adamc@378 912 # These are left unexpanded so users can "make install exec_prefix=/foo"
adamc@378 913 # and all the variables that are supposed to be based on exec_prefix
adamc@378 914 # by default will actually change.
adamc@378 915 # Use braces instead of parens because sh, perl, etc. also accept them.
adamc@378 916 # (The list follows the same order as the GNU Coding Standards.)
adamc@378 917 bindir='${exec_prefix}/bin'
adamc@378 918 sbindir='${exec_prefix}/sbin'
adamc@378 919 libexecdir='${exec_prefix}/libexec'
adamc@378 920 datarootdir='${prefix}/share'
adamc@378 921 datadir='${datarootdir}'
adamc@378 922 sysconfdir='${prefix}/etc'
adamc@378 923 sharedstatedir='${prefix}/com'
adamc@378 924 localstatedir='${prefix}/var'
adamc@378 925 includedir='${prefix}/include'
adamc@378 926 oldincludedir='/usr/include'
adamc@1132 927 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
adamc@378 928 infodir='${datarootdir}/info'
adamc@378 929 htmldir='${docdir}'
adamc@378 930 dvidir='${docdir}'
adamc@378 931 pdfdir='${docdir}'
adamc@378 932 psdir='${docdir}'
adamc@378 933 libdir='${exec_prefix}/lib'
adamc@378 934 localedir='${datarootdir}/locale'
adamc@378 935 mandir='${datarootdir}/man'
adamc@378 936
adamc@378 937 ac_prev=
adamc@378 938 ac_dashdash=
adamc@378 939 for ac_option
adamc@378 940 do
adamc@378 941 # If the previous option needs an argument, assign it.
adamc@378 942 if test -n "$ac_prev"; then
adamc@378 943 eval $ac_prev=\$ac_option
adamc@378 944 ac_prev=
adamc@378 945 continue
adamc@378 946 fi
adamc@378 947
adamc@378 948 case $ac_option in
adam@1315 949 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
adam@1315 950 *=) ac_optarg= ;;
adam@1315 951 *) ac_optarg=yes ;;
adamc@378 952 esac
adamc@378 953
adamc@378 954 # Accept the important Cygnus configure options, so we can diagnose typos.
adamc@378 955
adamc@378 956 case $ac_dashdash$ac_option in
adamc@378 957 --)
adamc@378 958 ac_dashdash=yes ;;
adamc@378 959
adamc@378 960 -bindir | --bindir | --bindi | --bind | --bin | --bi)
adamc@378 961 ac_prev=bindir ;;
adamc@378 962 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
adamc@378 963 bindir=$ac_optarg ;;
adamc@378 964
adamc@378 965 -build | --build | --buil | --bui | --bu)
adamc@378 966 ac_prev=build_alias ;;
adamc@378 967 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
adamc@378 968 build_alias=$ac_optarg ;;
adamc@378 969
adamc@378 970 -cache-file | --cache-file | --cache-fil | --cache-fi \
adamc@378 971 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
adamc@378 972 ac_prev=cache_file ;;
adamc@378 973 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
adamc@378 974 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
adamc@378 975 cache_file=$ac_optarg ;;
adamc@378 976
adamc@378 977 --config-cache | -C)
adamc@378 978 cache_file=config.cache ;;
adamc@378 979
adamc@378 980 -datadir | --datadir | --datadi | --datad)
adamc@378 981 ac_prev=datadir ;;
adamc@378 982 -datadir=* | --datadir=* | --datadi=* | --datad=*)
adamc@378 983 datadir=$ac_optarg ;;
adamc@378 984
adamc@378 985 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
adamc@378 986 | --dataroo | --dataro | --datar)
adamc@378 987 ac_prev=datarootdir ;;
adamc@378 988 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
adamc@378 989 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
adamc@378 990 datarootdir=$ac_optarg ;;
adamc@378 991
adamc@378 992 -disable-* | --disable-*)
adamc@1095 993 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
adamc@378 994 # Reject names that are not valid shell variable names.
adamc@1095 995 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
adam@1315 996 as_fn_error $? "invalid feature name: $ac_useropt"
adamc@1095 997 ac_useropt_orig=$ac_useropt
adamc@1095 998 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adamc@1095 999 case $ac_user_opts in
adamc@1095 1000 *"
adamc@1095 1001 "enable_$ac_useropt"
adamc@1095 1002 "*) ;;
adamc@1095 1003 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
adamc@1095 1004 ac_unrecognized_sep=', ';;
adamc@1095 1005 esac
adamc@1095 1006 eval enable_$ac_useropt=no ;;
adamc@378 1007
adamc@378 1008 -docdir | --docdir | --docdi | --doc | --do)
adamc@378 1009 ac_prev=docdir ;;
adamc@378 1010 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
adamc@378 1011 docdir=$ac_optarg ;;
adamc@378 1012
adamc@378 1013 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
adamc@378 1014 ac_prev=dvidir ;;
adamc@378 1015 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
adamc@378 1016 dvidir=$ac_optarg ;;
adamc@378 1017
adamc@378 1018 -enable-* | --enable-*)
adamc@1095 1019 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
adamc@378 1020 # Reject names that are not valid shell variable names.
adamc@1095 1021 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
adam@1315 1022 as_fn_error $? "invalid feature name: $ac_useropt"
adamc@1095 1023 ac_useropt_orig=$ac_useropt
adamc@1095 1024 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adamc@1095 1025 case $ac_user_opts in
adamc@1095 1026 *"
adamc@1095 1027 "enable_$ac_useropt"
adamc@1095 1028 "*) ;;
adamc@1095 1029 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
adamc@1095 1030 ac_unrecognized_sep=', ';;
adamc@1095 1031 esac
adamc@1095 1032 eval enable_$ac_useropt=\$ac_optarg ;;
adamc@378 1033
adamc@378 1034 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
adamc@378 1035 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
adamc@378 1036 | --exec | --exe | --ex)
adamc@378 1037 ac_prev=exec_prefix ;;
adamc@378 1038 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
adamc@378 1039 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
adamc@378 1040 | --exec=* | --exe=* | --ex=*)
adamc@378 1041 exec_prefix=$ac_optarg ;;
adamc@378 1042
adamc@378 1043 -gas | --gas | --ga | --g)
adamc@378 1044 # Obsolete; use --with-gas.
adamc@378 1045 with_gas=yes ;;
adamc@378 1046
adamc@378 1047 -help | --help | --hel | --he | -h)
adamc@378 1048 ac_init_help=long ;;
adamc@378 1049 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
adamc@378 1050 ac_init_help=recursive ;;
adamc@378 1051 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
adamc@378 1052 ac_init_help=short ;;
adamc@378 1053
adamc@378 1054 -host | --host | --hos | --ho)
adamc@378 1055 ac_prev=host_alias ;;
adamc@378 1056 -host=* | --host=* | --hos=* | --ho=*)
adamc@378 1057 host_alias=$ac_optarg ;;
adamc@378 1058
adamc@378 1059 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
adamc@378 1060 ac_prev=htmldir ;;
adamc@378 1061 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
adamc@378 1062 | --ht=*)
adamc@378 1063 htmldir=$ac_optarg ;;
adamc@378 1064
adamc@378 1065 -includedir | --includedir | --includedi | --included | --include \
adamc@378 1066 | --includ | --inclu | --incl | --inc)
adamc@378 1067 ac_prev=includedir ;;
adamc@378 1068 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
adamc@378 1069 | --includ=* | --inclu=* | --incl=* | --inc=*)
adamc@378 1070 includedir=$ac_optarg ;;
adamc@378 1071
adamc@378 1072 -infodir | --infodir | --infodi | --infod | --info | --inf)
adamc@378 1073 ac_prev=infodir ;;
adamc@378 1074 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
adamc@378 1075 infodir=$ac_optarg ;;
adamc@378 1076
adamc@378 1077 -libdir | --libdir | --libdi | --libd)
adamc@378 1078 ac_prev=libdir ;;
adamc@378 1079 -libdir=* | --libdir=* | --libdi=* | --libd=*)
adamc@378 1080 libdir=$ac_optarg ;;
adamc@378 1081
adamc@378 1082 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
adamc@378 1083 | --libexe | --libex | --libe)
adamc@378 1084 ac_prev=libexecdir ;;
adamc@378 1085 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
adamc@378 1086 | --libexe=* | --libex=* | --libe=*)
adamc@378 1087 libexecdir=$ac_optarg ;;
adamc@378 1088
adamc@378 1089 -localedir | --localedir | --localedi | --localed | --locale)
adamc@378 1090 ac_prev=localedir ;;
adamc@378 1091 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
adamc@378 1092 localedir=$ac_optarg ;;
adamc@378 1093
adamc@378 1094 -localstatedir | --localstatedir | --localstatedi | --localstated \
adamc@378 1095 | --localstate | --localstat | --localsta | --localst | --locals)
adamc@378 1096 ac_prev=localstatedir ;;
adamc@378 1097 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
adamc@378 1098 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
adamc@378 1099 localstatedir=$ac_optarg ;;
adamc@378 1100
adamc@378 1101 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
adamc@378 1102 ac_prev=mandir ;;
adamc@378 1103 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
adamc@378 1104 mandir=$ac_optarg ;;
adamc@378 1105
adamc@378 1106 -nfp | --nfp | --nf)
adamc@378 1107 # Obsolete; use --without-fp.
adamc@378 1108 with_fp=no ;;
adamc@378 1109
adamc@378 1110 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
adamc@378 1111 | --no-cr | --no-c | -n)
adamc@378 1112 no_create=yes ;;
adamc@378 1113
adamc@378 1114 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
adamc@378 1115 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
adamc@378 1116 no_recursion=yes ;;
adamc@378 1117
adamc@378 1118 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
adamc@378 1119 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
adamc@378 1120 | --oldin | --oldi | --old | --ol | --o)
adamc@378 1121 ac_prev=oldincludedir ;;
adamc@378 1122 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
adamc@378 1123 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
adamc@378 1124 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
adamc@378 1125 oldincludedir=$ac_optarg ;;
adamc@378 1126
adamc@378 1127 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
adamc@378 1128 ac_prev=prefix ;;
adamc@378 1129 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
adamc@378 1130 prefix=$ac_optarg ;;
adamc@378 1131
adamc@378 1132 -program-prefix | --program-prefix | --program-prefi | --program-pref \
adamc@378 1133 | --program-pre | --program-pr | --program-p)
adamc@378 1134 ac_prev=program_prefix ;;
adamc@378 1135 -program-prefix=* | --program-prefix=* | --program-prefi=* \
adamc@378 1136 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
adamc@378 1137 program_prefix=$ac_optarg ;;
adamc@378 1138
adamc@378 1139 -program-suffix | --program-suffix | --program-suffi | --program-suff \
adamc@378 1140 | --program-suf | --program-su | --program-s)
adamc@378 1141 ac_prev=program_suffix ;;
adamc@378 1142 -program-suffix=* | --program-suffix=* | --program-suffi=* \
adamc@378 1143 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
adamc@378 1144 program_suffix=$ac_optarg ;;
adamc@378 1145
adamc@378 1146 -program-transform-name | --program-transform-name \
adamc@378 1147 | --program-transform-nam | --program-transform-na \
adamc@378 1148 | --program-transform-n | --program-transform- \
adamc@378 1149 | --program-transform | --program-transfor \
adamc@378 1150 | --program-transfo | --program-transf \
adamc@378 1151 | --program-trans | --program-tran \
adamc@378 1152 | --progr-tra | --program-tr | --program-t)
adamc@378 1153 ac_prev=program_transform_name ;;
adamc@378 1154 -program-transform-name=* | --program-transform-name=* \
adamc@378 1155 | --program-transform-nam=* | --program-transform-na=* \
adamc@378 1156 | --program-transform-n=* | --program-transform-=* \
adamc@378 1157 | --program-transform=* | --program-transfor=* \
adamc@378 1158 | --program-transfo=* | --program-transf=* \
adamc@378 1159 | --program-trans=* | --program-tran=* \
adamc@378 1160 | --progr-tra=* | --program-tr=* | --program-t=*)
adamc@378 1161 program_transform_name=$ac_optarg ;;
adamc@378 1162
adamc@378 1163 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
adamc@378 1164 ac_prev=pdfdir ;;
adamc@378 1165 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
adamc@378 1166 pdfdir=$ac_optarg ;;
adamc@378 1167
adamc@378 1168 -psdir | --psdir | --psdi | --psd | --ps)
adamc@378 1169 ac_prev=psdir ;;
adamc@378 1170 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
adamc@378 1171 psdir=$ac_optarg ;;
adamc@378 1172
adamc@378 1173 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
adamc@378 1174 | -silent | --silent | --silen | --sile | --sil)
adamc@378 1175 silent=yes ;;
adamc@378 1176
adamc@378 1177 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
adamc@378 1178 ac_prev=sbindir ;;
adamc@378 1179 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
adamc@378 1180 | --sbi=* | --sb=*)
adamc@378 1181 sbindir=$ac_optarg ;;
adamc@378 1182
adamc@378 1183 -sharedstatedir | --sharedstatedir | --sharedstatedi \
adamc@378 1184 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
adamc@378 1185 | --sharedst | --shareds | --shared | --share | --shar \
adamc@378 1186 | --sha | --sh)
adamc@378 1187 ac_prev=sharedstatedir ;;
adamc@378 1188 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
adamc@378 1189 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
adamc@378 1190 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
adamc@378 1191 | --sha=* | --sh=*)
adamc@378 1192 sharedstatedir=$ac_optarg ;;
adamc@378 1193
adamc@378 1194 -site | --site | --sit)
adamc@378 1195 ac_prev=site ;;
adamc@378 1196 -site=* | --site=* | --sit=*)
adamc@378 1197 site=$ac_optarg ;;
adamc@378 1198
adamc@378 1199 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
adamc@378 1200 ac_prev=srcdir ;;
adamc@378 1201 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
adamc@378 1202 srcdir=$ac_optarg ;;
adamc@378 1203
adamc@378 1204 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
adamc@378 1205 | --syscon | --sysco | --sysc | --sys | --sy)
adamc@378 1206 ac_prev=sysconfdir ;;
adamc@378 1207 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
adamc@378 1208 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
adamc@378 1209 sysconfdir=$ac_optarg ;;
adamc@378 1210
adamc@378 1211 -target | --target | --targe | --targ | --tar | --ta | --t)
adamc@378 1212 ac_prev=target_alias ;;
adamc@378 1213 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
adamc@378 1214 target_alias=$ac_optarg ;;
adamc@378 1215
adamc@378 1216 -v | -verbose | --verbose | --verbos | --verbo | --verb)
adamc@378 1217 verbose=yes ;;
adamc@378 1218
adamc@378 1219 -version | --version | --versio | --versi | --vers | -V)
adamc@378 1220 ac_init_version=: ;;
adamc@378 1221
adamc@378 1222 -with-* | --with-*)
adamc@1095 1223 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
adamc@378 1224 # Reject names that are not valid shell variable names.
adamc@1095 1225 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
adam@1315 1226 as_fn_error $? "invalid package name: $ac_useropt"
adamc@1095 1227 ac_useropt_orig=$ac_useropt
adamc@1095 1228 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adamc@1095 1229 case $ac_user_opts in
adamc@1095 1230 *"
adamc@1095 1231 "with_$ac_useropt"
adamc@1095 1232 "*) ;;
adamc@1095 1233 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
adamc@1095 1234 ac_unrecognized_sep=', ';;
adamc@1095 1235 esac
adamc@1095 1236 eval with_$ac_useropt=\$ac_optarg ;;
adamc@378 1237
adamc@378 1238 -without-* | --without-*)
adamc@1095 1239 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
adamc@378 1240 # Reject names that are not valid shell variable names.
adamc@1095 1241 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
adam@1315 1242 as_fn_error $? "invalid package name: $ac_useropt"
adamc@1095 1243 ac_useropt_orig=$ac_useropt
adamc@1095 1244 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adamc@1095 1245 case $ac_user_opts in
adamc@1095 1246 *"
adamc@1095 1247 "with_$ac_useropt"
adamc@1095 1248 "*) ;;
adamc@1095 1249 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
adamc@1095 1250 ac_unrecognized_sep=', ';;
adamc@1095 1251 esac
adamc@1095 1252 eval with_$ac_useropt=no ;;
adamc@378 1253
adamc@378 1254 --x)
adamc@378 1255 # Obsolete; use --with-x.
adamc@378 1256 with_x=yes ;;
adamc@378 1257
adamc@378 1258 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
adamc@378 1259 | --x-incl | --x-inc | --x-in | --x-i)
adamc@378 1260 ac_prev=x_includes ;;
adamc@378 1261 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
adamc@378 1262 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
adamc@378 1263 x_includes=$ac_optarg ;;
adamc@378 1264
adamc@378 1265 -x-libraries | --x-libraries | --x-librarie | --x-librari \
adamc@378 1266 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
adamc@378 1267 ac_prev=x_libraries ;;
adamc@378 1268 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
adamc@378 1269 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
adamc@378 1270 x_libraries=$ac_optarg ;;
adamc@378 1271
adam@1315 1272 -*) as_fn_error $? "unrecognized option: \`$ac_option'
adam@1315 1273 Try \`$0 --help' for more information"
adamc@378 1274 ;;
adamc@378 1275
adamc@378 1276 *=*)
adamc@378 1277 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
adamc@378 1278 # Reject names that are not valid shell variable names.
adamc@1095 1279 case $ac_envvar in #(
adamc@1095 1280 '' | [0-9]* | *[!_$as_cr_alnum]* )
adam@1315 1281 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
adamc@1095 1282 esac
adamc@378 1283 eval $ac_envvar=\$ac_optarg
adamc@378 1284 export $ac_envvar ;;
adamc@378 1285
adamc@378 1286 *)
adamc@378 1287 # FIXME: should be removed in autoconf 3.0.
adamc@1095 1288 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
adamc@378 1289 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
adamc@1095 1290 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
adamc@378 1291 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
adamc@378 1292 ;;
adamc@378 1293
adamc@378 1294 esac
adamc@378 1295 done
adamc@378 1296
adamc@378 1297 if test -n "$ac_prev"; then
adamc@378 1298 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
adam@1315 1299 as_fn_error $? "missing argument to $ac_option"
adamc@378 1300 fi
adamc@378 1301
adamc@1095 1302 if test -n "$ac_unrecognized_opts"; then
adamc@1095 1303 case $enable_option_checking in
adamc@1095 1304 no) ;;
adam@1315 1305 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
adamc@1095 1306 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
adamc@1095 1307 esac
adamc@1095 1308 fi
adamc@1095 1309
adamc@1095 1310 # Check all directory arguments for consistency.
adamc@378 1311 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
adamc@378 1312 datadir sysconfdir sharedstatedir localstatedir includedir \
adamc@378 1313 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
adamc@378 1314 libdir localedir mandir
adamc@378 1315 do
adamc@378 1316 eval ac_val=\$$ac_var
adamc@1095 1317 # Remove trailing slashes.
adamc@1095 1318 case $ac_val in
adamc@1095 1319 */ )
adamc@1095 1320 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
adamc@1095 1321 eval $ac_var=\$ac_val;;
adamc@1095 1322 esac
adamc@1095 1323 # Be sure to have absolute directory names.
adamc@378 1324 case $ac_val in
adamc@378 1325 [\\/$]* | ?:[\\/]* ) continue;;
adamc@378 1326 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
adamc@378 1327 esac
adam@1315 1328 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
adamc@378 1329 done
adamc@378 1330
adamc@378 1331 # There might be people who depend on the old broken behavior: `$host'
adamc@378 1332 # used to hold the argument of --host etc.
adamc@378 1333 # FIXME: To remove some day.
adamc@378 1334 build=$build_alias
adamc@378 1335 host=$host_alias
adamc@378 1336 target=$target_alias
adamc@378 1337
adamc@378 1338 # FIXME: To remove some day.
adamc@378 1339 if test "x$host_alias" != x; then
adamc@378 1340 if test "x$build_alias" = x; then
adamc@378 1341 cross_compiling=maybe
adam@1315 1342 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
adam@1315 1343 If a cross compiler is detected then cross compile mode will be used" >&2
adamc@378 1344 elif test "x$build_alias" != "x$host_alias"; then
adamc@378 1345 cross_compiling=yes
adamc@378 1346 fi
adamc@378 1347 fi
adamc@378 1348
adamc@378 1349 ac_tool_prefix=
adamc@378 1350 test -n "$host_alias" && ac_tool_prefix=$host_alias-
adamc@378 1351
adamc@378 1352 test "$silent" = yes && exec 6>/dev/null
adamc@378 1353
adamc@378 1354
adamc@378 1355 ac_pwd=`pwd` && test -n "$ac_pwd" &&
adamc@378 1356 ac_ls_di=`ls -di .` &&
adamc@378 1357 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
adam@1315 1358 as_fn_error $? "working directory cannot be determined"
adamc@378 1359 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
adam@1315 1360 as_fn_error $? "pwd does not report name of working directory"
adamc@378 1361
adamc@378 1362
adamc@378 1363 # Find the source files, if location was not specified.
adamc@378 1364 if test -z "$srcdir"; then
adamc@378 1365 ac_srcdir_defaulted=yes
adamc@378 1366 # Try the directory containing this script, then the parent directory.
adamc@1095 1367 ac_confdir=`$as_dirname -- "$as_myself" ||
adamc@1095 1368 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1095 1369 X"$as_myself" : 'X\(//\)[^/]' \| \
adamc@1095 1370 X"$as_myself" : 'X\(//\)$' \| \
adamc@1095 1371 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 1372 $as_echo X"$as_myself" |
adamc@378 1373 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@378 1374 s//\1/
adamc@378 1375 q
adamc@378 1376 }
adamc@378 1377 /^X\(\/\/\)[^/].*/{
adamc@378 1378 s//\1/
adamc@378 1379 q
adamc@378 1380 }
adamc@378 1381 /^X\(\/\/\)$/{
adamc@378 1382 s//\1/
adamc@378 1383 q
adamc@378 1384 }
adamc@378 1385 /^X\(\/\).*/{
adamc@378 1386 s//\1/
adamc@378 1387 q
adamc@378 1388 }
adamc@378 1389 s/.*/./; q'`
adamc@378 1390 srcdir=$ac_confdir
adamc@378 1391 if test ! -r "$srcdir/$ac_unique_file"; then
adamc@378 1392 srcdir=..
adamc@378 1393 fi
adamc@378 1394 else
adamc@378 1395 ac_srcdir_defaulted=no
adamc@378 1396 fi
adamc@378 1397 if test ! -r "$srcdir/$ac_unique_file"; then
adamc@378 1398 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
adam@1315 1399 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
adamc@378 1400 fi
adamc@378 1401 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
adamc@378 1402 ac_abs_confdir=`(
adam@1315 1403 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
adamc@378 1404 pwd)`
adamc@378 1405 # When building in place, set srcdir=.
adamc@378 1406 if test "$ac_abs_confdir" = "$ac_pwd"; then
adamc@378 1407 srcdir=.
adamc@378 1408 fi
adamc@378 1409 # Remove unnecessary trailing slashes from srcdir.
adamc@378 1410 # Double slashes in file names in object file debugging info
adamc@378 1411 # mess up M-x gdb in Emacs.
adamc@378 1412 case $srcdir in
adamc@378 1413 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
adamc@378 1414 esac
adamc@378 1415 for ac_var in $ac_precious_vars; do
adamc@378 1416 eval ac_env_${ac_var}_set=\${${ac_var}+set}
adamc@378 1417 eval ac_env_${ac_var}_value=\$${ac_var}
adamc@378 1418 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
adamc@378 1419 eval ac_cv_env_${ac_var}_value=\$${ac_var}
adamc@378 1420 done
adamc@378 1421
adamc@378 1422 #
adamc@378 1423 # Report the --help message.
adamc@378 1424 #
adamc@378 1425 if test "$ac_init_help" = "long"; then
adamc@378 1426 # Omit some internal or obsolete options to make the list less imposing.
adamc@378 1427 # This message is too long to be a string in the A/UX 3.1 sh.
adamc@378 1428 cat <<_ACEOF
adamc@1132 1429 \`configure' configures urweb 1.0 to adapt to many kinds of systems.
adamc@378 1430
adamc@378 1431 Usage: $0 [OPTION]... [VAR=VALUE]...
adamc@378 1432
adamc@378 1433 To assign environment variables (e.g., CC, CFLAGS...), specify them as
adamc@378 1434 VAR=VALUE. See below for descriptions of some of the useful variables.
adamc@378 1435
adamc@378 1436 Defaults for the options are specified in brackets.
adamc@378 1437
adamc@378 1438 Configuration:
adamc@378 1439 -h, --help display this help and exit
adamc@378 1440 --help=short display options specific to this package
adamc@378 1441 --help=recursive display the short help of all the included packages
adamc@378 1442 -V, --version display version information and exit
adam@1315 1443 -q, --quiet, --silent do not print \`checking ...' messages
adamc@378 1444 --cache-file=FILE cache test results in FILE [disabled]
adamc@378 1445 -C, --config-cache alias for \`--cache-file=config.cache'
adamc@378 1446 -n, --no-create do not create output files
adamc@378 1447 --srcdir=DIR find the sources in DIR [configure dir or \`..']
adamc@378 1448
adamc@378 1449 Installation directories:
adamc@378 1450 --prefix=PREFIX install architecture-independent files in PREFIX
adamc@1095 1451 [$ac_default_prefix]
adamc@378 1452 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
adamc@1095 1453 [PREFIX]
adamc@378 1454
adamc@378 1455 By default, \`make install' will install all the files in
adamc@378 1456 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
adamc@378 1457 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
adamc@378 1458 for instance \`--prefix=\$HOME'.
adamc@378 1459
adamc@378 1460 For better control, use the options below.
adamc@378 1461
adamc@378 1462 Fine tuning of the installation directories:
adamc@1095 1463 --bindir=DIR user executables [EPREFIX/bin]
adamc@1095 1464 --sbindir=DIR system admin executables [EPREFIX/sbin]
adamc@1095 1465 --libexecdir=DIR program executables [EPREFIX/libexec]
adamc@1095 1466 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
adamc@1095 1467 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
adamc@1095 1468 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
adamc@1095 1469 --libdir=DIR object code libraries [EPREFIX/lib]
adamc@1095 1470 --includedir=DIR C header files [PREFIX/include]
adamc@1095 1471 --oldincludedir=DIR C header files for non-gcc [/usr/include]
adamc@1095 1472 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
adamc@1095 1473 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
adamc@1095 1474 --infodir=DIR info documentation [DATAROOTDIR/info]
adamc@1095 1475 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
adamc@1095 1476 --mandir=DIR man documentation [DATAROOTDIR/man]
adamc@1132 1477 --docdir=DIR documentation root [DATAROOTDIR/doc/urweb]
adamc@1095 1478 --htmldir=DIR html documentation [DOCDIR]
adamc@1095 1479 --dvidir=DIR dvi documentation [DOCDIR]
adamc@1095 1480 --pdfdir=DIR pdf documentation [DOCDIR]
adamc@1095 1481 --psdir=DIR ps documentation [DOCDIR]
adamc@378 1482 _ACEOF
adamc@378 1483
adamc@378 1484 cat <<\_ACEOF
adamc@1132 1485
adamc@1132 1486 Program names:
adamc@1132 1487 --program-prefix=PREFIX prepend PREFIX to installed program names
adamc@1132 1488 --program-suffix=SUFFIX append SUFFIX to installed program names
adamc@1132 1489 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
adamc@1132 1490
adamc@1132 1491 System types:
adamc@1132 1492 --build=BUILD configure for building on BUILD [guessed]
adamc@1132 1493 --host=HOST cross-compile to build programs to run on HOST [BUILD]
adamc@378 1494 _ACEOF
adamc@378 1495 fi
adamc@378 1496
adamc@378 1497 if test -n "$ac_init_help"; then
adamc@1132 1498 case $ac_init_help in
adamc@1132 1499 short | recursive ) echo "Configuration of urweb 1.0:";;
adamc@1132 1500 esac
adamc@378 1501 cat <<\_ACEOF
adamc@378 1502
adamc@1132 1503 Optional Features:
adamc@1132 1504 --disable-option-checking ignore unrecognized --enable/--with options
adamc@1132 1505 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
adamc@1132 1506 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
adamc@1132 1507 --disable-dependency-tracking speeds up one-time build
adamc@1132 1508 --enable-dependency-tracking do not reject slow dependency extractors
adamc@1132 1509 --enable-shared[=PKGS] build shared libraries [default=yes]
adamc@1132 1510 --enable-static[=PKGS] build static libraries [default=yes]
adamc@1132 1511 --enable-fast-install[=PKGS]
adamc@1132 1512 optimize for fast installation [default=yes]
adamc@1132 1513 --disable-libtool-lock avoid locking (might break parallel builds)
adamc@1132 1514
adamc@1132 1515 Optional Packages:
adamc@1132 1516 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
adamc@1132 1517 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
adamc@1132 1518 --with-pic try to use only PIC/non-PIC objects [default=use
adamc@1132 1519 both]
adamc@1132 1520 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
adam@1368 1521 --with-openssl=DIR root of the OpenSSL directory
adam@1441 1522 --without-emacs disable installation of Emacs mode
adamc@1132 1523
adamc@1132 1524 Some influential environment variables:
adamc@1132 1525 CC C compiler command
adamc@1132 1526 CFLAGS C compiler flags
adamc@1132 1527 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
adamc@1132 1528 nonstandard directory <lib dir>
adamc@1132 1529 LIBS libraries to pass to the linker, e.g. -l<library>
adamc@1132 1530 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
adamc@1132 1531 you have headers in a nonstandard directory <include dir>
adamc@1132 1532 CPP C preprocessor
adamc@1132 1533
adamc@1132 1534 Use these variables to override the choices made by `configure' or to help
adamc@1132 1535 it to find libraries and programs with nonstandard names/locations.
adamc@1132 1536
adamc@1095 1537 Report bugs to the package provider.
adamc@378 1538 _ACEOF
adamc@378 1539 ac_status=$?
adamc@378 1540 fi
adamc@378 1541
adamc@378 1542 if test "$ac_init_help" = "recursive"; then
adamc@378 1543 # If there are subdirs, report their specific --help.
adamc@378 1544 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
adamc@1095 1545 test -d "$ac_dir" ||
adamc@1095 1546 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
adamc@1095 1547 continue
adamc@378 1548 ac_builddir=.
adamc@378 1549
adamc@378 1550 case "$ac_dir" in
adamc@378 1551 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
adamc@378 1552 *)
adamc@1095 1553 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
adamc@378 1554 # A ".." for each directory in $ac_dir_suffix.
adamc@1095 1555 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
adamc@378 1556 case $ac_top_builddir_sub in
adamc@378 1557 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
adamc@378 1558 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
adamc@378 1559 esac ;;
adamc@378 1560 esac
adamc@378 1561 ac_abs_top_builddir=$ac_pwd
adamc@378 1562 ac_abs_builddir=$ac_pwd$ac_dir_suffix
adamc@378 1563 # for backward compatibility:
adamc@378 1564 ac_top_builddir=$ac_top_build_prefix
adamc@378 1565
adamc@378 1566 case $srcdir in
adamc@378 1567 .) # We are building in place.
adamc@378 1568 ac_srcdir=.
adamc@378 1569 ac_top_srcdir=$ac_top_builddir_sub
adamc@378 1570 ac_abs_top_srcdir=$ac_pwd ;;
adamc@378 1571 [\\/]* | ?:[\\/]* ) # Absolute name.
adamc@378 1572 ac_srcdir=$srcdir$ac_dir_suffix;
adamc@378 1573 ac_top_srcdir=$srcdir
adamc@378 1574 ac_abs_top_srcdir=$srcdir ;;
adamc@378 1575 *) # Relative name.
adamc@378 1576 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
adamc@378 1577 ac_top_srcdir=$ac_top_build_prefix$srcdir
adamc@378 1578 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
adamc@378 1579 esac
adamc@378 1580 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
adamc@378 1581
adamc@378 1582 cd "$ac_dir" || { ac_status=$?; continue; }
adamc@378 1583 # Check for guested configure.
adamc@378 1584 if test -f "$ac_srcdir/configure.gnu"; then
adamc@378 1585 echo &&
adamc@378 1586 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
adamc@378 1587 elif test -f "$ac_srcdir/configure"; then
adamc@378 1588 echo &&
adamc@378 1589 $SHELL "$ac_srcdir/configure" --help=recursive
adamc@378 1590 else
adamc@1095 1591 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
adamc@378 1592 fi || ac_status=$?
adamc@378 1593 cd "$ac_pwd" || { ac_status=$?; break; }
adamc@378 1594 done
adamc@378 1595 fi
adamc@378 1596
adamc@378 1597 test -n "$ac_init_help" && exit $ac_status
adamc@378 1598 if $ac_init_version; then
adamc@378 1599 cat <<\_ACEOF
adamc@1132 1600 urweb configure 1.0
adam@1315 1601 generated by GNU Autoconf 2.67
adam@1315 1602
adam@1315 1603 Copyright (C) 2010 Free Software Foundation, Inc.
adamc@378 1604 This configure script is free software; the Free Software Foundation
adamc@378 1605 gives unlimited permission to copy, distribute and modify it.
adamc@378 1606 _ACEOF
adamc@378 1607 exit
adamc@378 1608 fi
adamc@1095 1609
adamc@1095 1610 ## ------------------------ ##
adamc@1095 1611 ## Autoconf initialization. ##
adamc@1095 1612 ## ------------------------ ##
adamc@1132 1613
adamc@1132 1614 # ac_fn_c_try_compile LINENO
adamc@1132 1615 # --------------------------
adamc@1132 1616 # Try to compile conftest.$ac_ext, and return whether this succeeded.
adamc@1132 1617 ac_fn_c_try_compile ()
adamc@1132 1618 {
adamc@1132 1619 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1132 1620 rm -f conftest.$ac_objext
adamc@1132 1621 if { { ac_try="$ac_compile"
adamc@1132 1622 case "(($ac_try" in
adamc@1132 1623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1132 1624 *) ac_try_echo=$ac_try;;
adamc@1132 1625 esac
adamc@1132 1626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1132 1627 $as_echo "$ac_try_echo"; } >&5
adamc@1132 1628 (eval "$ac_compile") 2>conftest.err
adamc@1132 1629 ac_status=$?
adamc@1132 1630 if test -s conftest.err; then
adamc@1132 1631 grep -v '^ *+' conftest.err >conftest.er1
adamc@1132 1632 cat conftest.er1 >&5
adamc@1132 1633 mv -f conftest.er1 conftest.err
adamc@1132 1634 fi
adamc@1132 1635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 1636 test $ac_status = 0; } && {
adamc@1132 1637 test -z "$ac_c_werror_flag" ||
adamc@1132 1638 test ! -s conftest.err
adamc@1132 1639 } && test -s conftest.$ac_objext; then :
adamc@1132 1640 ac_retval=0
adamc@1132 1641 else
adamc@1132 1642 $as_echo "$as_me: failed program was:" >&5
adamc@1132 1643 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1132 1644
adamc@1132 1645 ac_retval=1
adamc@1132 1646 fi
adamc@1132 1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1132 1648 as_fn_set_status $ac_retval
adamc@1132 1649
adamc@1132 1650 } # ac_fn_c_try_compile
adamc@1132 1651
adamc@1149 1652 # ac_fn_c_try_cpp LINENO
adamc@1149 1653 # ----------------------
adamc@1149 1654 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
adamc@1149 1655 ac_fn_c_try_cpp ()
adamc@1149 1656 {
adamc@1149 1657 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1149 1658 if { { ac_try="$ac_cpp conftest.$ac_ext"
adamc@1149 1659 case "(($ac_try" in
adamc@1149 1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 1661 *) ac_try_echo=$ac_try;;
adamc@1149 1662 esac
adamc@1149 1663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 1664 $as_echo "$ac_try_echo"; } >&5
adamc@1149 1665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
adamc@1149 1666 ac_status=$?
adamc@1149 1667 if test -s conftest.err; then
adamc@1149 1668 grep -v '^ *+' conftest.err >conftest.er1
adamc@1149 1669 cat conftest.er1 >&5
adamc@1149 1670 mv -f conftest.er1 conftest.err
adamc@1149 1671 fi
adamc@1149 1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adam@1315 1673 test $ac_status = 0; } > conftest.i && {
adamc@1149 1674 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
adamc@1149 1675 test ! -s conftest.err
adamc@1149 1676 }; then :
adamc@1149 1677 ac_retval=0
adamc@1149 1678 else
adamc@1149 1679 $as_echo "$as_me: failed program was:" >&5
adamc@1149 1680 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1149 1681
adamc@1149 1682 ac_retval=1
adamc@1149 1683 fi
adamc@1149 1684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1149 1685 as_fn_set_status $ac_retval
adamc@1149 1686
adamc@1149 1687 } # ac_fn_c_try_cpp
adamc@1149 1688
adamc@1149 1689 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
adamc@1149 1690 # -------------------------------------------------------
adamc@1149 1691 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
adamc@1149 1692 # the include files in INCLUDES and setting the cache variable VAR
adamc@1149 1693 # accordingly.
adamc@1149 1694 ac_fn_c_check_header_mongrel ()
adamc@1149 1695 {
adamc@1149 1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adam@1315 1697 if eval "test \"\${$3+set}\"" = set; then :
adamc@1149 1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
adamc@1149 1699 $as_echo_n "checking for $2... " >&6; }
adam@1315 1700 if eval "test \"\${$3+set}\"" = set; then :
adamc@1149 1701 $as_echo_n "(cached) " >&6
adamc@1149 1702 fi
adamc@1149 1703 eval ac_res=\$$3
adamc@1149 1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
adamc@1149 1705 $as_echo "$ac_res" >&6; }
adamc@1149 1706 else
adamc@1149 1707 # Is the header compilable?
adamc@1149 1708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
adamc@1149 1709 $as_echo_n "checking $2 usability... " >&6; }
adamc@1149 1710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 1711 /* end confdefs.h. */
adamc@1149 1712 $4
adamc@1149 1713 #include <$2>
adamc@1149 1714 _ACEOF
adamc@1149 1715 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 1716 ac_header_compiler=yes
adamc@1149 1717 else
adamc@1149 1718 ac_header_compiler=no
adamc@1149 1719 fi
adamc@1149 1720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
adamc@1149 1722 $as_echo "$ac_header_compiler" >&6; }
adamc@1149 1723
adamc@1149 1724 # Is the header present?
adamc@1149 1725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
adamc@1149 1726 $as_echo_n "checking $2 presence... " >&6; }
adamc@1149 1727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 1728 /* end confdefs.h. */
adamc@1149 1729 #include <$2>
adamc@1149 1730 _ACEOF
adamc@1149 1731 if ac_fn_c_try_cpp "$LINENO"; then :
adamc@1149 1732 ac_header_preproc=yes
adamc@1149 1733 else
adamc@1149 1734 ac_header_preproc=no
adamc@1149 1735 fi
adam@1315 1736 rm -f conftest.err conftest.i conftest.$ac_ext
adamc@1149 1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
adamc@1149 1738 $as_echo "$ac_header_preproc" >&6; }
adamc@1149 1739
adamc@1149 1740 # So? What about this header?
adamc@1149 1741 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
adamc@1149 1742 yes:no: )
adamc@1149 1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
adamc@1149 1744 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
adamc@1149 1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
adamc@1149 1746 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
adamc@1149 1747 ;;
adamc@1149 1748 no:yes:* )
adamc@1149 1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
adamc@1149 1750 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
adamc@1149 1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
adamc@1149 1752 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
adamc@1149 1753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
adamc@1149 1754 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
adamc@1149 1755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
adamc@1149 1756 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
adamc@1149 1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
adamc@1149 1758 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
adamc@1149 1759 ;;
adamc@1149 1760 esac
adamc@1149 1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
adamc@1149 1762 $as_echo_n "checking for $2... " >&6; }
adam@1315 1763 if eval "test \"\${$3+set}\"" = set; then :
adamc@1149 1764 $as_echo_n "(cached) " >&6
adamc@1149 1765 else
adamc@1149 1766 eval "$3=\$ac_header_compiler"
adamc@1149 1767 fi
adamc@1149 1768 eval ac_res=\$$3
adamc@1149 1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
adamc@1149 1770 $as_echo "$ac_res" >&6; }
adamc@1149 1771 fi
adamc@1149 1772 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1149 1773
adamc@1149 1774 } # ac_fn_c_check_header_mongrel
adamc@1149 1775
adamc@1149 1776 # ac_fn_c_try_run LINENO
adamc@1149 1777 # ----------------------
adamc@1149 1778 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
adamc@1149 1779 # that executables *can* be run.
adamc@1149 1780 ac_fn_c_try_run ()
adamc@1149 1781 {
adamc@1149 1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1149 1783 if { { ac_try="$ac_link"
adamc@1149 1784 case "(($ac_try" in
adamc@1149 1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 1786 *) ac_try_echo=$ac_try;;
adamc@1149 1787 esac
adamc@1149 1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 1789 $as_echo "$ac_try_echo"; } >&5
adamc@1149 1790 (eval "$ac_link") 2>&5
adamc@1149 1791 ac_status=$?
adamc@1149 1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
adamc@1149 1794 { { case "(($ac_try" in
adamc@1149 1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 1796 *) ac_try_echo=$ac_try;;
adamc@1149 1797 esac
adamc@1149 1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 1799 $as_echo "$ac_try_echo"; } >&5
adamc@1149 1800 (eval "$ac_try") 2>&5
adamc@1149 1801 ac_status=$?
adamc@1149 1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 1803 test $ac_status = 0; }; }; then :
adamc@1149 1804 ac_retval=0
adamc@1149 1805 else
adamc@1149 1806 $as_echo "$as_me: program exited with status $ac_status" >&5
adamc@1149 1807 $as_echo "$as_me: failed program was:" >&5
adamc@1149 1808 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1149 1809
adamc@1149 1810 ac_retval=$ac_status
adamc@1149 1811 fi
adamc@1149 1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
adamc@1149 1813 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1149 1814 as_fn_set_status $ac_retval
adamc@1149 1815
adamc@1149 1816 } # ac_fn_c_try_run
adamc@1149 1817
adamc@1149 1818 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
adamc@1149 1819 # -------------------------------------------------------
adamc@1149 1820 # Tests whether HEADER exists and can be compiled using the include files in
adamc@1149 1821 # INCLUDES, setting the cache variable VAR accordingly.
adamc@1149 1822 ac_fn_c_check_header_compile ()
adamc@1149 1823 {
adamc@1149 1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1149 1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
adamc@1149 1826 $as_echo_n "checking for $2... " >&6; }
adam@1315 1827 if eval "test \"\${$3+set}\"" = set; then :
adamc@1149 1828 $as_echo_n "(cached) " >&6
adamc@1149 1829 else
adamc@1149 1830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 1831 /* end confdefs.h. */
adamc@1149 1832 $4
adamc@1149 1833 #include <$2>
adamc@1149 1834 _ACEOF
adamc@1149 1835 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 1836 eval "$3=yes"
adamc@1149 1837 else
adamc@1149 1838 eval "$3=no"
adamc@1149 1839 fi
adamc@1149 1840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 1841 fi
adamc@1149 1842 eval ac_res=\$$3
adamc@1149 1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
adamc@1149 1844 $as_echo "$ac_res" >&6; }
adamc@1149 1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1149 1846
adamc@1149 1847 } # ac_fn_c_check_header_compile
adamc@1149 1848
adamc@1132 1849 # ac_fn_c_try_link LINENO
adamc@1132 1850 # -----------------------
adamc@1132 1851 # Try to link conftest.$ac_ext, and return whether this succeeded.
adamc@1132 1852 ac_fn_c_try_link ()
adamc@1132 1853 {
adamc@1132 1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1132 1855 rm -f conftest.$ac_objext conftest$ac_exeext
adamc@1132 1856 if { { ac_try="$ac_link"
adamc@1132 1857 case "(($ac_try" in
adamc@1132 1858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1132 1859 *) ac_try_echo=$ac_try;;
adamc@1132 1860 esac
adamc@1132 1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1132 1862 $as_echo "$ac_try_echo"; } >&5
adamc@1132 1863 (eval "$ac_link") 2>conftest.err
adamc@1132 1864 ac_status=$?
adamc@1132 1865 if test -s conftest.err; then
adamc@1132 1866 grep -v '^ *+' conftest.err >conftest.er1
adamc@1132 1867 cat conftest.er1 >&5
adamc@1132 1868 mv -f conftest.er1 conftest.err
adamc@1132 1869 fi
adamc@1132 1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 1871 test $ac_status = 0; } && {
adamc@1132 1872 test -z "$ac_c_werror_flag" ||
adamc@1132 1873 test ! -s conftest.err
adamc@1132 1874 } && test -s conftest$ac_exeext && {
adamc@1132 1875 test "$cross_compiling" = yes ||
adamc@1132 1876 $as_test_x conftest$ac_exeext
adamc@1132 1877 }; then :
adamc@1132 1878 ac_retval=0
adamc@1132 1879 else
adamc@1132 1880 $as_echo "$as_me: failed program was:" >&5
adamc@1132 1881 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1132 1882
adamc@1132 1883 ac_retval=1
adamc@1132 1884 fi
adamc@1132 1885 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
adamc@1132 1886 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
adamc@1132 1887 # interfere with the next link command; also delete a directory that is
adamc@1132 1888 # left behind by Apple's compiler. We do this before executing the actions.
adamc@1132 1889 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
adamc@1132 1890 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1132 1891 as_fn_set_status $ac_retval
adamc@1132 1892
adamc@1132 1893 } # ac_fn_c_try_link
adamc@1132 1894
adamc@1132 1895 # ac_fn_c_check_func LINENO FUNC VAR
adamc@1132 1896 # ----------------------------------
adamc@1132 1897 # Tests whether FUNC exists, setting the cache variable VAR accordingly
adamc@1132 1898 ac_fn_c_check_func ()
adamc@1132 1899 {
adamc@1132 1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adamc@1132 1901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
adamc@1132 1902 $as_echo_n "checking for $2... " >&6; }
adam@1315 1903 if eval "test \"\${$3+set}\"" = set; then :
adamc@1132 1904 $as_echo_n "(cached) " >&6
adamc@1132 1905 else
adamc@1132 1906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 1907 /* end confdefs.h. */
adamc@1132 1908 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
adamc@1132 1909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
adamc@1132 1910 #define $2 innocuous_$2
adamc@1132 1911
adamc@1132 1912 /* System header to define __stub macros and hopefully few prototypes,
adamc@1132 1913 which can conflict with char $2 (); below.
adamc@1132 1914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
adamc@1132 1915 <limits.h> exists even on freestanding compilers. */
adamc@1132 1916
adamc@1132 1917 #ifdef __STDC__
adamc@1132 1918 # include <limits.h>
adamc@1132 1919 #else
adamc@1132 1920 # include <assert.h>
adamc@1132 1921 #endif
adamc@1132 1922
adamc@1132 1923 #undef $2
adamc@1132 1924
adamc@1132 1925 /* Override any GCC internal prototype to avoid an error.
adamc@1132 1926 Use char because int might match the return type of a GCC
adamc@1132 1927 builtin and then its argument prototype would still apply. */
adamc@1132 1928 #ifdef __cplusplus
adamc@1132 1929 extern "C"
adamc@1132 1930 #endif
adamc@1132 1931 char $2 ();
adamc@1132 1932 /* The GNU C library defines this for functions which it implements
adamc@1132 1933 to always fail with ENOSYS. Some functions are actually named
adamc@1132 1934 something starting with __ and the normal name is an alias. */
adamc@1132 1935 #if defined __stub_$2 || defined __stub___$2
adamc@1132 1936 choke me
adamc@1132 1937 #endif
adamc@1132 1938
adamc@1132 1939 int
adamc@1132 1940 main ()
adamc@1132 1941 {
adamc@1132 1942 return $2 ();
adamc@1132 1943 ;
adamc@1132 1944 return 0;
adamc@1132 1945 }
adamc@1132 1946 _ACEOF
adamc@1132 1947 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 1948 eval "$3=yes"
adamc@1132 1949 else
adamc@1132 1950 eval "$3=no"
adamc@1132 1951 fi
adamc@1132 1952 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 1953 conftest$ac_exeext conftest.$ac_ext
adamc@1132 1954 fi
adamc@1132 1955 eval ac_res=\$$3
adamc@1132 1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
adamc@1132 1957 $as_echo "$ac_res" >&6; }
adamc@1132 1958 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
adamc@1132 1959
adamc@1132 1960 } # ac_fn_c_check_func
adamc@378 1961 cat >config.log <<_ACEOF
adamc@378 1962 This file contains any messages produced by compilers while
adamc@378 1963 running configure, to aid debugging if configure makes a mistake.
adamc@378 1964
adamc@1132 1965 It was created by urweb $as_me 1.0, which was
adam@1315 1966 generated by GNU Autoconf 2.67. Invocation command line was
adamc@378 1967
adamc@378 1968 $ $0 $@
adamc@378 1969
adamc@378 1970 _ACEOF
adamc@378 1971 exec 5>>config.log
adamc@378 1972 {
adamc@378 1973 cat <<_ASUNAME
adamc@378 1974 ## --------- ##
adamc@378 1975 ## Platform. ##
adamc@378 1976 ## --------- ##
adamc@378 1977
adamc@378 1978 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
adamc@378 1979 uname -m = `(uname -m) 2>/dev/null || echo unknown`
adamc@378 1980 uname -r = `(uname -r) 2>/dev/null || echo unknown`
adamc@378 1981 uname -s = `(uname -s) 2>/dev/null || echo unknown`
adamc@378 1982 uname -v = `(uname -v) 2>/dev/null || echo unknown`
adamc@378 1983
adamc@378 1984 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
adamc@378 1985 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
adamc@378 1986
adamc@378 1987 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
adamc@378 1988 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
adamc@378 1989 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
adamc@378 1990 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
adamc@378 1991 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
adamc@378 1992 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
adamc@378 1993 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
adamc@378 1994
adamc@378 1995 _ASUNAME
adamc@378 1996
adamc@378 1997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@378 1998 for as_dir in $PATH
adamc@378 1999 do
adamc@378 2000 IFS=$as_save_IFS
adamc@378 2001 test -z "$as_dir" && as_dir=.
adamc@1095 2002 $as_echo "PATH: $as_dir"
adamc@1095 2003 done
adamc@378 2004 IFS=$as_save_IFS
adamc@378 2005
adamc@378 2006 } >&5
adamc@378 2007
adamc@378 2008 cat >&5 <<_ACEOF
adamc@378 2009
adamc@378 2010
adamc@378 2011 ## ----------- ##
adamc@378 2012 ## Core tests. ##
adamc@378 2013 ## ----------- ##
adamc@378 2014
adamc@378 2015 _ACEOF
adamc@378 2016
adamc@378 2017
adamc@378 2018 # Keep a trace of the command line.
adamc@378 2019 # Strip out --no-create and --no-recursion so they do not pile up.
adamc@378 2020 # Strip out --silent because we don't want to record it for future runs.
adamc@378 2021 # Also quote any args containing shell meta-characters.
adamc@378 2022 # Make two passes to allow for proper duplicate-argument suppression.
adamc@378 2023 ac_configure_args=
adamc@378 2024 ac_configure_args0=
adamc@378 2025 ac_configure_args1=
adamc@378 2026 ac_must_keep_next=false
adamc@378 2027 for ac_pass in 1 2
adamc@378 2028 do
adamc@378 2029 for ac_arg
adamc@378 2030 do
adamc@378 2031 case $ac_arg in
adamc@378 2032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
adamc@378 2033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
adamc@378 2034 | -silent | --silent | --silen | --sile | --sil)
adamc@378 2035 continue ;;
adamc@378 2036 *\'*)
adamc@1095 2037 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
adamc@378 2038 esac
adamc@378 2039 case $ac_pass in
adamc@1095 2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
adamc@378 2041 2)
adamc@1095 2042 as_fn_append ac_configure_args1 " '$ac_arg'"
adamc@378 2043 if test $ac_must_keep_next = true; then
adamc@378 2044 ac_must_keep_next=false # Got value, back to normal.
adamc@378 2045 else
adamc@378 2046 case $ac_arg in
adamc@378 2047 *=* | --config-cache | -C | -disable-* | --disable-* \
adamc@378 2048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
adamc@378 2049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
adamc@378 2050 | -with-* | --with-* | -without-* | --without-* | --x)
adamc@378 2051 case "$ac_configure_args0 " in
adamc@378 2052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
adamc@378 2053 esac
adamc@378 2054 ;;
adamc@378 2055 -* ) ac_must_keep_next=true ;;
adamc@378 2056 esac
adamc@378 2057 fi
adamc@1095 2058 as_fn_append ac_configure_args " '$ac_arg'"
adamc@378 2059 ;;
adamc@378 2060 esac
adamc@378 2061 done
adamc@378 2062 done
adamc@1095 2063 { ac_configure_args0=; unset ac_configure_args0;}
adamc@1095 2064 { ac_configure_args1=; unset ac_configure_args1;}
adamc@378 2065
adamc@378 2066 # When interrupted or exit'd, cleanup temporary files, and complete
adamc@378 2067 # config.log. We remove comments because anyway the quotes in there
adamc@378 2068 # would cause problems or look ugly.
adamc@378 2069 # WARNING: Use '\'' to represent an apostrophe within the trap.
adamc@378 2070 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
adamc@378 2071 trap 'exit_status=$?
adamc@378 2072 # Save into config.log some information that might help in debugging.
adamc@378 2073 {
adamc@378 2074 echo
adamc@378 2075
adam@1315 2076 $as_echo "## ---------------- ##
adamc@378 2077 ## Cache variables. ##
adam@1315 2078 ## ---------------- ##"
adamc@378 2079 echo
adamc@378 2080 # The following way of writing the cache mishandles newlines in values,
adamc@378 2081 (
adamc@378 2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
adamc@378 2083 eval ac_val=\$$ac_var
adamc@378 2084 case $ac_val in #(
adamc@378 2085 *${as_nl}*)
adamc@378 2086 case $ac_var in #(
adamc@1095 2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
adamc@1095 2088 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
adamc@378 2089 esac
adamc@378 2090 case $ac_var in #(
adamc@378 2091 _ | IFS | as_nl) ;; #(
adamc@1095 2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
adamc@1095 2093 *) { eval $ac_var=; unset $ac_var;} ;;
adamc@378 2094 esac ;;
adamc@378 2095 esac
adamc@378 2096 done
adamc@378 2097 (set) 2>&1 |
adamc@378 2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
adamc@378 2099 *${as_nl}ac_space=\ *)
adamc@378 2100 sed -n \
adamc@378 2101 "s/'\''/'\''\\\\'\'''\''/g;
adamc@378 2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
adamc@378 2103 ;; #(
adamc@378 2104 *)
adamc@378 2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
adamc@378 2106 ;;
adamc@378 2107 esac |
adamc@378 2108 sort
adamc@378 2109 )
adamc@378 2110 echo
adamc@378 2111
adam@1315 2112 $as_echo "## ----------------- ##
adamc@378 2113 ## Output variables. ##
adam@1315 2114 ## ----------------- ##"
adamc@378 2115 echo
adamc@378 2116 for ac_var in $ac_subst_vars
adamc@378 2117 do
adamc@378 2118 eval ac_val=\$$ac_var
adamc@378 2119 case $ac_val in
adamc@1095 2120 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
adamc@378 2121 esac
adamc@1095 2122 $as_echo "$ac_var='\''$ac_val'\''"
adamc@378 2123 done | sort
adamc@378 2124 echo
adamc@378 2125
adamc@378 2126 if test -n "$ac_subst_files"; then
adam@1315 2127 $as_echo "## ------------------- ##
adamc@378 2128 ## File substitutions. ##
adam@1315 2129 ## ------------------- ##"
adamc@378 2130 echo
adamc@378 2131 for ac_var in $ac_subst_files
adamc@378 2132 do
adamc@378 2133 eval ac_val=\$$ac_var
adamc@378 2134 case $ac_val in
adamc@1095 2135 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
adamc@378 2136 esac
adamc@1095 2137 $as_echo "$ac_var='\''$ac_val'\''"
adamc@378 2138 done | sort
adamc@378 2139 echo
adamc@378 2140 fi
adamc@378 2141
adamc@378 2142 if test -s confdefs.h; then
adam@1315 2143 $as_echo "## ----------- ##
adamc@378 2144 ## confdefs.h. ##
adam@1315 2145 ## ----------- ##"
adamc@378 2146 echo
adamc@378 2147 cat confdefs.h
adamc@378 2148 echo
adamc@378 2149 fi
adamc@378 2150 test "$ac_signal" != 0 &&
adamc@1095 2151 $as_echo "$as_me: caught signal $ac_signal"
adamc@1095 2152 $as_echo "$as_me: exit $exit_status"
adamc@378 2153 } >&5
adamc@378 2154 rm -f core *.core core.conftest.* &&
adamc@378 2155 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
adamc@378 2156 exit $exit_status
adamc@378 2157 ' 0
adamc@378 2158 for ac_signal in 1 2 13 15; do
adamc@1095 2159 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
adamc@378 2160 done
adamc@378 2161 ac_signal=0
adamc@378 2162
adamc@378 2163 # confdefs.h avoids OS command line length limits that DEFS can exceed.
adamc@378 2164 rm -f -r conftest* confdefs.h
adamc@378 2165
adamc@1095 2166 $as_echo "/* confdefs.h */" > confdefs.h
adamc@1095 2167
adamc@378 2168 # Predefined preprocessor variables.
adamc@378 2169
adamc@378 2170 cat >>confdefs.h <<_ACEOF
adamc@378 2171 #define PACKAGE_NAME "$PACKAGE_NAME"
adamc@378 2172 _ACEOF
adamc@378 2173
adamc@378 2174 cat >>confdefs.h <<_ACEOF
adamc@378 2175 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
adamc@378 2176 _ACEOF
adamc@378 2177
adamc@378 2178 cat >>confdefs.h <<_ACEOF
adamc@378 2179 #define PACKAGE_VERSION "$PACKAGE_VERSION"
adamc@378 2180 _ACEOF
adamc@378 2181
adamc@378 2182 cat >>confdefs.h <<_ACEOF
adamc@378 2183 #define PACKAGE_STRING "$PACKAGE_STRING"
adamc@378 2184 _ACEOF
adamc@378 2185
adamc@378 2186 cat >>confdefs.h <<_ACEOF
adamc@378 2187 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
adamc@378 2188 _ACEOF
adamc@378 2189
adamc@1095 2190 cat >>confdefs.h <<_ACEOF
adamc@1095 2191 #define PACKAGE_URL "$PACKAGE_URL"
adamc@1095 2192 _ACEOF
adamc@1095 2193
adamc@378 2194
adamc@378 2195 # Let the site file select an alternate cache file if it wants to.
adamc@1095 2196 # Prefer an explicitly selected file to automatically selected ones.
adamc@1095 2197 ac_site_file1=NONE
adamc@1095 2198 ac_site_file2=NONE
adamc@378 2199 if test -n "$CONFIG_SITE"; then
adam@1315 2200 # We do not want a PATH search for config.site.
adam@1315 2201 case $CONFIG_SITE in #((
adam@1315 2202 -*) ac_site_file1=./$CONFIG_SITE;;
adam@1315 2203 */*) ac_site_file1=$CONFIG_SITE;;
adam@1315 2204 *) ac_site_file1=./$CONFIG_SITE;;
adam@1315 2205 esac
adamc@378 2206 elif test "x$prefix" != xNONE; then
adamc@1095 2207 ac_site_file1=$prefix/share/config.site
adamc@1095 2208 ac_site_file2=$prefix/etc/config.site
adamc@378 2209 else
adamc@1095 2210 ac_site_file1=$ac_default_prefix/share/config.site
adamc@1095 2211 ac_site_file2=$ac_default_prefix/etc/config.site
adamc@378 2212 fi
adamc@1095 2213 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
adamc@378 2214 do
adamc@1095 2215 test "x$ac_site_file" = xNONE && continue
adamc@1095 2216 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
adamc@1095 2217 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
adamc@1095 2218 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
adamc@378 2219 sed 's/^/| /' "$ac_site_file" >&5
adam@1315 2220 . "$ac_site_file" \
adam@1315 2221 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adam@1315 2222 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2223 as_fn_error $? "failed to load site script $ac_site_file
adam@1315 2224 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@378 2225 fi
adamc@378 2226 done
adamc@378 2227
adamc@378 2228 if test -r "$cache_file"; then
adamc@1095 2229 # Some versions of bash will fail to source /dev/null (special files
adamc@1095 2230 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
adamc@1095 2231 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
adamc@1095 2232 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
adamc@1095 2233 $as_echo "$as_me: loading cache $cache_file" >&6;}
adamc@378 2234 case $cache_file in
adamc@378 2235 [\\/]* | ?:[\\/]* ) . "$cache_file";;
adamc@378 2236 *) . "./$cache_file";;
adamc@378 2237 esac
adamc@378 2238 fi
adamc@378 2239 else
adamc@1095 2240 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
adamc@1095 2241 $as_echo "$as_me: creating cache $cache_file" >&6;}
adamc@378 2242 >$cache_file
adamc@378 2243 fi
adamc@378 2244
adamc@378 2245 # Check that the precious variables saved in the cache have kept the same
adamc@378 2246 # value.
adamc@378 2247 ac_cache_corrupted=false
adamc@378 2248 for ac_var in $ac_precious_vars; do
adamc@378 2249 eval ac_old_set=\$ac_cv_env_${ac_var}_set
adamc@378 2250 eval ac_new_set=\$ac_env_${ac_var}_set
adamc@378 2251 eval ac_old_val=\$ac_cv_env_${ac_var}_value
adamc@378 2252 eval ac_new_val=\$ac_env_${ac_var}_value
adamc@378 2253 case $ac_old_set,$ac_new_set in
adamc@378 2254 set,)
adamc@1095 2255 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
adamc@1095 2256 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
adamc@378 2257 ac_cache_corrupted=: ;;
adamc@378 2258 ,set)
adamc@1095 2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
adamc@1095 2260 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
adamc@378 2261 ac_cache_corrupted=: ;;
adamc@378 2262 ,);;
adamc@378 2263 *)
adamc@378 2264 if test "x$ac_old_val" != "x$ac_new_val"; then
adamc@1095 2265 # differences in whitespace do not lead to failure.
adamc@1095 2266 ac_old_val_w=`echo x $ac_old_val`
adamc@1095 2267 ac_new_val_w=`echo x $ac_new_val`
adamc@1095 2268 if test "$ac_old_val_w" != "$ac_new_val_w"; then
adamc@1095 2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
adamc@1095 2270 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
adamc@1095 2271 ac_cache_corrupted=:
adamc@1095 2272 else
adamc@1095 2273 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
adamc@1095 2274 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
adamc@1095 2275 eval $ac_var=\$ac_old_val
adamc@1095 2276 fi
adamc@1095 2277 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
adamc@1095 2278 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
adamc@1095 2279 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
adamc@1095 2280 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
adamc@378 2281 fi;;
adamc@378 2282 esac
adamc@378 2283 # Pass precious variables to config.status.
adamc@378 2284 if test "$ac_new_set" = set; then
adamc@378 2285 case $ac_new_val in
adamc@1095 2286 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
adamc@378 2287 *) ac_arg=$ac_var=$ac_new_val ;;
adamc@378 2288 esac
adamc@378 2289 case " $ac_configure_args " in
adamc@378 2290 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
adamc@1095 2291 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
adamc@378 2292 esac
adamc@378 2293 fi
adamc@378 2294 done
adamc@378 2295 if $ac_cache_corrupted; then
adamc@1095 2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1095 2297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adamc@1095 2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
adamc@1095 2299 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
adam@1315 2300 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
adamc@378 2301 fi
adamc@1095 2302 ## -------------------- ##
adamc@1095 2303 ## Main body of script. ##
adamc@1095 2304 ## -------------------- ##
adamc@378 2305
adamc@378 2306 ac_ext=c
adamc@378 2307 ac_cpp='$CPP $CPPFLAGS'
adamc@378 2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@378 2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@378 2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@378 2311
adamc@378 2312
adamc@1149 2313 ac_ext=c
adamc@1149 2314 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 2315 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 2316 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 2317 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 2318 if test -n "$ac_tool_prefix"; then
adamc@1149 2319 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
adamc@1149 2320 set dummy ${ac_tool_prefix}gcc; ac_word=$2
adamc@1149 2321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2322 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2323 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 2324 $as_echo_n "(cached) " >&6
adamc@1149 2325 else
adamc@1149 2326 if test -n "$CC"; then
adamc@1149 2327 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 2328 else
adamc@1149 2329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2330 for as_dir in $PATH
adamc@1149 2331 do
adamc@1149 2332 IFS=$as_save_IFS
adamc@1149 2333 test -z "$as_dir" && as_dir=.
adamc@1149 2334 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2336 ac_cv_prog_CC="${ac_tool_prefix}gcc"
adamc@1149 2337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2338 break 2
adamc@1149 2339 fi
adamc@1149 2340 done
adamc@1149 2341 done
adamc@1149 2342 IFS=$as_save_IFS
adamc@1149 2343
adamc@1149 2344 fi
adamc@1149 2345 fi
adamc@1149 2346 CC=$ac_cv_prog_CC
adamc@1149 2347 if test -n "$CC"; then
adamc@1149 2348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 2349 $as_echo "$CC" >&6; }
adamc@1149 2350 else
adamc@1149 2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2352 $as_echo "no" >&6; }
adamc@1149 2353 fi
adamc@1149 2354
adamc@1149 2355
adamc@1149 2356 fi
adamc@1149 2357 if test -z "$ac_cv_prog_CC"; then
adamc@1149 2358 ac_ct_CC=$CC
adamc@1149 2359 # Extract the first word of "gcc", so it can be a program name with args.
adamc@1149 2360 set dummy gcc; ac_word=$2
adamc@1149 2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2362 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2363 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
adamc@1149 2364 $as_echo_n "(cached) " >&6
adamc@1149 2365 else
adamc@1149 2366 if test -n "$ac_ct_CC"; then
adamc@1149 2367 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
adamc@1149 2368 else
adamc@1149 2369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2370 for as_dir in $PATH
adamc@1149 2371 do
adamc@1149 2372 IFS=$as_save_IFS
adamc@1149 2373 test -z "$as_dir" && as_dir=.
adamc@1149 2374 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2375 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2376 ac_cv_prog_ac_ct_CC="gcc"
adamc@1149 2377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2378 break 2
adamc@1149 2379 fi
adamc@1149 2380 done
adamc@1149 2381 done
adamc@1149 2382 IFS=$as_save_IFS
adamc@1149 2383
adamc@1149 2384 fi
adamc@1149 2385 fi
adamc@1149 2386 ac_ct_CC=$ac_cv_prog_ac_ct_CC
adamc@1149 2387 if test -n "$ac_ct_CC"; then
adamc@1149 2388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
adamc@1149 2389 $as_echo "$ac_ct_CC" >&6; }
adamc@1149 2390 else
adamc@1149 2391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2392 $as_echo "no" >&6; }
adamc@1149 2393 fi
adamc@1149 2394
adamc@1149 2395 if test "x$ac_ct_CC" = x; then
adamc@1149 2396 CC=""
adamc@1149 2397 else
adamc@1149 2398 case $cross_compiling:$ac_tool_warned in
adamc@1149 2399 yes:)
adamc@1149 2400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1149 2401 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1149 2402 ac_tool_warned=yes ;;
adamc@1149 2403 esac
adamc@1149 2404 CC=$ac_ct_CC
adamc@1149 2405 fi
adamc@1149 2406 else
adamc@1149 2407 CC="$ac_cv_prog_CC"
adamc@1149 2408 fi
adamc@1149 2409
adamc@1149 2410 if test -z "$CC"; then
adamc@1149 2411 if test -n "$ac_tool_prefix"; then
adamc@1149 2412 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
adamc@1149 2413 set dummy ${ac_tool_prefix}cc; ac_word=$2
adamc@1149 2414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2415 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2416 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 2417 $as_echo_n "(cached) " >&6
adamc@1149 2418 else
adamc@1149 2419 if test -n "$CC"; then
adamc@1149 2420 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 2421 else
adamc@1149 2422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2423 for as_dir in $PATH
adamc@1149 2424 do
adamc@1149 2425 IFS=$as_save_IFS
adamc@1149 2426 test -z "$as_dir" && as_dir=.
adamc@1149 2427 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2429 ac_cv_prog_CC="${ac_tool_prefix}cc"
adamc@1149 2430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2431 break 2
adamc@1149 2432 fi
adamc@1149 2433 done
adamc@1149 2434 done
adamc@1149 2435 IFS=$as_save_IFS
adamc@1149 2436
adamc@1149 2437 fi
adamc@1149 2438 fi
adamc@1149 2439 CC=$ac_cv_prog_CC
adamc@1149 2440 if test -n "$CC"; then
adamc@1149 2441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 2442 $as_echo "$CC" >&6; }
adamc@1149 2443 else
adamc@1149 2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2445 $as_echo "no" >&6; }
adamc@1149 2446 fi
adamc@1149 2447
adamc@1149 2448
adamc@1149 2449 fi
adamc@1149 2450 fi
adamc@1149 2451 if test -z "$CC"; then
adamc@1149 2452 # Extract the first word of "cc", so it can be a program name with args.
adamc@1149 2453 set dummy cc; ac_word=$2
adamc@1149 2454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2455 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2456 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 2457 $as_echo_n "(cached) " >&6
adamc@1149 2458 else
adamc@1149 2459 if test -n "$CC"; then
adamc@1149 2460 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 2461 else
adamc@1149 2462 ac_prog_rejected=no
adamc@1149 2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2464 for as_dir in $PATH
adamc@1149 2465 do
adamc@1149 2466 IFS=$as_save_IFS
adamc@1149 2467 test -z "$as_dir" && as_dir=.
adamc@1149 2468 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2470 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
adamc@1149 2471 ac_prog_rejected=yes
adamc@1149 2472 continue
adamc@1149 2473 fi
adamc@1149 2474 ac_cv_prog_CC="cc"
adamc@1149 2475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2476 break 2
adamc@1149 2477 fi
adamc@1149 2478 done
adamc@1149 2479 done
adamc@1149 2480 IFS=$as_save_IFS
adamc@1149 2481
adamc@1149 2482 if test $ac_prog_rejected = yes; then
adamc@1149 2483 # We found a bogon in the path, so make sure we never use it.
adamc@1149 2484 set dummy $ac_cv_prog_CC
adamc@1149 2485 shift
adamc@1149 2486 if test $# != 0; then
adamc@1149 2487 # We chose a different compiler from the bogus one.
adamc@1149 2488 # However, it has the same basename, so the bogon will be chosen
adamc@1149 2489 # first if we set CC to just the basename; use the full file name.
adamc@1149 2490 shift
adamc@1149 2491 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
adamc@1149 2492 fi
adamc@1149 2493 fi
adamc@1149 2494 fi
adamc@1149 2495 fi
adamc@1149 2496 CC=$ac_cv_prog_CC
adamc@1149 2497 if test -n "$CC"; then
adamc@1149 2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 2499 $as_echo "$CC" >&6; }
adamc@1149 2500 else
adamc@1149 2501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2502 $as_echo "no" >&6; }
adamc@1149 2503 fi
adamc@1149 2504
adamc@1149 2505
adamc@1149 2506 fi
adamc@1149 2507 if test -z "$CC"; then
adamc@1149 2508 if test -n "$ac_tool_prefix"; then
adamc@1149 2509 for ac_prog in cl.exe
adamc@1149 2510 do
adamc@1149 2511 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
adamc@1149 2512 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
adamc@1149 2513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2514 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2515 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 2516 $as_echo_n "(cached) " >&6
adamc@1149 2517 else
adamc@1149 2518 if test -n "$CC"; then
adamc@1149 2519 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 2520 else
adamc@1149 2521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2522 for as_dir in $PATH
adamc@1149 2523 do
adamc@1149 2524 IFS=$as_save_IFS
adamc@1149 2525 test -z "$as_dir" && as_dir=.
adamc@1149 2526 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2528 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
adamc@1149 2529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2530 break 2
adamc@1149 2531 fi
adamc@1149 2532 done
adamc@1149 2533 done
adamc@1149 2534 IFS=$as_save_IFS
adamc@1149 2535
adamc@1149 2536 fi
adamc@1149 2537 fi
adamc@1149 2538 CC=$ac_cv_prog_CC
adamc@1149 2539 if test -n "$CC"; then
adamc@1149 2540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 2541 $as_echo "$CC" >&6; }
adamc@1149 2542 else
adamc@1149 2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2544 $as_echo "no" >&6; }
adamc@1149 2545 fi
adamc@1149 2546
adamc@1149 2547
adamc@1149 2548 test -n "$CC" && break
adamc@1149 2549 done
adamc@1149 2550 fi
adamc@1149 2551 if test -z "$CC"; then
adamc@1149 2552 ac_ct_CC=$CC
adamc@1149 2553 for ac_prog in cl.exe
adamc@1149 2554 do
adamc@1149 2555 # Extract the first word of "$ac_prog", so it can be a program name with args.
adamc@1149 2556 set dummy $ac_prog; ac_word=$2
adamc@1149 2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 2558 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 2559 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
adamc@1149 2560 $as_echo_n "(cached) " >&6
adamc@1149 2561 else
adamc@1149 2562 if test -n "$ac_ct_CC"; then
adamc@1149 2563 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
adamc@1149 2564 else
adamc@1149 2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 2566 for as_dir in $PATH
adamc@1149 2567 do
adamc@1149 2568 IFS=$as_save_IFS
adamc@1149 2569 test -z "$as_dir" && as_dir=.
adamc@1149 2570 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 2571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 2572 ac_cv_prog_ac_ct_CC="$ac_prog"
adamc@1149 2573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 2574 break 2
adamc@1149 2575 fi
adamc@1149 2576 done
adamc@1149 2577 done
adamc@1149 2578 IFS=$as_save_IFS
adamc@1149 2579
adamc@1149 2580 fi
adamc@1149 2581 fi
adamc@1149 2582 ac_ct_CC=$ac_cv_prog_ac_ct_CC
adamc@1149 2583 if test -n "$ac_ct_CC"; then
adamc@1149 2584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
adamc@1149 2585 $as_echo "$ac_ct_CC" >&6; }
adamc@1149 2586 else
adamc@1149 2587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2588 $as_echo "no" >&6; }
adamc@1149 2589 fi
adamc@1149 2590
adamc@1149 2591
adamc@1149 2592 test -n "$ac_ct_CC" && break
adamc@1149 2593 done
adamc@1149 2594
adamc@1149 2595 if test "x$ac_ct_CC" = x; then
adamc@1149 2596 CC=""
adamc@1149 2597 else
adamc@1149 2598 case $cross_compiling:$ac_tool_warned in
adamc@1149 2599 yes:)
adamc@1149 2600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1149 2601 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1149 2602 ac_tool_warned=yes ;;
adamc@1149 2603 esac
adamc@1149 2604 CC=$ac_ct_CC
adamc@1149 2605 fi
adamc@1149 2606 fi
adamc@1149 2607
adamc@1149 2608 fi
adamc@1149 2609
adamc@1149 2610
adamc@1149 2611 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 2612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2613 as_fn_error $? "no acceptable C compiler found in \$PATH
adam@1315 2614 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 2615
adamc@1149 2616 # Provide some information about the compiler.
adamc@1149 2617 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
adamc@1149 2618 set X $ac_compile
adamc@1149 2619 ac_compiler=$2
adamc@1149 2620 for ac_option in --version -v -V -qversion; do
adamc@1149 2621 { { ac_try="$ac_compiler $ac_option >&5"
adamc@1149 2622 case "(($ac_try" in
adamc@1149 2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2624 *) ac_try_echo=$ac_try;;
adamc@1149 2625 esac
adamc@1149 2626 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2627 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2628 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
adamc@1149 2629 ac_status=$?
adamc@1149 2630 if test -s conftest.err; then
adamc@1149 2631 sed '10a\
adamc@1149 2632 ... rest of stderr output deleted ...
adamc@1149 2633 10q' conftest.err >conftest.er1
adamc@1149 2634 cat conftest.er1 >&5
adamc@1149 2635 fi
adamc@1149 2636 rm -f conftest.er1 conftest.err
adamc@1149 2637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2638 test $ac_status = 0; }
adamc@1149 2639 done
adamc@1149 2640
adamc@1149 2641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2642 /* end confdefs.h. */
adamc@1149 2643
adamc@1149 2644 int
adamc@1149 2645 main ()
adamc@1149 2646 {
adamc@1149 2647
adamc@1149 2648 ;
adamc@1149 2649 return 0;
adamc@1149 2650 }
adamc@1149 2651 _ACEOF
adamc@1149 2652 ac_clean_files_save=$ac_clean_files
adamc@1149 2653 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
adamc@1149 2654 # Try to create an executable without -o first, disregard a.out.
adamc@1149 2655 # It will help us diagnose broken compilers, and finding out an intuition
adamc@1149 2656 # of exeext.
adamc@1149 2657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
adamc@1149 2658 $as_echo_n "checking whether the C compiler works... " >&6; }
adamc@1149 2659 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
adamc@1149 2660
adamc@1149 2661 # The possible output files:
adamc@1149 2662 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
adamc@1149 2663
adamc@1149 2664 ac_rmfiles=
adamc@1149 2665 for ac_file in $ac_files
adamc@1149 2666 do
adamc@1149 2667 case $ac_file in
adamc@1149 2668 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
adamc@1149 2669 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
adamc@1149 2670 esac
adamc@1149 2671 done
adamc@1149 2672 rm -f $ac_rmfiles
adamc@1149 2673
adamc@1149 2674 if { { ac_try="$ac_link_default"
adamc@1149 2675 case "(($ac_try" in
adamc@1149 2676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2677 *) ac_try_echo=$ac_try;;
adamc@1149 2678 esac
adamc@1149 2679 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2680 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2681 (eval "$ac_link_default") 2>&5
adamc@1149 2682 ac_status=$?
adamc@1149 2683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2684 test $ac_status = 0; }; then :
adamc@1149 2685 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
adamc@1149 2686 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
adamc@1149 2687 # in a Makefile. We should not override ac_cv_exeext if it was cached,
adamc@1149 2688 # so that the user can short-circuit this test for compilers unknown to
adamc@1149 2689 # Autoconf.
adamc@1149 2690 for ac_file in $ac_files ''
adamc@1149 2691 do
adamc@1149 2692 test -f "$ac_file" || continue
adamc@1149 2693 case $ac_file in
adamc@1149 2694 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
adamc@1149 2695 ;;
adamc@1149 2696 [ab].out )
adamc@1149 2697 # We found the default executable, but exeext='' is most
adamc@1149 2698 # certainly right.
adamc@1149 2699 break;;
adamc@1149 2700 *.* )
adamc@1149 2701 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
adamc@1149 2702 then :; else
adamc@1149 2703 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
adamc@1149 2704 fi
adamc@1149 2705 # We set ac_cv_exeext here because the later test for it is not
adamc@1149 2706 # safe: cross compilers may not add the suffix if given an `-o'
adamc@1149 2707 # argument, so we may need to know it at that point already.
adamc@1149 2708 # Even if this section looks crufty: it has the advantage of
adamc@1149 2709 # actually working.
adamc@1149 2710 break;;
adamc@1149 2711 * )
adamc@1149 2712 break;;
adamc@1149 2713 esac
adamc@1149 2714 done
adamc@1149 2715 test "$ac_cv_exeext" = no && ac_cv_exeext=
adamc@1149 2716
adamc@1149 2717 else
adamc@1149 2718 ac_file=''
adamc@1149 2719 fi
adamc@1149 2720 if test -z "$ac_file"; then :
adamc@1149 2721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 2722 $as_echo "no" >&6; }
adamc@1149 2723 $as_echo "$as_me: failed program was:" >&5
adamc@1149 2724 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1149 2725
adamc@1149 2726 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 2727 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2728 as_fn_error 77 "C compiler cannot create executables
adam@1315 2729 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 2730 else
adamc@1149 2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1149 2732 $as_echo "yes" >&6; }
adamc@1149 2733 fi
adamc@1149 2734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
adamc@1149 2735 $as_echo_n "checking for C compiler default output file name... " >&6; }
adamc@1149 2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
adamc@1149 2737 $as_echo "$ac_file" >&6; }
adamc@1149 2738 ac_exeext=$ac_cv_exeext
adamc@1149 2739
adamc@1149 2740 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
adamc@1149 2741 ac_clean_files=$ac_clean_files_save
adamc@1149 2742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
adamc@1149 2743 $as_echo_n "checking for suffix of executables... " >&6; }
adamc@1149 2744 if { { ac_try="$ac_link"
adamc@1149 2745 case "(($ac_try" in
adamc@1149 2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2747 *) ac_try_echo=$ac_try;;
adamc@1149 2748 esac
adamc@1149 2749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2750 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2751 (eval "$ac_link") 2>&5
adamc@1149 2752 ac_status=$?
adamc@1149 2753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2754 test $ac_status = 0; }; then :
adamc@1149 2755 # If both `conftest.exe' and `conftest' are `present' (well, observable)
adamc@1149 2756 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
adamc@1149 2757 # work properly (i.e., refer to `conftest.exe'), while it won't with
adamc@1149 2758 # `rm'.
adamc@1149 2759 for ac_file in conftest.exe conftest conftest.*; do
adamc@1149 2760 test -f "$ac_file" || continue
adamc@1149 2761 case $ac_file in
adamc@1149 2762 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
adamc@1149 2763 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
adamc@1149 2764 break;;
adamc@1149 2765 * ) break;;
adamc@1149 2766 esac
adamc@1149 2767 done
adamc@1149 2768 else
adamc@1149 2769 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 2770 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2771 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
adam@1315 2772 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 2773 fi
adamc@1149 2774 rm -f conftest conftest$ac_cv_exeext
adamc@1149 2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
adamc@1149 2776 $as_echo "$ac_cv_exeext" >&6; }
adamc@1149 2777
adamc@1149 2778 rm -f conftest.$ac_ext
adamc@1149 2779 EXEEXT=$ac_cv_exeext
adamc@1149 2780 ac_exeext=$EXEEXT
adamc@1149 2781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2782 /* end confdefs.h. */
adamc@1149 2783 #include <stdio.h>
adamc@1149 2784 int
adamc@1149 2785 main ()
adamc@1149 2786 {
adamc@1149 2787 FILE *f = fopen ("conftest.out", "w");
adamc@1149 2788 return ferror (f) || fclose (f) != 0;
adamc@1149 2789
adamc@1149 2790 ;
adamc@1149 2791 return 0;
adamc@1149 2792 }
adamc@1149 2793 _ACEOF
adamc@1149 2794 ac_clean_files="$ac_clean_files conftest.out"
adamc@1149 2795 # Check that the compiler produces executables we can run. If not, either
adamc@1149 2796 # the compiler is broken, or we cross compile.
adamc@1149 2797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
adamc@1149 2798 $as_echo_n "checking whether we are cross compiling... " >&6; }
adamc@1149 2799 if test "$cross_compiling" != yes; then
adamc@1149 2800 { { ac_try="$ac_link"
adamc@1149 2801 case "(($ac_try" in
adamc@1149 2802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2803 *) ac_try_echo=$ac_try;;
adamc@1149 2804 esac
adamc@1149 2805 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2806 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2807 (eval "$ac_link") 2>&5
adamc@1149 2808 ac_status=$?
adamc@1149 2809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2810 test $ac_status = 0; }
adamc@1149 2811 if { ac_try='./conftest$ac_cv_exeext'
adamc@1149 2812 { { case "(($ac_try" in
adamc@1149 2813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2814 *) ac_try_echo=$ac_try;;
adamc@1149 2815 esac
adamc@1149 2816 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2817 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2818 (eval "$ac_try") 2>&5
adamc@1149 2819 ac_status=$?
adamc@1149 2820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2821 test $ac_status = 0; }; }; then
adamc@1149 2822 cross_compiling=no
adamc@1149 2823 else
adamc@1149 2824 if test "$cross_compiling" = maybe; then
adamc@1149 2825 cross_compiling=yes
adamc@1149 2826 else
adamc@1149 2827 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 2828 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2829 as_fn_error $? "cannot run C compiled programs.
adamc@1149 2830 If you meant to cross compile, use \`--host'.
adam@1315 2831 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 2832 fi
adamc@1149 2833 fi
adamc@1149 2834 fi
adamc@1149 2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
adamc@1149 2836 $as_echo "$cross_compiling" >&6; }
adamc@1149 2837
adamc@1149 2838 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
adamc@1149 2839 ac_clean_files=$ac_clean_files_save
adamc@1149 2840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
adamc@1149 2841 $as_echo_n "checking for suffix of object files... " >&6; }
adamc@1149 2842 if test "${ac_cv_objext+set}" = set; then :
adamc@1149 2843 $as_echo_n "(cached) " >&6
adamc@1149 2844 else
adamc@1149 2845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2846 /* end confdefs.h. */
adamc@1149 2847
adamc@1149 2848 int
adamc@1149 2849 main ()
adamc@1149 2850 {
adamc@1149 2851
adamc@1149 2852 ;
adamc@1149 2853 return 0;
adamc@1149 2854 }
adamc@1149 2855 _ACEOF
adamc@1149 2856 rm -f conftest.o conftest.obj
adamc@1149 2857 if { { ac_try="$ac_compile"
adamc@1149 2858 case "(($ac_try" in
adamc@1149 2859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 2860 *) ac_try_echo=$ac_try;;
adamc@1149 2861 esac
adamc@1149 2862 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 2863 $as_echo "$ac_try_echo"; } >&5
adamc@1149 2864 (eval "$ac_compile") 2>&5
adamc@1149 2865 ac_status=$?
adamc@1149 2866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 2867 test $ac_status = 0; }; then :
adamc@1149 2868 for ac_file in conftest.o conftest.obj conftest.*; do
adamc@1149 2869 test -f "$ac_file" || continue;
adamc@1149 2870 case $ac_file in
adamc@1149 2871 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
adamc@1149 2872 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
adamc@1149 2873 break;;
adamc@1149 2874 esac
adamc@1149 2875 done
adamc@1149 2876 else
adamc@1149 2877 $as_echo "$as_me: failed program was:" >&5
adamc@1149 2878 sed 's/^/| /' conftest.$ac_ext >&5
adamc@1149 2879
adamc@1149 2880 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 2881 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 2882 as_fn_error $? "cannot compute suffix of object files: cannot compile
adam@1315 2883 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 2884 fi
adamc@1149 2885 rm -f conftest.$ac_cv_objext conftest.$ac_ext
adamc@1149 2886 fi
adamc@1149 2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
adamc@1149 2888 $as_echo "$ac_cv_objext" >&6; }
adamc@1149 2889 OBJEXT=$ac_cv_objext
adamc@1149 2890 ac_objext=$OBJEXT
adamc@1149 2891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
adamc@1149 2892 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
adamc@1149 2893 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
adamc@1149 2894 $as_echo_n "(cached) " >&6
adamc@1149 2895 else
adamc@1149 2896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2897 /* end confdefs.h. */
adamc@1149 2898
adamc@1149 2899 int
adamc@1149 2900 main ()
adamc@1149 2901 {
adamc@1149 2902 #ifndef __GNUC__
adamc@1149 2903 choke me
adamc@1149 2904 #endif
adamc@1149 2905
adamc@1149 2906 ;
adamc@1149 2907 return 0;
adamc@1149 2908 }
adamc@1149 2909 _ACEOF
adamc@1149 2910 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 2911 ac_compiler_gnu=yes
adamc@1149 2912 else
adamc@1149 2913 ac_compiler_gnu=no
adamc@1149 2914 fi
adamc@1149 2915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 2916 ac_cv_c_compiler_gnu=$ac_compiler_gnu
adamc@1149 2917
adamc@1149 2918 fi
adamc@1149 2919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
adamc@1149 2920 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
adamc@1149 2921 if test $ac_compiler_gnu = yes; then
adamc@1149 2922 GCC=yes
adamc@1149 2923 else
adamc@1149 2924 GCC=
adamc@1149 2925 fi
adamc@1149 2926 ac_test_CFLAGS=${CFLAGS+set}
adamc@1149 2927 ac_save_CFLAGS=$CFLAGS
adamc@1149 2928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
adamc@1149 2929 $as_echo_n "checking whether $CC accepts -g... " >&6; }
adamc@1149 2930 if test "${ac_cv_prog_cc_g+set}" = set; then :
adamc@1149 2931 $as_echo_n "(cached) " >&6
adamc@1149 2932 else
adamc@1149 2933 ac_save_c_werror_flag=$ac_c_werror_flag
adamc@1149 2934 ac_c_werror_flag=yes
adamc@1149 2935 ac_cv_prog_cc_g=no
adamc@1149 2936 CFLAGS="-g"
adamc@1149 2937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2938 /* end confdefs.h. */
adamc@1149 2939
adamc@1149 2940 int
adamc@1149 2941 main ()
adamc@1149 2942 {
adamc@1149 2943
adamc@1149 2944 ;
adamc@1149 2945 return 0;
adamc@1149 2946 }
adamc@1149 2947 _ACEOF
adamc@1149 2948 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 2949 ac_cv_prog_cc_g=yes
adamc@1149 2950 else
adamc@1149 2951 CFLAGS=""
adamc@1149 2952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2953 /* end confdefs.h. */
adamc@1149 2954
adamc@1149 2955 int
adamc@1149 2956 main ()
adamc@1149 2957 {
adamc@1149 2958
adamc@1149 2959 ;
adamc@1149 2960 return 0;
adamc@1149 2961 }
adamc@1149 2962 _ACEOF
adamc@1149 2963 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 2964
adamc@1149 2965 else
adamc@1149 2966 ac_c_werror_flag=$ac_save_c_werror_flag
adamc@1149 2967 CFLAGS="-g"
adamc@1149 2968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 2969 /* end confdefs.h. */
adamc@1149 2970
adamc@1149 2971 int
adamc@1149 2972 main ()
adamc@1149 2973 {
adamc@1149 2974
adamc@1149 2975 ;
adamc@1149 2976 return 0;
adamc@1149 2977 }
adamc@1149 2978 _ACEOF
adamc@1149 2979 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 2980 ac_cv_prog_cc_g=yes
adamc@1149 2981 fi
adamc@1149 2982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 2983 fi
adamc@1149 2984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 2985 fi
adamc@1149 2986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 2987 ac_c_werror_flag=$ac_save_c_werror_flag
adamc@1149 2988 fi
adamc@1149 2989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
adamc@1149 2990 $as_echo "$ac_cv_prog_cc_g" >&6; }
adamc@1149 2991 if test "$ac_test_CFLAGS" = set; then
adamc@1149 2992 CFLAGS=$ac_save_CFLAGS
adamc@1149 2993 elif test $ac_cv_prog_cc_g = yes; then
adamc@1149 2994 if test "$GCC" = yes; then
adamc@1149 2995 CFLAGS="-g -O2"
adamc@1149 2996 else
adamc@1149 2997 CFLAGS="-g"
adamc@1149 2998 fi
adamc@1149 2999 else
adamc@1149 3000 if test "$GCC" = yes; then
adamc@1149 3001 CFLAGS="-O2"
adamc@1149 3002 else
adamc@1149 3003 CFLAGS=
adamc@1149 3004 fi
adamc@1149 3005 fi
adamc@1149 3006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
adamc@1149 3007 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
adamc@1149 3008 if test "${ac_cv_prog_cc_c89+set}" = set; then :
adamc@1149 3009 $as_echo_n "(cached) " >&6
adamc@1149 3010 else
adamc@1149 3011 ac_cv_prog_cc_c89=no
adamc@1149 3012 ac_save_CC=$CC
adamc@1149 3013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3014 /* end confdefs.h. */
adamc@1149 3015 #include <stdarg.h>
adamc@1149 3016 #include <stdio.h>
adamc@1149 3017 #include <sys/types.h>
adamc@1149 3018 #include <sys/stat.h>
adamc@1149 3019 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
adamc@1149 3020 struct buf { int x; };
adamc@1149 3021 FILE * (*rcsopen) (struct buf *, struct stat *, int);
adamc@1149 3022 static char *e (p, i)
adamc@1149 3023 char **p;
adamc@1149 3024 int i;
adamc@1149 3025 {
adamc@1149 3026 return p[i];
adamc@1149 3027 }
adamc@1149 3028 static char *f (char * (*g) (char **, int), char **p, ...)
adamc@1149 3029 {
adamc@1149 3030 char *s;
adamc@1149 3031 va_list v;
adamc@1149 3032 va_start (v,p);
adamc@1149 3033 s = g (p, va_arg (v,int));
adamc@1149 3034 va_end (v);
adamc@1149 3035 return s;
adamc@1149 3036 }
adamc@1149 3037
adamc@1149 3038 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
adamc@1149 3039 function prototypes and stuff, but not '\xHH' hex character constants.
adamc@1149 3040 These don't provoke an error unfortunately, instead are silently treated
adamc@1149 3041 as 'x'. The following induces an error, until -std is added to get
adamc@1149 3042 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
adamc@1149 3043 array size at least. It's necessary to write '\x00'==0 to get something
adamc@1149 3044 that's true only with -std. */
adamc@1149 3045 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
adamc@1149 3046
adamc@1149 3047 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
adamc@1149 3048 inside strings and character constants. */
adamc@1149 3049 #define FOO(x) 'x'
adamc@1149 3050 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
adamc@1149 3051
adamc@1149 3052 int test (int i, double x);
adamc@1149 3053 struct s1 {int (*f) (int a);};
adamc@1149 3054 struct s2 {int (*f) (double a);};
adamc@1149 3055 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
adamc@1149 3056 int argc;
adamc@1149 3057 char **argv;
adamc@1149 3058 int
adamc@1149 3059 main ()
adamc@1149 3060 {
adamc@1149 3061 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
adamc@1149 3062 ;
adamc@1149 3063 return 0;
adamc@1149 3064 }
adamc@1149 3065 _ACEOF
adamc@1149 3066 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
adamc@1149 3067 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
adamc@1149 3068 do
adamc@1149 3069 CC="$ac_save_CC $ac_arg"
adamc@1149 3070 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 3071 ac_cv_prog_cc_c89=$ac_arg
adamc@1149 3072 fi
adamc@1149 3073 rm -f core conftest.err conftest.$ac_objext
adamc@1149 3074 test "x$ac_cv_prog_cc_c89" != "xno" && break
adamc@1149 3075 done
adamc@1149 3076 rm -f conftest.$ac_ext
adamc@1149 3077 CC=$ac_save_CC
adamc@1149 3078
adamc@1149 3079 fi
adamc@1149 3080 # AC_CACHE_VAL
adamc@1149 3081 case "x$ac_cv_prog_cc_c89" in
adamc@1149 3082 x)
adamc@1149 3083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
adamc@1149 3084 $as_echo "none needed" >&6; } ;;
adamc@1149 3085 xno)
adamc@1149 3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
adamc@1149 3087 $as_echo "unsupported" >&6; } ;;
adamc@1149 3088 *)
adamc@1149 3089 CC="$CC $ac_cv_prog_cc_c89"
adamc@1149 3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
adamc@1149 3091 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
adamc@1149 3092 esac
adamc@1149 3093 if test "x$ac_cv_prog_cc_c89" != xno; then :
adamc@1149 3094
adamc@1149 3095 fi
adamc@1149 3096
adamc@1149 3097 ac_ext=c
adamc@1149 3098 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 3099 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 3100 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 3101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 3102
adamc@1149 3103
adamc@1149 3104 ac_ext=c
adamc@1149 3105 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 3106 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 3107 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 3108 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 3109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
adamc@1149 3110 $as_echo_n "checking how to run the C preprocessor... " >&6; }
adamc@1149 3111 # On Suns, sometimes $CPP names a directory.
adamc@1149 3112 if test -n "$CPP" && test -d "$CPP"; then
adamc@1149 3113 CPP=
adamc@1149 3114 fi
adamc@1149 3115 if test -z "$CPP"; then
adamc@1149 3116 if test "${ac_cv_prog_CPP+set}" = set; then :
adamc@1149 3117 $as_echo_n "(cached) " >&6
adamc@1149 3118 else
adamc@1149 3119 # Double quotes because CPP needs to be expanded
adamc@1149 3120 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
adamc@1149 3121 do
adamc@1149 3122 ac_preproc_ok=false
adamc@1149 3123 for ac_c_preproc_warn_flag in '' yes
adamc@1149 3124 do
adamc@1149 3125 # Use a header file that comes with gcc, so configuring glibc
adamc@1149 3126 # with a fresh cross-compiler works.
adamc@1149 3127 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
adamc@1149 3128 # <limits.h> exists even on freestanding compilers.
adamc@1149 3129 # On the NeXT, cc -E runs the code through the compiler's parser,
adamc@1149 3130 # not just through cpp. "Syntax error" is here to catch this case.
adamc@1149 3131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3132 /* end confdefs.h. */
adamc@1149 3133 #ifdef __STDC__
adamc@1149 3134 # include <limits.h>
adamc@1149 3135 #else
adamc@1149 3136 # include <assert.h>
adamc@1149 3137 #endif
adamc@1149 3138 Syntax error
adamc@1149 3139 _ACEOF
adamc@1149 3140 if ac_fn_c_try_cpp "$LINENO"; then :
adamc@1149 3141
adamc@1149 3142 else
adamc@1149 3143 # Broken: fails on valid input.
adamc@1149 3144 continue
adamc@1149 3145 fi
adam@1315 3146 rm -f conftest.err conftest.i conftest.$ac_ext
adamc@1149 3147
adamc@1149 3148 # OK, works on sane cases. Now check whether nonexistent headers
adamc@1149 3149 # can be detected and how.
adamc@1149 3150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3151 /* end confdefs.h. */
adamc@1149 3152 #include <ac_nonexistent.h>
adamc@1149 3153 _ACEOF
adamc@1149 3154 if ac_fn_c_try_cpp "$LINENO"; then :
adamc@1149 3155 # Broken: success on invalid input.
adamc@1149 3156 continue
adamc@1149 3157 else
adamc@1149 3158 # Passes both tests.
adamc@1149 3159 ac_preproc_ok=:
adamc@1149 3160 break
adamc@1149 3161 fi
adam@1315 3162 rm -f conftest.err conftest.i conftest.$ac_ext
adamc@1149 3163
adamc@1149 3164 done
adamc@1149 3165 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
adam@1315 3166 rm -f conftest.i conftest.err conftest.$ac_ext
adamc@1149 3167 if $ac_preproc_ok; then :
adamc@1149 3168 break
adamc@1149 3169 fi
adamc@1149 3170
adamc@1149 3171 done
adamc@1149 3172 ac_cv_prog_CPP=$CPP
adamc@1149 3173
adamc@1149 3174 fi
adamc@1149 3175 CPP=$ac_cv_prog_CPP
adamc@1149 3176 else
adamc@1149 3177 ac_cv_prog_CPP=$CPP
adamc@1149 3178 fi
adamc@1149 3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
adamc@1149 3180 $as_echo "$CPP" >&6; }
adamc@1149 3181 ac_preproc_ok=false
adamc@1149 3182 for ac_c_preproc_warn_flag in '' yes
adamc@1149 3183 do
adamc@1149 3184 # Use a header file that comes with gcc, so configuring glibc
adamc@1149 3185 # with a fresh cross-compiler works.
adamc@1149 3186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
adamc@1149 3187 # <limits.h> exists even on freestanding compilers.
adamc@1149 3188 # On the NeXT, cc -E runs the code through the compiler's parser,
adamc@1149 3189 # not just through cpp. "Syntax error" is here to catch this case.
adamc@1149 3190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3191 /* end confdefs.h. */
adamc@1149 3192 #ifdef __STDC__
adamc@1149 3193 # include <limits.h>
adamc@1149 3194 #else
adamc@1149 3195 # include <assert.h>
adamc@1149 3196 #endif
adamc@1149 3197 Syntax error
adamc@1149 3198 _ACEOF
adamc@1149 3199 if ac_fn_c_try_cpp "$LINENO"; then :
adamc@1149 3200
adamc@1149 3201 else
adamc@1149 3202 # Broken: fails on valid input.
adamc@1149 3203 continue
adamc@1149 3204 fi
adam@1315 3205 rm -f conftest.err conftest.i conftest.$ac_ext
adamc@1149 3206
adamc@1149 3207 # OK, works on sane cases. Now check whether nonexistent headers
adamc@1149 3208 # can be detected and how.
adamc@1149 3209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3210 /* end confdefs.h. */
adamc@1149 3211 #include <ac_nonexistent.h>
adamc@1149 3212 _ACEOF
adamc@1149 3213 if ac_fn_c_try_cpp "$LINENO"; then :
adamc@1149 3214 # Broken: success on invalid input.
adamc@1149 3215 continue
adamc@1149 3216 else
adamc@1149 3217 # Passes both tests.
adamc@1149 3218 ac_preproc_ok=:
adamc@1149 3219 break
adamc@1149 3220 fi
adam@1315 3221 rm -f conftest.err conftest.i conftest.$ac_ext
adamc@1149 3222
adamc@1149 3223 done
adamc@1149 3224 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
adam@1315 3225 rm -f conftest.i conftest.err conftest.$ac_ext
adamc@1149 3226 if $ac_preproc_ok; then :
adamc@1149 3227
adamc@1149 3228 else
adamc@1149 3229 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 3230 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 3231 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
adam@1315 3232 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 3233 fi
adamc@1149 3234
adamc@1149 3235 ac_ext=c
adamc@1149 3236 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 3237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 3238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 3239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 3240
adamc@1149 3241
adamc@1149 3242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
adamc@1149 3243 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
adamc@1149 3244 if test "${ac_cv_path_GREP+set}" = set; then :
adamc@1149 3245 $as_echo_n "(cached) " >&6
adamc@1149 3246 else
adamc@1149 3247 if test -z "$GREP"; then
adamc@1149 3248 ac_path_GREP_found=false
adamc@1149 3249 # Loop through the user's path and test for each of PROGNAME-LIST
adamc@1149 3250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 3251 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
adamc@1149 3252 do
adamc@1149 3253 IFS=$as_save_IFS
adamc@1149 3254 test -z "$as_dir" && as_dir=.
adamc@1149 3255 for ac_prog in grep ggrep; do
adamc@1149 3256 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 3257 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
adamc@1149 3258 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
adamc@1149 3259 # Check for GNU ac_path_GREP and select it if it is found.
adamc@1149 3260 # Check for GNU $ac_path_GREP
adamc@1149 3261 case `"$ac_path_GREP" --version 2>&1` in
adamc@1149 3262 *GNU*)
adamc@1149 3263 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
adamc@1149 3264 *)
adamc@1149 3265 ac_count=0
adamc@1149 3266 $as_echo_n 0123456789 >"conftest.in"
adamc@1149 3267 while :
adamc@1149 3268 do
adamc@1149 3269 cat "conftest.in" "conftest.in" >"conftest.tmp"
adamc@1149 3270 mv "conftest.tmp" "conftest.in"
adamc@1149 3271 cp "conftest.in" "conftest.nl"
adamc@1149 3272 $as_echo 'GREP' >> "conftest.nl"
adamc@1149 3273 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
adamc@1149 3274 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adamc@1149 3275 as_fn_arith $ac_count + 1 && ac_count=$as_val
adamc@1149 3276 if test $ac_count -gt ${ac_path_GREP_max-0}; then
adamc@1149 3277 # Best one so far, save it but keep looking for a better one
adamc@1149 3278 ac_cv_path_GREP="$ac_path_GREP"
adamc@1149 3279 ac_path_GREP_max=$ac_count
adamc@1149 3280 fi
adamc@1149 3281 # 10*(2^10) chars as input seems more than enough
adamc@1149 3282 test $ac_count -gt 10 && break
adamc@1149 3283 done
adamc@1149 3284 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
adamc@1149 3285 esac
adamc@1149 3286
adamc@1149 3287 $ac_path_GREP_found && break 3
adamc@1149 3288 done
adamc@1149 3289 done
adamc@1149 3290 done
adamc@1149 3291 IFS=$as_save_IFS
adamc@1149 3292 if test -z "$ac_cv_path_GREP"; then
adam@1315 3293 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
adamc@1149 3294 fi
adamc@1149 3295 else
adamc@1149 3296 ac_cv_path_GREP=$GREP
adamc@1149 3297 fi
adamc@1149 3298
adamc@1149 3299 fi
adamc@1149 3300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
adamc@1149 3301 $as_echo "$ac_cv_path_GREP" >&6; }
adamc@1149 3302 GREP="$ac_cv_path_GREP"
adamc@1149 3303
adamc@1149 3304
adamc@1149 3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
adamc@1149 3306 $as_echo_n "checking for egrep... " >&6; }
adamc@1149 3307 if test "${ac_cv_path_EGREP+set}" = set; then :
adamc@1149 3308 $as_echo_n "(cached) " >&6
adamc@1149 3309 else
adamc@1149 3310 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
adamc@1149 3311 then ac_cv_path_EGREP="$GREP -E"
adamc@1149 3312 else
adamc@1149 3313 if test -z "$EGREP"; then
adamc@1149 3314 ac_path_EGREP_found=false
adamc@1149 3315 # Loop through the user's path and test for each of PROGNAME-LIST
adamc@1149 3316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 3317 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
adamc@1149 3318 do
adamc@1149 3319 IFS=$as_save_IFS
adamc@1149 3320 test -z "$as_dir" && as_dir=.
adamc@1149 3321 for ac_prog in egrep; do
adamc@1149 3322 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 3323 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
adamc@1149 3324 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
adamc@1149 3325 # Check for GNU ac_path_EGREP and select it if it is found.
adamc@1149 3326 # Check for GNU $ac_path_EGREP
adamc@1149 3327 case `"$ac_path_EGREP" --version 2>&1` in
adamc@1149 3328 *GNU*)
adamc@1149 3329 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
adamc@1149 3330 *)
adamc@1149 3331 ac_count=0
adamc@1149 3332 $as_echo_n 0123456789 >"conftest.in"
adamc@1149 3333 while :
adamc@1149 3334 do
adamc@1149 3335 cat "conftest.in" "conftest.in" >"conftest.tmp"
adamc@1149 3336 mv "conftest.tmp" "conftest.in"
adamc@1149 3337 cp "conftest.in" "conftest.nl"
adamc@1149 3338 $as_echo 'EGREP' >> "conftest.nl"
adamc@1149 3339 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
adamc@1149 3340 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adamc@1149 3341 as_fn_arith $ac_count + 1 && ac_count=$as_val
adamc@1149 3342 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
adamc@1149 3343 # Best one so far, save it but keep looking for a better one
adamc@1149 3344 ac_cv_path_EGREP="$ac_path_EGREP"
adamc@1149 3345 ac_path_EGREP_max=$ac_count
adamc@1149 3346 fi
adamc@1149 3347 # 10*(2^10) chars as input seems more than enough
adamc@1149 3348 test $ac_count -gt 10 && break
adamc@1149 3349 done
adamc@1149 3350 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
adamc@1149 3351 esac
adamc@1149 3352
adamc@1149 3353 $ac_path_EGREP_found && break 3
adamc@1149 3354 done
adamc@1149 3355 done
adamc@1149 3356 done
adamc@1149 3357 IFS=$as_save_IFS
adamc@1149 3358 if test -z "$ac_cv_path_EGREP"; then
adam@1315 3359 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
adamc@1149 3360 fi
adamc@1149 3361 else
adamc@1149 3362 ac_cv_path_EGREP=$EGREP
adamc@1149 3363 fi
adamc@1149 3364
adamc@1149 3365 fi
adamc@1149 3366 fi
adamc@1149 3367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
adamc@1149 3368 $as_echo "$ac_cv_path_EGREP" >&6; }
adamc@1149 3369 EGREP="$ac_cv_path_EGREP"
adamc@1149 3370
adamc@1149 3371
adamc@1149 3372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
adamc@1149 3373 $as_echo_n "checking for ANSI C header files... " >&6; }
adamc@1149 3374 if test "${ac_cv_header_stdc+set}" = set; then :
adamc@1149 3375 $as_echo_n "(cached) " >&6
adamc@1149 3376 else
adamc@1149 3377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3378 /* end confdefs.h. */
adamc@1149 3379 #include <stdlib.h>
adamc@1149 3380 #include <stdarg.h>
adamc@1149 3381 #include <string.h>
adamc@1149 3382 #include <float.h>
adamc@1149 3383
adamc@1149 3384 int
adamc@1149 3385 main ()
adamc@1149 3386 {
adamc@1149 3387
adamc@1149 3388 ;
adamc@1149 3389 return 0;
adamc@1149 3390 }
adamc@1149 3391 _ACEOF
adamc@1149 3392 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 3393 ac_cv_header_stdc=yes
adamc@1149 3394 else
adamc@1149 3395 ac_cv_header_stdc=no
adamc@1149 3396 fi
adamc@1149 3397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 3398
adamc@1149 3399 if test $ac_cv_header_stdc = yes; then
adamc@1149 3400 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
adamc@1149 3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3402 /* end confdefs.h. */
adamc@1149 3403 #include <string.h>
adamc@1149 3404
adamc@1149 3405 _ACEOF
adamc@1149 3406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
adamc@1149 3407 $EGREP "memchr" >/dev/null 2>&1; then :
adamc@1149 3408
adamc@1149 3409 else
adamc@1149 3410 ac_cv_header_stdc=no
adamc@1149 3411 fi
adamc@1149 3412 rm -f conftest*
adamc@1149 3413
adamc@1149 3414 fi
adamc@1149 3415
adamc@1149 3416 if test $ac_cv_header_stdc = yes; then
adamc@1149 3417 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
adamc@1149 3418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3419 /* end confdefs.h. */
adamc@1149 3420 #include <stdlib.h>
adamc@1149 3421
adamc@1149 3422 _ACEOF
adamc@1149 3423 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
adamc@1149 3424 $EGREP "free" >/dev/null 2>&1; then :
adamc@1149 3425
adamc@1149 3426 else
adamc@1149 3427 ac_cv_header_stdc=no
adamc@1149 3428 fi
adamc@1149 3429 rm -f conftest*
adamc@1149 3430
adamc@1149 3431 fi
adamc@1149 3432
adamc@1149 3433 if test $ac_cv_header_stdc = yes; then
adamc@1149 3434 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
adamc@1149 3435 if test "$cross_compiling" = yes; then :
adamc@1149 3436 :
adamc@1149 3437 else
adamc@1149 3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3439 /* end confdefs.h. */
adamc@1149 3440 #include <ctype.h>
adamc@1149 3441 #include <stdlib.h>
adamc@1149 3442 #if ((' ' & 0x0FF) == 0x020)
adamc@1149 3443 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
adamc@1149 3444 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
adamc@1149 3445 #else
adamc@1149 3446 # define ISLOWER(c) \
adamc@1149 3447 (('a' <= (c) && (c) <= 'i') \
adamc@1149 3448 || ('j' <= (c) && (c) <= 'r') \
adamc@1149 3449 || ('s' <= (c) && (c) <= 'z'))
adamc@1149 3450 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
adamc@1149 3451 #endif
adamc@1149 3452
adamc@1149 3453 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
adamc@1149 3454 int
adamc@1149 3455 main ()
adamc@1149 3456 {
adamc@1149 3457 int i;
adamc@1149 3458 for (i = 0; i < 256; i++)
adamc@1149 3459 if (XOR (islower (i), ISLOWER (i))
adamc@1149 3460 || toupper (i) != TOUPPER (i))
adamc@1149 3461 return 2;
adamc@1149 3462 return 0;
adamc@1149 3463 }
adamc@1149 3464 _ACEOF
adamc@1149 3465 if ac_fn_c_try_run "$LINENO"; then :
adamc@1149 3466
adamc@1149 3467 else
adamc@1149 3468 ac_cv_header_stdc=no
adamc@1149 3469 fi
adamc@1149 3470 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
adamc@1149 3471 conftest.$ac_objext conftest.beam conftest.$ac_ext
adamc@1149 3472 fi
adamc@1149 3473
adamc@1149 3474 fi
adamc@1149 3475 fi
adamc@1149 3476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
adamc@1149 3477 $as_echo "$ac_cv_header_stdc" >&6; }
adamc@1149 3478 if test $ac_cv_header_stdc = yes; then
adamc@1149 3479
adamc@1149 3480 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
adamc@1149 3481
adamc@1149 3482 fi
adamc@1149 3483
adamc@1149 3484 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
adamc@1149 3485 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
adamc@1149 3486 inttypes.h stdint.h unistd.h
adamc@1149 3487 do :
adamc@1149 3488 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
adamc@1149 3489 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
adamc@1149 3490 "
adam@1315 3491 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
adamc@1149 3492 cat >>confdefs.h <<_ACEOF
adamc@1149 3493 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
adamc@1149 3494 _ACEOF
adamc@1149 3495
adamc@1149 3496 fi
adamc@1149 3497
adamc@1149 3498 done
adamc@1149 3499
adamc@1149 3500
adamc@1149 3501
adamc@1149 3502 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
adamc@1149 3503 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
adamc@1149 3504 MINIX=yes
adamc@1149 3505 else
adamc@1149 3506 MINIX=
adamc@1149 3507 fi
adamc@1149 3508
adamc@1149 3509
adamc@1149 3510 if test "$MINIX" = yes; then
adamc@1149 3511
adamc@1149 3512 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
adamc@1149 3513
adamc@1149 3514
adamc@1149 3515 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
adamc@1149 3516
adamc@1149 3517
adamc@1149 3518 $as_echo "#define _MINIX 1" >>confdefs.h
adamc@1149 3519
adamc@1149 3520 fi
adamc@1149 3521
adamc@1149 3522
adamc@1149 3523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
adamc@1149 3524 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
adamc@1149 3525 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
adamc@1149 3526 $as_echo_n "(cached) " >&6
adamc@1149 3527 else
adamc@1149 3528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 3529 /* end confdefs.h. */
adamc@1149 3530
adamc@1149 3531 # define __EXTENSIONS__ 1
adamc@1149 3532 $ac_includes_default
adamc@1149 3533 int
adamc@1149 3534 main ()
adamc@1149 3535 {
adamc@1149 3536
adamc@1149 3537 ;
adamc@1149 3538 return 0;
adamc@1149 3539 }
adamc@1149 3540 _ACEOF
adamc@1149 3541 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 3542 ac_cv_safe_to_define___extensions__=yes
adamc@1149 3543 else
adamc@1149 3544 ac_cv_safe_to_define___extensions__=no
adamc@1149 3545 fi
adamc@1149 3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 3547 fi
adamc@1149 3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
adamc@1149 3549 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
adamc@1149 3550 test $ac_cv_safe_to_define___extensions__ = yes &&
adamc@1149 3551 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
adamc@1149 3552
adamc@1149 3553 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
adamc@1149 3554
adamc@1149 3555 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
adamc@1149 3556
adamc@1149 3557 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
adamc@1149 3558
adamc@1149 3559 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
adamc@1149 3560
adamc@1149 3561
adamc@1132 3562 am__api_version='1.11'
adamc@1132 3563
adamc@1132 3564 ac_aux_dir=
adamc@1132 3565 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
adam@1315 3566 if test -f "$ac_dir/install-sh"; then
adam@1315 3567 ac_aux_dir=$ac_dir
adam@1315 3568 ac_install_sh="$ac_aux_dir/install-sh -c"
adam@1315 3569 break
adam@1315 3570 elif test -f "$ac_dir/install.sh"; then
adam@1315 3571 ac_aux_dir=$ac_dir
adam@1315 3572 ac_install_sh="$ac_aux_dir/install.sh -c"
adam@1315 3573 break
adam@1315 3574 elif test -f "$ac_dir/shtool"; then
adam@1315 3575 ac_aux_dir=$ac_dir
adam@1315 3576 ac_install_sh="$ac_aux_dir/shtool install -c"
adam@1315 3577 break
adam@1315 3578 fi
adamc@1132 3579 done
adamc@1132 3580 if test -z "$ac_aux_dir"; then
adam@1315 3581 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
adamc@1132 3582 fi
adamc@1132 3583
adamc@1132 3584 # These three variables are undocumented and unsupported,
adamc@1132 3585 # and are intended to be withdrawn in a future Autoconf release.
adamc@1132 3586 # They can cause serious problems if a builder's source tree is in a directory
adamc@1132 3587 # whose full name contains unusual characters.
adamc@1132 3588 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
adamc@1132 3589 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
adamc@1132 3590 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
adamc@1132 3591
adamc@1132 3592
adamc@1132 3593 # Find a good install program. We prefer a C program (faster),
adamc@1132 3594 # so one script is as good as another. But avoid the broken or
adamc@1132 3595 # incompatible versions:
adamc@1132 3596 # SysV /etc/install, /usr/sbin/install
adamc@1132 3597 # SunOS /usr/etc/install
adamc@1132 3598 # IRIX /sbin/install
adamc@1132 3599 # AIX /bin/install
adamc@1132 3600 # AmigaOS /C/install, which installs bootblocks on floppy discs
adamc@1132 3601 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
adamc@1132 3602 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
adamc@1132 3603 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
adamc@1132 3604 # OS/2's system install, which has a completely different semantic
adamc@1132 3605 # ./install, which can be erroneously created by make from ./install.sh.
adamc@1132 3606 # Reject install programs that cannot install multiple files.
adamc@1132 3607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
adamc@1132 3608 $as_echo_n "checking for a BSD-compatible install... " >&6; }
adamc@1132 3609 if test -z "$INSTALL"; then
adamc@1132 3610 if test "${ac_cv_path_install+set}" = set; then :
adamc@1132 3611 $as_echo_n "(cached) " >&6
adamc@1132 3612 else
adamc@1132 3613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 3614 for as_dir in $PATH
adamc@1132 3615 do
adamc@1132 3616 IFS=$as_save_IFS
adamc@1132 3617 test -z "$as_dir" && as_dir=.
adamc@1132 3618 # Account for people who put trailing slashes in PATH elements.
adamc@1132 3619 case $as_dir/ in #((
adamc@1132 3620 ./ | .// | /[cC]/* | \
adamc@1132 3621 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
adamc@1132 3622 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
adamc@1132 3623 /usr/ucb/* ) ;;
adamc@1132 3624 *)
adamc@1132 3625 # OSF1 and SCO ODT 3.0 have their own names for install.
adamc@1132 3626 # Don't use installbsd from OSF since it installs stuff as root
adamc@1132 3627 # by default.
adamc@1132 3628 for ac_prog in ginstall scoinst install; do
adamc@1132 3629 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 3630 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
adamc@1132 3631 if test $ac_prog = install &&
adamc@1132 3632 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
adamc@1132 3633 # AIX install. It has an incompatible calling convention.
adamc@1132 3634 :
adamc@1132 3635 elif test $ac_prog = install &&
adamc@1132 3636 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
adamc@1132 3637 # program-specific install script used by HP pwplus--don't use.
adamc@1132 3638 :
adamc@1132 3639 else
adamc@1132 3640 rm -rf conftest.one conftest.two conftest.dir
adamc@1132 3641 echo one > conftest.one
adamc@1132 3642 echo two > conftest.two
adamc@1132 3643 mkdir conftest.dir
adamc@1132 3644 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
adamc@1132 3645 test -s conftest.one && test -s conftest.two &&
adamc@1132 3646 test -s conftest.dir/conftest.one &&
adamc@1132 3647 test -s conftest.dir/conftest.two
adamc@1132 3648 then
adamc@1132 3649 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
adamc@1132 3650 break 3
adamc@1132 3651 fi
adamc@1132 3652 fi
adamc@1132 3653 fi
adamc@1132 3654 done
adamc@1132 3655 done
adamc@1132 3656 ;;
adamc@1132 3657 esac
adamc@1132 3658
adamc@1132 3659 done
adamc@1132 3660 IFS=$as_save_IFS
adamc@1132 3661
adamc@1132 3662 rm -rf conftest.one conftest.two conftest.dir
adamc@1132 3663
adamc@1132 3664 fi
adamc@1132 3665 if test "${ac_cv_path_install+set}" = set; then
adamc@1132 3666 INSTALL=$ac_cv_path_install
adamc@1132 3667 else
adamc@1132 3668 # As a last resort, use the slow shell script. Don't cache a
adamc@1132 3669 # value for INSTALL within a source directory, because that will
adamc@1132 3670 # break other packages using the cache if that directory is
adamc@1132 3671 # removed, or if the value is a relative name.
adamc@1132 3672 INSTALL=$ac_install_sh
adamc@1132 3673 fi
adamc@1132 3674 fi
adamc@1132 3675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
adamc@1132 3676 $as_echo "$INSTALL" >&6; }
adamc@1132 3677
adamc@1132 3678 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
adamc@1132 3679 # It thinks the first close brace ends the variable substitution.
adamc@1132 3680 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
adamc@1132 3681
adamc@1132 3682 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
adamc@1132 3683
adamc@1132 3684 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
adamc@1132 3685
adamc@1132 3686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
adamc@1132 3687 $as_echo_n "checking whether build environment is sane... " >&6; }
adamc@1132 3688 # Just in case
adamc@1132 3689 sleep 1
adamc@1132 3690 echo timestamp > conftest.file
adamc@1132 3691 # Reject unsafe characters in $srcdir or the absolute working directory
adamc@1132 3692 # name. Accept space and tab only in the latter.
adamc@1132 3693 am_lf='
adamc@1132 3694 '
adamc@1132 3695 case `pwd` in
adamc@1132 3696 *[\\\"\#\$\&\'\`$am_lf]*)
adam@1315 3697 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
adamc@1132 3698 esac
adamc@1132 3699 case $srcdir in
adamc@1132 3700 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
adam@1315 3701 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
adamc@1132 3702 esac
adamc@1132 3703
adamc@1132 3704 # Do `set' in a subshell so we don't clobber the current shell's
adamc@1132 3705 # arguments. Must try -L first in case configure is actually a
adamc@1132 3706 # symlink; some systems play weird games with the mod time of symlinks
adamc@1132 3707 # (eg FreeBSD returns the mod time of the symlink's containing
adamc@1132 3708 # directory).
adamc@1132 3709 if (
adamc@1132 3710 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
adamc@1132 3711 if test "$*" = "X"; then
adamc@1132 3712 # -L didn't work.
adamc@1132 3713 set X `ls -t "$srcdir/configure" conftest.file`
adamc@1132 3714 fi
adamc@1132 3715 rm -f conftest.file
adamc@1132 3716 if test "$*" != "X $srcdir/configure conftest.file" \
adamc@1132 3717 && test "$*" != "X conftest.file $srcdir/configure"; then
adamc@1132 3718
adamc@1132 3719 # If neither matched, then we have a broken ls. This can happen
adamc@1132 3720 # if, for instance, CONFIG_SHELL is bash and it inherits a
adamc@1132 3721 # broken ls alias from the environment. This has actually
adamc@1132 3722 # happened. Such a system could not be considered "sane".
adam@1315 3723 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
adamc@1132 3724 alias in your environment" "$LINENO" 5
adamc@1132 3725 fi
adamc@1132 3726
adamc@1132 3727 test "$2" = conftest.file
adamc@1132 3728 )
adamc@1132 3729 then
adamc@1132 3730 # Ok.
adamc@1132 3731 :
adamc@1132 3732 else
adam@1315 3733 as_fn_error $? "newly created file is older than distributed files!
adamc@1132 3734 Check your system clock" "$LINENO" 5
adamc@1132 3735 fi
adamc@1132 3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1132 3737 $as_echo "yes" >&6; }
adamc@1132 3738 test "$program_prefix" != NONE &&
adamc@1132 3739 program_transform_name="s&^&$program_prefix&;$program_transform_name"
adamc@1132 3740 # Use a double $ so make ignores it.
adamc@1132 3741 test "$program_suffix" != NONE &&
adamc@1132 3742 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
adamc@1132 3743 # Double any \ or $.
adamc@1132 3744 # By default was `s,x,x', remove it if useless.
adamc@1132 3745 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
adamc@1132 3746 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
adamc@1132 3747
adamc@1132 3748 # expand $ac_aux_dir to an absolute path
adamc@1132 3749 am_aux_dir=`cd $ac_aux_dir && pwd`
adamc@1132 3750
adamc@1132 3751 if test x"${MISSING+set}" != xset; then
adamc@1132 3752 case $am_aux_dir in
adamc@1132 3753 *\ * | *\ *)
adamc@1132 3754 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
adamc@1132 3755 *)
adamc@1132 3756 MISSING="\${SHELL} $am_aux_dir/missing" ;;
adamc@1132 3757 esac
adamc@1132 3758 fi
adamc@1132 3759 # Use eval to expand $SHELL
adamc@1132 3760 if eval "$MISSING --run true"; then
adamc@1132 3761 am_missing_run="$MISSING --run "
adamc@1132 3762 else
adamc@1132 3763 am_missing_run=
adamc@1132 3764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
adamc@1132 3765 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
adamc@1132 3766 fi
adamc@1132 3767
adamc@1132 3768 if test x"${install_sh}" != xset; then
adamc@1132 3769 case $am_aux_dir in
adamc@1132 3770 *\ * | *\ *)
adamc@1132 3771 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
adamc@1132 3772 *)
adamc@1132 3773 install_sh="\${SHELL} $am_aux_dir/install-sh"
adamc@1132 3774 esac
adamc@1132 3775 fi
adamc@1132 3776
adamc@1132 3777 # Installed binaries are usually stripped using `strip' when the user
adamc@1132 3778 # run `make install-strip'. However `strip' might not be the right
adamc@1132 3779 # tool to use in cross-compilation environments, therefore Automake
adamc@1132 3780 # will honor the `STRIP' environment variable to overrule this program.
adamc@1132 3781 if test "$cross_compiling" != no; then
adamc@1132 3782 if test -n "$ac_tool_prefix"; then
adamc@1132 3783 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
adamc@1132 3784 set dummy ${ac_tool_prefix}strip; ac_word=$2
adamc@1132 3785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 3786 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 3787 if test "${ac_cv_prog_STRIP+set}" = set; then :
adamc@1132 3788 $as_echo_n "(cached) " >&6
adamc@1132 3789 else
adamc@1132 3790 if test -n "$STRIP"; then
adamc@1132 3791 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
adamc@1132 3792 else
adamc@1132 3793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 3794 for as_dir in $PATH
adamc@1132 3795 do
adamc@1132 3796 IFS=$as_save_IFS
adamc@1132 3797 test -z "$as_dir" && as_dir=.
adamc@1132 3798 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 3799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 3800 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
adamc@1132 3801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 3802 break 2
adamc@1132 3803 fi
adamc@1132 3804 done
adamc@1132 3805 done
adamc@1132 3806 IFS=$as_save_IFS
adamc@1132 3807
adamc@1132 3808 fi
adamc@1132 3809 fi
adamc@1132 3810 STRIP=$ac_cv_prog_STRIP
adamc@1132 3811 if test -n "$STRIP"; then
adamc@1132 3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
adamc@1132 3813 $as_echo "$STRIP" >&6; }
adamc@1132 3814 else
adamc@1132 3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 3816 $as_echo "no" >&6; }
adamc@1132 3817 fi
adamc@1132 3818
adamc@1132 3819
adamc@1132 3820 fi
adamc@1132 3821 if test -z "$ac_cv_prog_STRIP"; then
adamc@1132 3822 ac_ct_STRIP=$STRIP
adamc@1132 3823 # Extract the first word of "strip", so it can be a program name with args.
adamc@1132 3824 set dummy strip; ac_word=$2
adamc@1132 3825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 3826 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 3827 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
adamc@1132 3828 $as_echo_n "(cached) " >&6
adamc@1132 3829 else
adamc@1132 3830 if test -n "$ac_ct_STRIP"; then
adamc@1132 3831 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
adamc@1132 3832 else
adamc@1132 3833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 3834 for as_dir in $PATH
adamc@1132 3835 do
adamc@1132 3836 IFS=$as_save_IFS
adamc@1132 3837 test -z "$as_dir" && as_dir=.
adamc@1132 3838 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 3839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 3840 ac_cv_prog_ac_ct_STRIP="strip"
adamc@1132 3841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 3842 break 2
adamc@1132 3843 fi
adamc@1132 3844 done
adamc@1132 3845 done
adamc@1132 3846 IFS=$as_save_IFS
adamc@1132 3847
adamc@1132 3848 fi
adamc@1132 3849 fi
adamc@1132 3850 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
adamc@1132 3851 if test -n "$ac_ct_STRIP"; then
adamc@1132 3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
adamc@1132 3853 $as_echo "$ac_ct_STRIP" >&6; }
adamc@1132 3854 else
adamc@1132 3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 3856 $as_echo "no" >&6; }
adamc@1132 3857 fi
adamc@1132 3858
adamc@1132 3859 if test "x$ac_ct_STRIP" = x; then
adamc@1132 3860 STRIP=":"
adamc@1132 3861 else
adamc@1132 3862 case $cross_compiling:$ac_tool_warned in
adamc@1132 3863 yes:)
adamc@1132 3864 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 3865 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 3866 ac_tool_warned=yes ;;
adamc@1132 3867 esac
adamc@1132 3868 STRIP=$ac_ct_STRIP
adamc@1132 3869 fi
adamc@1132 3870 else
adamc@1132 3871 STRIP="$ac_cv_prog_STRIP"
adamc@1132 3872 fi
adamc@1132 3873
adamc@1132 3874 fi
adamc@1132 3875 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
adamc@1132 3876
adamc@1132 3877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
adamc@1132 3878 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
adamc@1132 3879 if test -z "$MKDIR_P"; then
adamc@1132 3880 if test "${ac_cv_path_mkdir+set}" = set; then :
adamc@1132 3881 $as_echo_n "(cached) " >&6
adamc@1132 3882 else
adamc@1132 3883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 3884 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
adamc@1132 3885 do
adamc@1132 3886 IFS=$as_save_IFS
adamc@1132 3887 test -z "$as_dir" && as_dir=.
adamc@1132 3888 for ac_prog in mkdir gmkdir; do
adamc@1132 3889 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 3890 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
adamc@1132 3891 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
adamc@1132 3892 'mkdir (GNU coreutils) '* | \
adamc@1132 3893 'mkdir (coreutils) '* | \
adamc@1132 3894 'mkdir (fileutils) '4.1*)
adamc@1132 3895 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
adamc@1132 3896 break 3;;
adamc@1132 3897 esac
adamc@1132 3898 done
adamc@1132 3899 done
adamc@1132 3900 done
adamc@1132 3901 IFS=$as_save_IFS
adamc@1132 3902
adamc@1132 3903 fi
adamc@1132 3904
adamc@1132 3905 test -d ./--version && rmdir ./--version
adamc@1132 3906 if test "${ac_cv_path_mkdir+set}" = set; then
adamc@1132 3907 MKDIR_P="$ac_cv_path_mkdir -p"
adamc@1132 3908 else
adamc@1132 3909 # As a last resort, use the slow shell script. Don't cache a
adamc@1132 3910 # value for MKDIR_P within a source directory, because that will
adamc@1132 3911 # break other packages using the cache if that directory is
adamc@1132 3912 # removed, or if the value is a relative name.
adamc@1132 3913 MKDIR_P="$ac_install_sh -d"
adamc@1132 3914 fi
adamc@1132 3915 fi
adamc@1132 3916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
adamc@1132 3917 $as_echo "$MKDIR_P" >&6; }
adamc@1132 3918
adamc@1132 3919 mkdir_p="$MKDIR_P"
adamc@1132 3920 case $mkdir_p in
adamc@1132 3921 [\\/$]* | ?:[\\/]*) ;;
adamc@1132 3922 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
adamc@1132 3923 esac
adamc@1132 3924
adamc@1132 3925 for ac_prog in gawk mawk nawk awk
adamc@1132 3926 do
adamc@1132 3927 # Extract the first word of "$ac_prog", so it can be a program name with args.
adamc@1132 3928 set dummy $ac_prog; ac_word=$2
adamc@1132 3929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 3930 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 3931 if test "${ac_cv_prog_AWK+set}" = set; then :
adamc@1132 3932 $as_echo_n "(cached) " >&6
adamc@1132 3933 else
adamc@1132 3934 if test -n "$AWK"; then
adamc@1132 3935 ac_cv_prog_AWK="$AWK" # Let the user override the test.
adamc@1132 3936 else
adamc@1132 3937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 3938 for as_dir in $PATH
adamc@1132 3939 do
adamc@1132 3940 IFS=$as_save_IFS
adamc@1132 3941 test -z "$as_dir" && as_dir=.
adamc@1132 3942 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 3943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 3944 ac_cv_prog_AWK="$ac_prog"
adamc@1132 3945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 3946 break 2
adamc@1132 3947 fi
adamc@1132 3948 done
adamc@1132 3949 done
adamc@1132 3950 IFS=$as_save_IFS
adamc@1132 3951
adamc@1132 3952 fi
adamc@1132 3953 fi
adamc@1132 3954 AWK=$ac_cv_prog_AWK
adamc@1132 3955 if test -n "$AWK"; then
adamc@1132 3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
adamc@1132 3957 $as_echo "$AWK" >&6; }
adamc@1132 3958 else
adamc@1132 3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 3960 $as_echo "no" >&6; }
adamc@1132 3961 fi
adamc@1132 3962
adamc@1132 3963
adamc@1132 3964 test -n "$AWK" && break
adamc@1132 3965 done
adamc@1132 3966
adamc@1132 3967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
adamc@1132 3968 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
adamc@1132 3969 set x ${MAKE-make}
adamc@1132 3970 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
adam@1315 3971 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
adamc@1132 3972 $as_echo_n "(cached) " >&6
adamc@1132 3973 else
adamc@1132 3974 cat >conftest.make <<\_ACEOF
adamc@1132 3975 SHELL = /bin/sh
adamc@1132 3976 all:
adamc@1132 3977 @echo '@@@%%%=$(MAKE)=@@@%%%'
adamc@1132 3978 _ACEOF
adam@1315 3979 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
adamc@1132 3980 case `${MAKE-make} -f conftest.make 2>/dev/null` in
adamc@1132 3981 *@@@%%%=?*=@@@%%%*)
adamc@1132 3982 eval ac_cv_prog_make_${ac_make}_set=yes;;
adamc@1132 3983 *)
adamc@1132 3984 eval ac_cv_prog_make_${ac_make}_set=no;;
adamc@1132 3985 esac
adamc@1132 3986 rm -f conftest.make
adamc@1132 3987 fi
adamc@1132 3988 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
adamc@1132 3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1132 3990 $as_echo "yes" >&6; }
adamc@1132 3991 SET_MAKE=
adamc@1132 3992 else
adamc@1132 3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 3994 $as_echo "no" >&6; }
adamc@1132 3995 SET_MAKE="MAKE=${MAKE-make}"
adamc@1132 3996 fi
adamc@1132 3997
adamc@1132 3998 rm -rf .tst 2>/dev/null
adamc@1132 3999 mkdir .tst 2>/dev/null
adamc@1132 4000 if test -d .tst; then
adamc@1132 4001 am__leading_dot=.
adamc@1132 4002 else
adamc@1132 4003 am__leading_dot=_
adamc@1132 4004 fi
adamc@1132 4005 rmdir .tst 2>/dev/null
adamc@1132 4006
adamc@1132 4007 DEPDIR="${am__leading_dot}deps"
adamc@1132 4008
adamc@1132 4009 ac_config_commands="$ac_config_commands depfiles"
adamc@1132 4010
adamc@1132 4011
adamc@1132 4012 am_make=${MAKE-make}
adamc@1132 4013 cat > confinc << 'END'
adamc@1132 4014 am__doit:
adamc@1132 4015 @echo this is the am__doit target
adamc@1132 4016 .PHONY: am__doit
adamc@1132 4017 END
adamc@1132 4018 # If we don't find an include directive, just comment out the code.
adamc@1132 4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
adamc@1132 4020 $as_echo_n "checking for style of include used by $am_make... " >&6; }
adamc@1132 4021 am__include="#"
adamc@1132 4022 am__quote=
adamc@1132 4023 _am_result=none
adamc@1132 4024 # First try GNU make style include.
adamc@1132 4025 echo "include confinc" > confmf
adamc@1132 4026 # Ignore all kinds of additional output from `make'.
adamc@1132 4027 case `$am_make -s -f confmf 2> /dev/null` in #(
adamc@1132 4028 *the\ am__doit\ target*)
adamc@1132 4029 am__include=include
adamc@1132 4030 am__quote=
adamc@1132 4031 _am_result=GNU
adamc@1132 4032 ;;
adamc@1132 4033 esac
adamc@1132 4034 # Now try BSD make style include.
adamc@1132 4035 if test "$am__include" = "#"; then
adamc@1132 4036 echo '.include "confinc"' > confmf
adamc@1132 4037 case `$am_make -s -f confmf 2> /dev/null` in #(
adamc@1132 4038 *the\ am__doit\ target*)
adamc@1132 4039 am__include=.include
adamc@1132 4040 am__quote="\""
adamc@1132 4041 _am_result=BSD
adamc@1132 4042 ;;
adamc@1132 4043 esac
adamc@1132 4044 fi
adamc@1132 4045
adamc@1132 4046
adamc@1132 4047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
adamc@1132 4048 $as_echo "$_am_result" >&6; }
adamc@1132 4049 rm -f confinc confmf
adamc@1132 4050
adamc@1132 4051 # Check whether --enable-dependency-tracking was given.
adamc@1132 4052 if test "${enable_dependency_tracking+set}" = set; then :
adamc@1132 4053 enableval=$enable_dependency_tracking;
adamc@1132 4054 fi
adamc@1132 4055
adamc@1132 4056 if test "x$enable_dependency_tracking" != xno; then
adamc@1132 4057 am_depcomp="$ac_aux_dir/depcomp"
adamc@1132 4058 AMDEPBACKSLASH='\'
adamc@1132 4059 fi
adamc@1132 4060 if test "x$enable_dependency_tracking" != xno; then
adamc@1132 4061 AMDEP_TRUE=
adamc@1132 4062 AMDEP_FALSE='#'
adamc@1132 4063 else
adamc@1132 4064 AMDEP_TRUE='#'
adamc@1132 4065 AMDEP_FALSE=
adamc@1132 4066 fi
adamc@1132 4067
adamc@1132 4068
adamc@1149 4069 if test "`cd $srcdir && pwd`" != "`pwd`"; then
adamc@1149 4070 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
adamc@1149 4071 # is not polluted with repeated "-I."
adamc@1149 4072 am__isrc=' -I$(srcdir)'
adamc@1149 4073 # test to see if srcdir already configured
adamc@1149 4074 if test -f $srcdir/config.status; then
adam@1315 4075 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
adamc@1149 4076 fi
adamc@1149 4077 fi
adamc@1149 4078
adamc@1149 4079 # test whether we have cygpath
adamc@1149 4080 if test -z "$CYGPATH_W"; then
adamc@1149 4081 if (cygpath --version) >/dev/null 2>/dev/null; then
adamc@1149 4082 CYGPATH_W='cygpath -w'
adamc@1149 4083 else
adamc@1149 4084 CYGPATH_W=echo
adamc@1149 4085 fi
adamc@1149 4086 fi
adamc@1149 4087
adamc@1149 4088
adamc@1149 4089 # Define the identity of the package.
adamc@1149 4090 PACKAGE='urweb'
adamc@1149 4091 VERSION='1.0'
adamc@1149 4092
adamc@1149 4093
adamc@1149 4094 # Some tools Automake needs.
adamc@1149 4095
adamc@1149 4096 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
adamc@1149 4097
adamc@1149 4098
adamc@1149 4099 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
adamc@1149 4100
adamc@1149 4101
adamc@1149 4102 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
adamc@1149 4103
adamc@1149 4104
adamc@1149 4105 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
adamc@1149 4106
adamc@1149 4107
adamc@1149 4108 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
adamc@1149 4109
adamc@1149 4110 # We need awk for the "check" target. The system "awk" is bad on
adamc@1149 4111 # some platforms.
adamc@1149 4112 # Always define AMTAR for backward compatibility.
adamc@1149 4113
adamc@1149 4114 AMTAR=${AMTAR-"${am_missing_run}tar"}
adamc@1149 4115
adamc@1149 4116 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
adamc@1149 4117
adamc@1149 4118
adamc@1149 4119
adamc@1132 4120
adamc@1132 4121 depcc="$CC" am_compiler_list=
adamc@1132 4122
adamc@1132 4123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
adamc@1132 4124 $as_echo_n "checking dependency style of $depcc... " >&6; }
adamc@1132 4125 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
adamc@1132 4126 $as_echo_n "(cached) " >&6
adamc@1132 4127 else
adamc@1132 4128 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
adamc@1132 4129 # We make a subdir and do the tests there. Otherwise we can end up
adamc@1132 4130 # making bogus files that we don't know about and never remove. For
adamc@1132 4131 # instance it was reported that on HP-UX the gcc test will end up
adamc@1132 4132 # making a dummy file named `D' -- because `-MD' means `put the output
adamc@1132 4133 # in D'.
adamc@1132 4134 mkdir conftest.dir
adamc@1132 4135 # Copy depcomp to subdir because otherwise we won't find it if we're
adamc@1132 4136 # using a relative directory.
adamc@1132 4137 cp "$am_depcomp" conftest.dir
adamc@1132 4138 cd conftest.dir
adamc@1132 4139 # We will build objects and dependencies in a subdirectory because
adamc@1132 4140 # it helps to detect inapplicable dependency modes. For instance
adamc@1132 4141 # both Tru64's cc and ICC support -MD to output dependencies as a
adamc@1132 4142 # side effect of compilation, but ICC will put the dependencies in
adamc@1132 4143 # the current directory while Tru64 will put them in the object
adamc@1132 4144 # directory.
adamc@1132 4145 mkdir sub
adamc@1132 4146
adamc@1132 4147 am_cv_CC_dependencies_compiler_type=none
adamc@1132 4148 if test "$am_compiler_list" = ""; then
adamc@1132 4149 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
adamc@1132 4150 fi
adamc@1132 4151 am__universal=false
adamc@1132 4152 case " $depcc " in #(
adamc@1132 4153 *\ -arch\ *\ -arch\ *) am__universal=true ;;
adamc@1132 4154 esac
adamc@1132 4155
adamc@1132 4156 for depmode in $am_compiler_list; do
adamc@1132 4157 # Setup a source with many dependencies, because some compilers
adamc@1132 4158 # like to wrap large dependency lists on column 80 (with \), and
adamc@1132 4159 # we should not choose a depcomp mode which is confused by this.
adamc@1132 4160 #
adamc@1132 4161 # We need to recreate these files for each test, as the compiler may
adamc@1132 4162 # overwrite some of them when testing with obscure command lines.
adamc@1132 4163 # This happens at least with the AIX C compiler.
adamc@1132 4164 : > sub/conftest.c
adamc@1132 4165 for i in 1 2 3 4 5 6; do
adamc@1132 4166 echo '#include "conftst'$i'.h"' >> sub/conftest.c
adamc@1132 4167 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
adamc@1132 4168 # Solaris 8's {/usr,}/bin/sh.
adamc@1132 4169 touch sub/conftst$i.h
adamc@1132 4170 done
adamc@1132 4171 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
adamc@1132 4172
adamc@1132 4173 # We check with `-c' and `-o' for the sake of the "dashmstdout"
adamc@1132 4174 # mode. It turns out that the SunPro C++ compiler does not properly
adamc@1132 4175 # handle `-M -o', and we need to detect this. Also, some Intel
adamc@1132 4176 # versions had trouble with output in subdirs
adamc@1132 4177 am__obj=sub/conftest.${OBJEXT-o}
adamc@1132 4178 am__minus_obj="-o $am__obj"
adamc@1132 4179 case $depmode in
adamc@1132 4180 gcc)
adamc@1132 4181 # This depmode causes a compiler race in universal mode.
adamc@1132 4182 test "$am__universal" = false || continue
adamc@1132 4183 ;;
adamc@1132 4184 nosideeffect)
adamc@1132 4185 # after this tag, mechanisms are not by side-effect, so they'll
adamc@1132 4186 # only be used when explicitly requested
adamc@1132 4187 if test "x$enable_dependency_tracking" = xyes; then
adamc@1132 4188 continue
adamc@1132 4189 else
adamc@1132 4190 break
adamc@1132 4191 fi
adamc@1132 4192 ;;
adamc@1132 4193 msvisualcpp | msvcmsys)
adamc@1132 4194 # This compiler won't grok `-c -o', but also, the minuso test has
adamc@1132 4195 # not run yet. These depmodes are late enough in the game, and
adamc@1132 4196 # so weak that their functioning should not be impacted.
adamc@1132 4197 am__obj=conftest.${OBJEXT-o}
adamc@1132 4198 am__minus_obj=
adamc@1132 4199 ;;
adamc@1132 4200 none) break ;;
adamc@1132 4201 esac
adamc@1132 4202 if depmode=$depmode \
adamc@1132 4203 source=sub/conftest.c object=$am__obj \
adamc@1132 4204 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
adamc@1132 4205 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
adamc@1132 4206 >/dev/null 2>conftest.err &&
adamc@1132 4207 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
adamc@1132 4208 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
adamc@1132 4209 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
adamc@1132 4210 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
adamc@1132 4211 # icc doesn't choke on unknown options, it will just issue warnings
adamc@1132 4212 # or remarks (even with -Werror). So we grep stderr for any message
adamc@1132 4213 # that says an option was ignored or not supported.
adamc@1132 4214 # When given -MP, icc 7.0 and 7.1 complain thusly:
adamc@1132 4215 # icc: Command line warning: ignoring option '-M'; no argument required
adamc@1132 4216 # The diagnosis changed in icc 8.0:
adamc@1132 4217 # icc: Command line remark: option '-MP' not supported
adamc@1132 4218 if (grep 'ignoring option' conftest.err ||
adamc@1132 4219 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
adamc@1132 4220 am_cv_CC_dependencies_compiler_type=$depmode
adamc@1132 4221 break
adamc@1132 4222 fi
adamc@1132 4223 fi
adamc@1132 4224 done
adamc@1132 4225
adamc@1132 4226 cd ..
adamc@1132 4227 rm -rf conftest.dir
adamc@1132 4228 else
adamc@1132 4229 am_cv_CC_dependencies_compiler_type=none
adamc@1132 4230 fi
adamc@1132 4231
adamc@1132 4232 fi
adamc@1132 4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
adamc@1132 4234 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
adamc@1132 4235 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
adamc@1132 4236
adamc@1132 4237 if
adamc@1132 4238 test "x$enable_dependency_tracking" != xno \
adamc@1132 4239 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
adamc@1132 4240 am__fastdepCC_TRUE=
adamc@1132 4241 am__fastdepCC_FALSE='#'
adamc@1132 4242 else
adamc@1132 4243 am__fastdepCC_TRUE='#'
adamc@1132 4244 am__fastdepCC_FALSE=
adamc@1132 4245 fi
adamc@1132 4246
adamc@1132 4247
adamc@1149 4248
adamc@1149 4249 ac_ext=c
adamc@1149 4250 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 4251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 4252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 4253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 4254 if test -n "$ac_tool_prefix"; then
adamc@1149 4255 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
adamc@1149 4256 set dummy ${ac_tool_prefix}gcc; ac_word=$2
adamc@1149 4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4258 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4259 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 4260 $as_echo_n "(cached) " >&6
adamc@1149 4261 else
adamc@1149 4262 if test -n "$CC"; then
adamc@1149 4263 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 4264 else
adamc@1149 4265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4266 for as_dir in $PATH
adamc@1149 4267 do
adamc@1149 4268 IFS=$as_save_IFS
adamc@1149 4269 test -z "$as_dir" && as_dir=.
adamc@1149 4270 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4272 ac_cv_prog_CC="${ac_tool_prefix}gcc"
adamc@1149 4273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4274 break 2
adamc@1149 4275 fi
adamc@1149 4276 done
adamc@1149 4277 done
adamc@1149 4278 IFS=$as_save_IFS
adamc@1149 4279
adamc@1149 4280 fi
adamc@1149 4281 fi
adamc@1149 4282 CC=$ac_cv_prog_CC
adamc@1149 4283 if test -n "$CC"; then
adamc@1149 4284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 4285 $as_echo "$CC" >&6; }
adamc@1149 4286 else
adamc@1149 4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4288 $as_echo "no" >&6; }
adamc@1149 4289 fi
adamc@1149 4290
adamc@1149 4291
adamc@1149 4292 fi
adamc@1149 4293 if test -z "$ac_cv_prog_CC"; then
adamc@1149 4294 ac_ct_CC=$CC
adamc@1149 4295 # Extract the first word of "gcc", so it can be a program name with args.
adamc@1149 4296 set dummy gcc; ac_word=$2
adamc@1149 4297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4298 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4299 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
adamc@1149 4300 $as_echo_n "(cached) " >&6
adamc@1149 4301 else
adamc@1149 4302 if test -n "$ac_ct_CC"; then
adamc@1149 4303 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
adamc@1149 4304 else
adamc@1149 4305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4306 for as_dir in $PATH
adamc@1149 4307 do
adamc@1149 4308 IFS=$as_save_IFS
adamc@1149 4309 test -z "$as_dir" && as_dir=.
adamc@1149 4310 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4312 ac_cv_prog_ac_ct_CC="gcc"
adamc@1149 4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4314 break 2
adamc@1149 4315 fi
adamc@1149 4316 done
adamc@1149 4317 done
adamc@1149 4318 IFS=$as_save_IFS
adamc@1149 4319
adamc@1149 4320 fi
adamc@1149 4321 fi
adamc@1149 4322 ac_ct_CC=$ac_cv_prog_ac_ct_CC
adamc@1149 4323 if test -n "$ac_ct_CC"; then
adamc@1149 4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
adamc@1149 4325 $as_echo "$ac_ct_CC" >&6; }
adamc@1149 4326 else
adamc@1149 4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4328 $as_echo "no" >&6; }
adamc@1149 4329 fi
adamc@1149 4330
adamc@1149 4331 if test "x$ac_ct_CC" = x; then
adamc@1149 4332 CC=""
adamc@1149 4333 else
adamc@1149 4334 case $cross_compiling:$ac_tool_warned in
adamc@1149 4335 yes:)
adamc@1149 4336 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1149 4337 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1149 4338 ac_tool_warned=yes ;;
adamc@1149 4339 esac
adamc@1149 4340 CC=$ac_ct_CC
adamc@1149 4341 fi
adamc@1149 4342 else
adamc@1149 4343 CC="$ac_cv_prog_CC"
adamc@1149 4344 fi
adamc@1149 4345
adamc@1149 4346 if test -z "$CC"; then
adamc@1149 4347 if test -n "$ac_tool_prefix"; then
adamc@1149 4348 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
adamc@1149 4349 set dummy ${ac_tool_prefix}cc; ac_word=$2
adamc@1149 4350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4351 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4352 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 4353 $as_echo_n "(cached) " >&6
adamc@1149 4354 else
adamc@1149 4355 if test -n "$CC"; then
adamc@1149 4356 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 4357 else
adamc@1149 4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4359 for as_dir in $PATH
adamc@1149 4360 do
adamc@1149 4361 IFS=$as_save_IFS
adamc@1149 4362 test -z "$as_dir" && as_dir=.
adamc@1149 4363 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4365 ac_cv_prog_CC="${ac_tool_prefix}cc"
adamc@1149 4366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4367 break 2
adamc@1149 4368 fi
adamc@1149 4369 done
adamc@1149 4370 done
adamc@1149 4371 IFS=$as_save_IFS
adamc@1149 4372
adamc@1149 4373 fi
adamc@1149 4374 fi
adamc@1149 4375 CC=$ac_cv_prog_CC
adamc@1149 4376 if test -n "$CC"; then
adamc@1149 4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 4378 $as_echo "$CC" >&6; }
adamc@1149 4379 else
adamc@1149 4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4381 $as_echo "no" >&6; }
adamc@1149 4382 fi
adamc@1149 4383
adamc@1149 4384
adamc@1149 4385 fi
adamc@1149 4386 fi
adamc@1149 4387 if test -z "$CC"; then
adamc@1149 4388 # Extract the first word of "cc", so it can be a program name with args.
adamc@1149 4389 set dummy cc; ac_word=$2
adamc@1149 4390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4391 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4392 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 4393 $as_echo_n "(cached) " >&6
adamc@1149 4394 else
adamc@1149 4395 if test -n "$CC"; then
adamc@1149 4396 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 4397 else
adamc@1149 4398 ac_prog_rejected=no
adamc@1149 4399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4400 for as_dir in $PATH
adamc@1149 4401 do
adamc@1149 4402 IFS=$as_save_IFS
adamc@1149 4403 test -z "$as_dir" && as_dir=.
adamc@1149 4404 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4406 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
adamc@1149 4407 ac_prog_rejected=yes
adamc@1149 4408 continue
adamc@1149 4409 fi
adamc@1149 4410 ac_cv_prog_CC="cc"
adamc@1149 4411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4412 break 2
adamc@1149 4413 fi
adamc@1149 4414 done
adamc@1149 4415 done
adamc@1149 4416 IFS=$as_save_IFS
adamc@1149 4417
adamc@1149 4418 if test $ac_prog_rejected = yes; then
adamc@1149 4419 # We found a bogon in the path, so make sure we never use it.
adamc@1149 4420 set dummy $ac_cv_prog_CC
adamc@1149 4421 shift
adamc@1149 4422 if test $# != 0; then
adamc@1149 4423 # We chose a different compiler from the bogus one.
adamc@1149 4424 # However, it has the same basename, so the bogon will be chosen
adamc@1149 4425 # first if we set CC to just the basename; use the full file name.
adamc@1149 4426 shift
adamc@1149 4427 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
adamc@1149 4428 fi
adamc@1149 4429 fi
adamc@1149 4430 fi
adamc@1149 4431 fi
adamc@1149 4432 CC=$ac_cv_prog_CC
adamc@1149 4433 if test -n "$CC"; then
adamc@1149 4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 4435 $as_echo "$CC" >&6; }
adamc@1149 4436 else
adamc@1149 4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4438 $as_echo "no" >&6; }
adamc@1149 4439 fi
adamc@1149 4440
adamc@1149 4441
adamc@1149 4442 fi
adamc@1149 4443 if test -z "$CC"; then
adamc@1149 4444 if test -n "$ac_tool_prefix"; then
adamc@1149 4445 for ac_prog in cl.exe
adamc@1149 4446 do
adamc@1149 4447 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
adamc@1149 4448 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
adamc@1149 4449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4450 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4451 if test "${ac_cv_prog_CC+set}" = set; then :
adamc@1149 4452 $as_echo_n "(cached) " >&6
adamc@1149 4453 else
adamc@1149 4454 if test -n "$CC"; then
adamc@1149 4455 ac_cv_prog_CC="$CC" # Let the user override the test.
adamc@1149 4456 else
adamc@1149 4457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4458 for as_dir in $PATH
adamc@1149 4459 do
adamc@1149 4460 IFS=$as_save_IFS
adamc@1149 4461 test -z "$as_dir" && as_dir=.
adamc@1149 4462 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4464 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
adamc@1149 4465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4466 break 2
adamc@1149 4467 fi
adamc@1149 4468 done
adamc@1149 4469 done
adamc@1149 4470 IFS=$as_save_IFS
adamc@1149 4471
adamc@1149 4472 fi
adamc@1149 4473 fi
adamc@1149 4474 CC=$ac_cv_prog_CC
adamc@1149 4475 if test -n "$CC"; then
adamc@1149 4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
adamc@1149 4477 $as_echo "$CC" >&6; }
adamc@1149 4478 else
adamc@1149 4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4480 $as_echo "no" >&6; }
adamc@1149 4481 fi
adamc@1149 4482
adamc@1149 4483
adamc@1149 4484 test -n "$CC" && break
adamc@1149 4485 done
adamc@1149 4486 fi
adamc@1149 4487 if test -z "$CC"; then
adamc@1149 4488 ac_ct_CC=$CC
adamc@1149 4489 for ac_prog in cl.exe
adamc@1149 4490 do
adamc@1149 4491 # Extract the first word of "$ac_prog", so it can be a program name with args.
adamc@1149 4492 set dummy $ac_prog; ac_word=$2
adamc@1149 4493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1149 4494 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1149 4495 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
adamc@1149 4496 $as_echo_n "(cached) " >&6
adamc@1149 4497 else
adamc@1149 4498 if test -n "$ac_ct_CC"; then
adamc@1149 4499 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
adamc@1149 4500 else
adamc@1149 4501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1149 4502 for as_dir in $PATH
adamc@1149 4503 do
adamc@1149 4504 IFS=$as_save_IFS
adamc@1149 4505 test -z "$as_dir" && as_dir=.
adamc@1149 4506 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1149 4507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1149 4508 ac_cv_prog_ac_ct_CC="$ac_prog"
adamc@1149 4509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1149 4510 break 2
adamc@1149 4511 fi
adamc@1149 4512 done
adamc@1149 4513 done
adamc@1149 4514 IFS=$as_save_IFS
adamc@1149 4515
adamc@1149 4516 fi
adamc@1149 4517 fi
adamc@1149 4518 ac_ct_CC=$ac_cv_prog_ac_ct_CC
adamc@1149 4519 if test -n "$ac_ct_CC"; then
adamc@1149 4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
adamc@1149 4521 $as_echo "$ac_ct_CC" >&6; }
adamc@1149 4522 else
adamc@1149 4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1149 4524 $as_echo "no" >&6; }
adamc@1149 4525 fi
adamc@1149 4526
adamc@1149 4527
adamc@1149 4528 test -n "$ac_ct_CC" && break
adamc@1149 4529 done
adamc@1149 4530
adamc@1149 4531 if test "x$ac_ct_CC" = x; then
adamc@1149 4532 CC=""
adamc@1149 4533 else
adamc@1149 4534 case $cross_compiling:$ac_tool_warned in
adamc@1149 4535 yes:)
adamc@1149 4536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1149 4537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1149 4538 ac_tool_warned=yes ;;
adamc@1149 4539 esac
adamc@1149 4540 CC=$ac_ct_CC
adamc@1149 4541 fi
adamc@1149 4542 fi
adamc@1149 4543
adamc@1149 4544 fi
adamc@1149 4545
adamc@1149 4546
adamc@1149 4547 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
adamc@1149 4548 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
adam@1315 4549 as_fn_error $? "no acceptable C compiler found in \$PATH
adam@1315 4550 See \`config.log' for more details" "$LINENO" 5 ; }
adamc@1149 4551
adamc@1149 4552 # Provide some information about the compiler.
adamc@1149 4553 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
adamc@1149 4554 set X $ac_compile
adamc@1149 4555 ac_compiler=$2
adamc@1149 4556 for ac_option in --version -v -V -qversion; do
adamc@1149 4557 { { ac_try="$ac_compiler $ac_option >&5"
adamc@1149 4558 case "(($ac_try" in
adamc@1149 4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
adamc@1149 4560 *) ac_try_echo=$ac_try;;
adamc@1149 4561 esac
adamc@1149 4562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
adamc@1149 4563 $as_echo "$ac_try_echo"; } >&5
adamc@1149 4564 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
adamc@1149 4565 ac_status=$?
adamc@1149 4566 if test -s conftest.err; then
adamc@1149 4567 sed '10a\
adamc@1149 4568 ... rest of stderr output deleted ...
adamc@1149 4569 10q' conftest.err >conftest.er1
adamc@1149 4570 cat conftest.er1 >&5
adamc@1149 4571 fi
adamc@1149 4572 rm -f conftest.er1 conftest.err
adamc@1149 4573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1149 4574 test $ac_status = 0; }
adamc@1149 4575 done
adamc@1149 4576
adamc@1149 4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
adamc@1149 4578 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
adamc@1149 4579 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
adamc@1149 4580 $as_echo_n "(cached) " >&6
adamc@1149 4581 else
adamc@1149 4582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 4583 /* end confdefs.h. */
adamc@1149 4584
adamc@1149 4585 int
adamc@1149 4586 main ()
adamc@1149 4587 {
adamc@1149 4588 #ifndef __GNUC__
adamc@1149 4589 choke me
adamc@1149 4590 #endif
adamc@1149 4591
adamc@1149 4592 ;
adamc@1149 4593 return 0;
adamc@1149 4594 }
adamc@1149 4595 _ACEOF
adamc@1149 4596 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 4597 ac_compiler_gnu=yes
adamc@1149 4598 else
adamc@1149 4599 ac_compiler_gnu=no
adamc@1149 4600 fi
adamc@1149 4601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 4602 ac_cv_c_compiler_gnu=$ac_compiler_gnu
adamc@1149 4603
adamc@1149 4604 fi
adamc@1149 4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
adamc@1149 4606 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
adamc@1149 4607 if test $ac_compiler_gnu = yes; then
adamc@1149 4608 GCC=yes
adamc@1149 4609 else
adamc@1149 4610 GCC=
adamc@1149 4611 fi
adamc@1149 4612 ac_test_CFLAGS=${CFLAGS+set}
adamc@1149 4613 ac_save_CFLAGS=$CFLAGS
adamc@1149 4614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
adamc@1149 4615 $as_echo_n "checking whether $CC accepts -g... " >&6; }
adamc@1149 4616 if test "${ac_cv_prog_cc_g+set}" = set; then :
adamc@1149 4617 $as_echo_n "(cached) " >&6
adamc@1149 4618 else
adamc@1149 4619 ac_save_c_werror_flag=$ac_c_werror_flag
adamc@1149 4620 ac_c_werror_flag=yes
adamc@1149 4621 ac_cv_prog_cc_g=no
adamc@1149 4622 CFLAGS="-g"
adamc@1149 4623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 4624 /* end confdefs.h. */
adamc@1149 4625
adamc@1149 4626 int
adamc@1149 4627 main ()
adamc@1149 4628 {
adamc@1149 4629
adamc@1149 4630 ;
adamc@1149 4631 return 0;
adamc@1149 4632 }
adamc@1149 4633 _ACEOF
adamc@1149 4634 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 4635 ac_cv_prog_cc_g=yes
adamc@1149 4636 else
adamc@1149 4637 CFLAGS=""
adamc@1149 4638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 4639 /* end confdefs.h. */
adamc@1149 4640
adamc@1149 4641 int
adamc@1149 4642 main ()
adamc@1149 4643 {
adamc@1149 4644
adamc@1149 4645 ;
adamc@1149 4646 return 0;
adamc@1149 4647 }
adamc@1149 4648 _ACEOF
adamc@1149 4649 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 4650
adamc@1149 4651 else
adamc@1149 4652 ac_c_werror_flag=$ac_save_c_werror_flag
adamc@1149 4653 CFLAGS="-g"
adamc@1149 4654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 4655 /* end confdefs.h. */
adamc@1149 4656
adamc@1149 4657 int
adamc@1149 4658 main ()
adamc@1149 4659 {
adamc@1149 4660
adamc@1149 4661 ;
adamc@1149 4662 return 0;
adamc@1149 4663 }
adamc@1149 4664 _ACEOF
adamc@1149 4665 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 4666 ac_cv_prog_cc_g=yes
adamc@1149 4667 fi
adamc@1149 4668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 4669 fi
adamc@1149 4670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 4671 fi
adamc@1149 4672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
adamc@1149 4673 ac_c_werror_flag=$ac_save_c_werror_flag
adamc@1149 4674 fi
adamc@1149 4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
adamc@1149 4676 $as_echo "$ac_cv_prog_cc_g" >&6; }
adamc@1149 4677 if test "$ac_test_CFLAGS" = set; then
adamc@1149 4678 CFLAGS=$ac_save_CFLAGS
adamc@1149 4679 elif test $ac_cv_prog_cc_g = yes; then
adamc@1149 4680 if test "$GCC" = yes; then
adamc@1149 4681 CFLAGS="-g -O2"
adamc@1149 4682 else
adamc@1149 4683 CFLAGS="-g"
adamc@1149 4684 fi
adamc@1149 4685 else
adamc@1149 4686 if test "$GCC" = yes; then
adamc@1149 4687 CFLAGS="-O2"
adamc@1149 4688 else
adamc@1149 4689 CFLAGS=
adamc@1149 4690 fi
adamc@1149 4691 fi
adamc@1149 4692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
adamc@1149 4693 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
adamc@1149 4694 if test "${ac_cv_prog_cc_c89+set}" = set; then :
adamc@1149 4695 $as_echo_n "(cached) " >&6
adamc@1149 4696 else
adamc@1149 4697 ac_cv_prog_cc_c89=no
adamc@1149 4698 ac_save_CC=$CC
adamc@1149 4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1149 4700 /* end confdefs.h. */
adamc@1149 4701 #include <stdarg.h>
adamc@1149 4702 #include <stdio.h>
adamc@1149 4703 #include <sys/types.h>
adamc@1149 4704 #include <sys/stat.h>
adamc@1149 4705 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
adamc@1149 4706 struct buf { int x; };
adamc@1149 4707 FILE * (*rcsopen) (struct buf *, struct stat *, int);
adamc@1149 4708 static char *e (p, i)
adamc@1149 4709 char **p;
adamc@1149 4710 int i;
adamc@1149 4711 {
adamc@1149 4712 return p[i];
adamc@1149 4713 }
adamc@1149 4714 static char *f (char * (*g) (char **, int), char **p, ...)
adamc@1149 4715 {
adamc@1149 4716 char *s;
adamc@1149 4717 va_list v;
adamc@1149 4718 va_start (v,p);
adamc@1149 4719 s = g (p, va_arg (v,int));
adamc@1149 4720 va_end (v);
adamc@1149 4721 return s;
adamc@1149 4722 }
adamc@1149 4723
adamc@1149 4724 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
adamc@1149 4725 function prototypes and stuff, but not '\xHH' hex character constants.
adamc@1149 4726 These don't provoke an error unfortunately, instead are silently treated
adamc@1149 4727 as 'x'. The following induces an error, until -std is added to get
adamc@1149 4728 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
adamc@1149 4729 array size at least. It's necessary to write '\x00'==0 to get something
adamc@1149 4730 that's true only with -std. */
adamc@1149 4731 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
adamc@1149 4732
adamc@1149 4733 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
adamc@1149 4734 inside strings and character constants. */
adamc@1149 4735 #define FOO(x) 'x'
adamc@1149 4736 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
adamc@1149 4737
adamc@1149 4738 int test (int i, double x);
adamc@1149 4739 struct s1 {int (*f) (int a);};
adamc@1149 4740 struct s2 {int (*f) (double a);};
adamc@1149 4741 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
adamc@1149 4742 int argc;
adamc@1149 4743 char **argv;
adamc@1149 4744 int
adamc@1149 4745 main ()
adamc@1149 4746 {
adamc@1149 4747 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
adamc@1149 4748 ;
adamc@1149 4749 return 0;
adamc@1149 4750 }
adamc@1149 4751 _ACEOF
adamc@1149 4752 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
adamc@1149 4753 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
adamc@1149 4754 do
adamc@1149 4755 CC="$ac_save_CC $ac_arg"
adamc@1149 4756 if ac_fn_c_try_compile "$LINENO"; then :
adamc@1149 4757 ac_cv_prog_cc_c89=$ac_arg
adamc@1149 4758 fi
adamc@1149 4759 rm -f core conftest.err conftest.$ac_objext
adamc@1149 4760 test "x$ac_cv_prog_cc_c89" != "xno" && break
adamc@1149 4761 done
adamc@1149 4762 rm -f conftest.$ac_ext
adamc@1149 4763 CC=$ac_save_CC
adamc@1149 4764
adamc@1149 4765 fi
adamc@1149 4766 # AC_CACHE_VAL
adamc@1149 4767 case "x$ac_cv_prog_cc_c89" in
adamc@1149 4768 x)
adamc@1149 4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
adamc@1149 4770 $as_echo "none needed" >&6; } ;;
adamc@1149 4771 xno)
adamc@1149 4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
adamc@1149 4773 $as_echo "unsupported" >&6; } ;;
adamc@1149 4774 *)
adamc@1149 4775 CC="$CC $ac_cv_prog_cc_c89"
adamc@1149 4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
adamc@1149 4777 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
adamc@1149 4778 esac
adamc@1149 4779 if test "x$ac_cv_prog_cc_c89" != xno; then :
adamc@1149 4780
adamc@1149 4781 fi
adamc@1149 4782
adamc@1149 4783 ac_ext=c
adamc@1149 4784 ac_cpp='$CPP $CPPFLAGS'
adamc@1149 4785 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1149 4786 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1149 4787 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1149 4788
adamc@1132 4789 case `pwd` in
adamc@1132 4790 *\ * | *\ *)
adamc@1132 4791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
adamc@1132 4792 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
adamc@1132 4793 esac
adamc@1132 4794
adamc@1132 4795
adamc@1132 4796
adamc@1132 4797 macro_version='2.2.6b'
adamc@1132 4798 macro_revision='1.3017'
adamc@1132 4799
adamc@1132 4800
adamc@1132 4801
adamc@1132 4802
adamc@1132 4803
adamc@1132 4804
adamc@1132 4805
adamc@1132 4806
adamc@1132 4807
adamc@1132 4808
adamc@1132 4809
adamc@1132 4810
adamc@1132 4811
adamc@1132 4812 ltmain="$ac_aux_dir/ltmain.sh"
adamc@1132 4813
adamc@1132 4814 # Make sure we can run config.sub.
adamc@1132 4815 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
adam@1315 4816 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
adamc@1132 4817
adamc@1132 4818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
adamc@1132 4819 $as_echo_n "checking build system type... " >&6; }
adamc@1132 4820 if test "${ac_cv_build+set}" = set; then :
adamc@1132 4821 $as_echo_n "(cached) " >&6
adamc@1132 4822 else
adamc@1132 4823 ac_build_alias=$build_alias
adamc@1132 4824 test "x$ac_build_alias" = x &&
adamc@1132 4825 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
adamc@1132 4826 test "x$ac_build_alias" = x &&
adam@1315 4827 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
adamc@1132 4828 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
adam@1315 4829 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
adamc@1132 4830
adamc@1132 4831 fi
adamc@1132 4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
adamc@1132 4833 $as_echo "$ac_cv_build" >&6; }
adamc@1132 4834 case $ac_cv_build in
adamc@1132 4835 *-*-*) ;;
adam@1315 4836 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
adamc@1132 4837 esac
adamc@1132 4838 build=$ac_cv_build
adamc@1132 4839 ac_save_IFS=$IFS; IFS='-'
adamc@1132 4840 set x $ac_cv_build
adamc@1132 4841 shift
adamc@1132 4842 build_cpu=$1
adamc@1132 4843 build_vendor=$2
adamc@1132 4844 shift; shift
adamc@1132 4845 # Remember, the first character of IFS is used to create $*,
adamc@1132 4846 # except with old shells:
adamc@1132 4847 build_os=$*
adamc@1132 4848 IFS=$ac_save_IFS
adamc@1132 4849 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
adamc@1132 4850
adamc@1132 4851
adamc@1132 4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
adamc@1132 4853 $as_echo_n "checking host system type... " >&6; }
adamc@1132 4854 if test "${ac_cv_host+set}" = set; then :
adamc@1132 4855 $as_echo_n "(cached) " >&6
adamc@1132 4856 else
adamc@1132 4857 if test "x$host_alias" = x; then
adamc@1132 4858 ac_cv_host=$ac_cv_build
adamc@1132 4859 else
adamc@1132 4860 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
adam@1315 4861 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
adamc@1132 4862 fi
adamc@1132 4863
adamc@1132 4864 fi
adamc@1132 4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
adamc@1132 4866 $as_echo "$ac_cv_host" >&6; }
adamc@1132 4867 case $ac_cv_host in
adamc@1132 4868 *-*-*) ;;
adam@1315 4869 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
adamc@1132 4870 esac
adamc@1132 4871 host=$ac_cv_host
adamc@1132 4872 ac_save_IFS=$IFS; IFS='-'
adamc@1132 4873 set x $ac_cv_host
adamc@1132 4874 shift
adamc@1132 4875 host_cpu=$1
adamc@1132 4876 host_vendor=$2
adamc@1132 4877 shift; shift
adamc@1132 4878 # Remember, the first character of IFS is used to create $*,
adamc@1132 4879 # except with old shells:
adamc@1132 4880 host_os=$*
adamc@1132 4881 IFS=$ac_save_IFS
adamc@1132 4882 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
adamc@1132 4883
adamc@1132 4884
adamc@1132 4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
adamc@1132 4886 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
adamc@1132 4887 if test "${ac_cv_path_SED+set}" = set; then :
adamc@1132 4888 $as_echo_n "(cached) " >&6
adamc@1132 4889 else
adamc@1132 4890 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
adamc@1132 4891 for ac_i in 1 2 3 4 5 6 7; do
adamc@1132 4892 ac_script="$ac_script$as_nl$ac_script"
adamc@1132 4893 done
adamc@1132 4894 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
adamc@1132 4895 { ac_script=; unset ac_script;}
adamc@1132 4896 if test -z "$SED"; then
adamc@1132 4897 ac_path_SED_found=false
adamc@1132 4898 # Loop through the user's path and test for each of PROGNAME-LIST
adamc@1132 4899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 4900 for as_dir in $PATH
adamc@1132 4901 do
adamc@1132 4902 IFS=$as_save_IFS
adamc@1132 4903 test -z "$as_dir" && as_dir=.
adamc@1132 4904 for ac_prog in sed gsed; do
adamc@1132 4905 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 4906 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
adamc@1132 4907 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
adamc@1132 4908 # Check for GNU ac_path_SED and select it if it is found.
adamc@1132 4909 # Check for GNU $ac_path_SED
adamc@1132 4910 case `"$ac_path_SED" --version 2>&1` in
adamc@1132 4911 *GNU*)
adamc@1132 4912 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
adamc@1132 4913 *)
adamc@1132 4914 ac_count=0
adamc@1132 4915 $as_echo_n 0123456789 >"conftest.in"
adamc@1132 4916 while :
adamc@1132 4917 do
adamc@1132 4918 cat "conftest.in" "conftest.in" >"conftest.tmp"
adamc@1132 4919 mv "conftest.tmp" "conftest.in"
adamc@1132 4920 cp "conftest.in" "conftest.nl"
adamc@1132 4921 $as_echo '' >> "conftest.nl"
adamc@1132 4922 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
adamc@1132 4923 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adamc@1132 4924 as_fn_arith $ac_count + 1 && ac_count=$as_val
adamc@1132 4925 if test $ac_count -gt ${ac_path_SED_max-0}; then
adamc@1132 4926 # Best one so far, save it but keep looking for a better one
adamc@1132 4927 ac_cv_path_SED="$ac_path_SED"
adamc@1132 4928 ac_path_SED_max=$ac_count
adamc@1132 4929 fi
adamc@1132 4930 # 10*(2^10) chars as input seems more than enough
adamc@1132 4931 test $ac_count -gt 10 && break
adamc@1132 4932 done
adamc@1132 4933 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
adamc@1132 4934 esac
adamc@1132 4935
adamc@1132 4936 $ac_path_SED_found && break 3
adamc@1132 4937 done
adamc@1132 4938 done
adamc@1132 4939 done
adamc@1132 4940 IFS=$as_save_IFS
adamc@1132 4941 if test -z "$ac_cv_path_SED"; then
adam@1315 4942 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
adamc@1132 4943 fi
adamc@1132 4944 else
adamc@1132 4945 ac_cv_path_SED=$SED
adamc@1132 4946 fi
adamc@1132 4947
adamc@1132 4948 fi
adamc@1132 4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
adamc@1132 4950 $as_echo "$ac_cv_path_SED" >&6; }
adamc@1132 4951 SED="$ac_cv_path_SED"
adamc@1132 4952 rm -f conftest.sed
adamc@1132 4953
adamc@1132 4954 test -z "$SED" && SED=sed
adamc@1132 4955 Xsed="$SED -e 1s/^X//"
adamc@1132 4956
adamc@1132 4957
adamc@1132 4958
adamc@1132 4959
adamc@1132 4960
adamc@1132 4961
adamc@1132 4962
adamc@1132 4963
adamc@1132 4964
adamc@1132 4965
adamc@1132 4966
adamc@1132 4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
adamc@1132 4968 $as_echo_n "checking for fgrep... " >&6; }
adamc@1132 4969 if test "${ac_cv_path_FGREP+set}" = set; then :
adamc@1132 4970 $as_echo_n "(cached) " >&6
adamc@1132 4971 else
adamc@1132 4972 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
adamc@1132 4973 then ac_cv_path_FGREP="$GREP -F"
adamc@1132 4974 else
adamc@1132 4975 if test -z "$FGREP"; then
adamc@1132 4976 ac_path_FGREP_found=false
adamc@1132 4977 # Loop through the user's path and test for each of PROGNAME-LIST
adamc@1132 4978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 4979 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
adamc@1132 4980 do
adamc@1132 4981 IFS=$as_save_IFS
adamc@1132 4982 test -z "$as_dir" && as_dir=.
adamc@1132 4983 for ac_prog in fgrep; do
adamc@1132 4984 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 4985 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
adamc@1132 4986 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
adamc@1132 4987 # Check for GNU ac_path_FGREP and select it if it is found.
adamc@1132 4988 # Check for GNU $ac_path_FGREP
adamc@1132 4989 case `"$ac_path_FGREP" --version 2>&1` in
adamc@1132 4990 *GNU*)
adamc@1132 4991 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
adamc@1132 4992 *)
adamc@1132 4993 ac_count=0
adamc@1132 4994 $as_echo_n 0123456789 >"conftest.in"
adamc@1132 4995 while :
adamc@1132 4996 do
adamc@1132 4997 cat "conftest.in" "conftest.in" >"conftest.tmp"
adamc@1132 4998 mv "conftest.tmp" "conftest.in"
adamc@1132 4999 cp "conftest.in" "conftest.nl"
adamc@1132 5000 $as_echo 'FGREP' >> "conftest.nl"
adamc@1132 5001 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
adamc@1132 5002 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adamc@1132 5003 as_fn_arith $ac_count + 1 && ac_count=$as_val
adamc@1132 5004 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
adamc@1132 5005 # Best one so far, save it but keep looking for a better one
adamc@1132 5006 ac_cv_path_FGREP="$ac_path_FGREP"
adamc@1132 5007 ac_path_FGREP_max=$ac_count
adamc@1132 5008 fi
adamc@1132 5009 # 10*(2^10) chars as input seems more than enough
adamc@1132 5010 test $ac_count -gt 10 && break
adamc@1132 5011 done
adamc@1132 5012 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
adamc@1132 5013 esac
adamc@1132 5014
adamc@1132 5015 $ac_path_FGREP_found && break 3
adamc@1132 5016 done
adamc@1132 5017 done
adamc@1132 5018 done
adamc@1132 5019 IFS=$as_save_IFS
adamc@1132 5020 if test -z "$ac_cv_path_FGREP"; then
adam@1315 5021 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
adamc@1132 5022 fi
adamc@1132 5023 else
adamc@1132 5024 ac_cv_path_FGREP=$FGREP
adamc@1132 5025 fi
adamc@1132 5026
adamc@1132 5027 fi
adamc@1132 5028 fi
adamc@1132 5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
adamc@1132 5030 $as_echo "$ac_cv_path_FGREP" >&6; }
adamc@1132 5031 FGREP="$ac_cv_path_FGREP"
adamc@1132 5032
adamc@1132 5033
adamc@1132 5034 test -z "$GREP" && GREP=grep
adamc@1132 5035
adamc@1132 5036
adamc@1132 5037
adamc@1132 5038
adamc@1132 5039
adamc@1132 5040
adamc@1132 5041
adamc@1132 5042
adamc@1132 5043
adamc@1132 5044
adamc@1132 5045
adamc@1132 5046
adamc@1132 5047
adamc@1132 5048
adamc@1132 5049
adamc@1132 5050
adamc@1132 5051
adamc@1132 5052
adamc@1132 5053
adamc@1132 5054 # Check whether --with-gnu-ld was given.
adamc@1132 5055 if test "${with_gnu_ld+set}" = set; then :
adamc@1132 5056 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
adamc@1132 5057 else
adamc@1132 5058 with_gnu_ld=no
adamc@1132 5059 fi
adamc@1132 5060
adamc@1132 5061 ac_prog=ld
adamc@1132 5062 if test "$GCC" = yes; then
adamc@1132 5063 # Check if gcc -print-prog-name=ld gives a path.
adamc@1132 5064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
adamc@1132 5065 $as_echo_n "checking for ld used by $CC... " >&6; }
adamc@1132 5066 case $host in
adamc@1132 5067 *-*-mingw*)
adamc@1132 5068 # gcc leaves a trailing carriage return which upsets mingw
adamc@1132 5069 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
adamc@1132 5070 *)
adamc@1132 5071 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
adamc@1132 5072 esac
adamc@1132 5073 case $ac_prog in
adamc@1132 5074 # Accept absolute paths.
adamc@1132 5075 [\\/]* | ?:[\\/]*)
adamc@1132 5076 re_direlt='/[^/][^/]*/\.\./'
adamc@1132 5077 # Canonicalize the pathname of ld
adamc@1132 5078 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
adamc@1132 5079 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
adamc@1132 5080 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
adamc@1132 5081 done
adamc@1132 5082 test -z "$LD" && LD="$ac_prog"
adamc@1132 5083 ;;
adamc@1132 5084 "")
adamc@1132 5085 # If it fails, then pretend we aren't using GCC.
adamc@1132 5086 ac_prog=ld
adamc@1132 5087 ;;
adamc@1132 5088 *)
adamc@1132 5089 # If it is relative, then search for the first ld in PATH.
adamc@1132 5090 with_gnu_ld=unknown
adamc@1132 5091 ;;
adamc@1132 5092 esac
adamc@1132 5093 elif test "$with_gnu_ld" = yes; then
adamc@1132 5094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
adamc@1132 5095 $as_echo_n "checking for GNU ld... " >&6; }
adamc@1132 5096 else
adamc@1132 5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
adamc@1132 5098 $as_echo_n "checking for non-GNU ld... " >&6; }
adamc@1132 5099 fi
adamc@1132 5100 if test "${lt_cv_path_LD+set}" = set; then :
adamc@1132 5101 $as_echo_n "(cached) " >&6
adamc@1132 5102 else
adamc@1132 5103 if test -z "$LD"; then
adamc@1132 5104 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
adamc@1132 5105 for ac_dir in $PATH; do
adamc@1132 5106 IFS="$lt_save_ifs"
adamc@1132 5107 test -z "$ac_dir" && ac_dir=.
adamc@1132 5108 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
adamc@1132 5109 lt_cv_path_LD="$ac_dir/$ac_prog"
adamc@1132 5110 # Check to see if the program is GNU ld. I'd rather use --version,
adamc@1132 5111 # but apparently some variants of GNU ld only accept -v.
adamc@1132 5112 # Break only if it was the GNU/non-GNU ld that we prefer.
adamc@1132 5113 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
adamc@1132 5114 *GNU* | *'with BFD'*)
adamc@1132 5115 test "$with_gnu_ld" != no && break
adamc@1132 5116 ;;
adamc@1132 5117 *)
adamc@1132 5118 test "$with_gnu_ld" != yes && break
adamc@1132 5119 ;;
adamc@1132 5120 esac
adamc@1132 5121 fi
adamc@1132 5122 done
adamc@1132 5123 IFS="$lt_save_ifs"
adamc@1132 5124 else
adamc@1132 5125 lt_cv_path_LD="$LD" # Let the user override the test with a path.
adamc@1132 5126 fi
adamc@1132 5127 fi
adamc@1132 5128
adamc@1132 5129 LD="$lt_cv_path_LD"
adamc@1132 5130 if test -n "$LD"; then
adamc@1132 5131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
adamc@1132 5132 $as_echo "$LD" >&6; }
adamc@1132 5133 else
adamc@1132 5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5135 $as_echo "no" >&6; }
adamc@1132 5136 fi
adam@1315 5137 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
adamc@1132 5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
adamc@1132 5139 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
adamc@1132 5140 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
adamc@1132 5141 $as_echo_n "(cached) " >&6
adamc@1132 5142 else
adamc@1132 5143 # I'd rather use --version here, but apparently some GNU lds only accept -v.
adamc@1132 5144 case `$LD -v 2>&1 </dev/null` in
adamc@1132 5145 *GNU* | *'with BFD'*)
adamc@1132 5146 lt_cv_prog_gnu_ld=yes
adamc@1132 5147 ;;
adamc@1132 5148 *)
adamc@1132 5149 lt_cv_prog_gnu_ld=no
adamc@1132 5150 ;;
adamc@1132 5151 esac
adamc@1132 5152 fi
adamc@1132 5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
adamc@1132 5154 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
adamc@1132 5155 with_gnu_ld=$lt_cv_prog_gnu_ld
adamc@1132 5156
adamc@1132 5157
adamc@1132 5158
adamc@1132 5159
adamc@1132 5160
adamc@1132 5161
adamc@1132 5162
adamc@1132 5163
adamc@1132 5164
adamc@1132 5165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
adamc@1132 5166 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
adamc@1132 5167 if test "${lt_cv_path_NM+set}" = set; then :
adamc@1132 5168 $as_echo_n "(cached) " >&6
adamc@1132 5169 else
adamc@1132 5170 if test -n "$NM"; then
adamc@1132 5171 # Let the user override the test.
adamc@1132 5172 lt_cv_path_NM="$NM"
adamc@1132 5173 else
adamc@1132 5174 lt_nm_to_check="${ac_tool_prefix}nm"
adamc@1132 5175 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
adamc@1132 5176 lt_nm_to_check="$lt_nm_to_check nm"
adamc@1132 5177 fi
adamc@1132 5178 for lt_tmp_nm in $lt_nm_to_check; do
adamc@1132 5179 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
adamc@1132 5180 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
adamc@1132 5181 IFS="$lt_save_ifs"
adamc@1132 5182 test -z "$ac_dir" && ac_dir=.
adamc@1132 5183 tmp_nm="$ac_dir/$lt_tmp_nm"
adamc@1132 5184 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
adamc@1132 5185 # Check to see if the nm accepts a BSD-compat flag.
adamc@1132 5186 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
adamc@1132 5187 # nm: unknown option "B" ignored
adamc@1132 5188 # Tru64's nm complains that /dev/null is an invalid object file
adamc@1132 5189 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
adamc@1132 5190 */dev/null* | *'Invalid file or object type'*)
adamc@1132 5191 lt_cv_path_NM="$tmp_nm -B"
adamc@1132 5192 break
adamc@1132 5193 ;;
adamc@1132 5194 *)
adamc@1132 5195 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
adamc@1132 5196 */dev/null*)
adamc@1132 5197 lt_cv_path_NM="$tmp_nm -p"
adamc@1132 5198 break
adamc@1132 5199 ;;
adamc@1132 5200 *)
adamc@1132 5201 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
adamc@1132 5202 continue # so that we can try to find one that supports BSD flags
adamc@1132 5203 ;;
adamc@1132 5204 esac
adamc@1132 5205 ;;
adamc@1132 5206 esac
adamc@1132 5207 fi
adamc@1132 5208 done
adamc@1132 5209 IFS="$lt_save_ifs"
adamc@1132 5210 done
adamc@1132 5211 : ${lt_cv_path_NM=no}
adamc@1132 5212 fi
adamc@1132 5213 fi
adamc@1132 5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
adamc@1132 5215 $as_echo "$lt_cv_path_NM" >&6; }
adamc@1132 5216 if test "$lt_cv_path_NM" != "no"; then
adamc@1132 5217 NM="$lt_cv_path_NM"
adamc@1132 5218 else
adamc@1132 5219 # Didn't find any BSD compatible name lister, look for dumpbin.
adamc@1132 5220 if test -n "$ac_tool_prefix"; then
adamc@1132 5221 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
adamc@1132 5222 do
adamc@1132 5223 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
adamc@1132 5224 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
adamc@1132 5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5226 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5227 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
adamc@1132 5228 $as_echo_n "(cached) " >&6
adamc@1132 5229 else
adamc@1132 5230 if test -n "$DUMPBIN"; then
adamc@1132 5231 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
adamc@1132 5232 else
adamc@1132 5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5234 for as_dir in $PATH
adamc@1132 5235 do
adamc@1132 5236 IFS=$as_save_IFS
adamc@1132 5237 test -z "$as_dir" && as_dir=.
adamc@1132 5238 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5240 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
adamc@1132 5241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5242 break 2
adamc@1132 5243 fi
adamc@1132 5244 done
adamc@1132 5245 done
adamc@1132 5246 IFS=$as_save_IFS
adamc@1132 5247
adamc@1132 5248 fi
adamc@1132 5249 fi
adamc@1132 5250 DUMPBIN=$ac_cv_prog_DUMPBIN
adamc@1132 5251 if test -n "$DUMPBIN"; then
adamc@1132 5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
adamc@1132 5253 $as_echo "$DUMPBIN" >&6; }
adamc@1132 5254 else
adamc@1132 5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5256 $as_echo "no" >&6; }
adamc@1132 5257 fi
adamc@1132 5258
adamc@1132 5259
adamc@1132 5260 test -n "$DUMPBIN" && break
adamc@1132 5261 done
adamc@1132 5262 fi
adamc@1132 5263 if test -z "$DUMPBIN"; then
adamc@1132 5264 ac_ct_DUMPBIN=$DUMPBIN
adamc@1132 5265 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
adamc@1132 5266 do
adamc@1132 5267 # Extract the first word of "$ac_prog", so it can be a program name with args.
adamc@1132 5268 set dummy $ac_prog; ac_word=$2
adamc@1132 5269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5270 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5271 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
adamc@1132 5272 $as_echo_n "(cached) " >&6
adamc@1132 5273 else
adamc@1132 5274 if test -n "$ac_ct_DUMPBIN"; then
adamc@1132 5275 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
adamc@1132 5276 else
adamc@1132 5277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5278 for as_dir in $PATH
adamc@1132 5279 do
adamc@1132 5280 IFS=$as_save_IFS
adamc@1132 5281 test -z "$as_dir" && as_dir=.
adamc@1132 5282 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5284 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
adamc@1132 5285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5286 break 2
adamc@1132 5287 fi
adamc@1132 5288 done
adamc@1132 5289 done
adamc@1132 5290 IFS=$as_save_IFS
adamc@1132 5291
adamc@1132 5292 fi
adamc@1132 5293 fi
adamc@1132 5294 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
adamc@1132 5295 if test -n "$ac_ct_DUMPBIN"; then
adamc@1132 5296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
adamc@1132 5297 $as_echo "$ac_ct_DUMPBIN" >&6; }
adamc@1132 5298 else
adamc@1132 5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5300 $as_echo "no" >&6; }
adamc@1132 5301 fi
adamc@1132 5302
adamc@1132 5303
adamc@1132 5304 test -n "$ac_ct_DUMPBIN" && break
adamc@1132 5305 done
adamc@1132 5306
adamc@1132 5307 if test "x$ac_ct_DUMPBIN" = x; then
adamc@1132 5308 DUMPBIN=":"
adamc@1132 5309 else
adamc@1132 5310 case $cross_compiling:$ac_tool_warned in
adamc@1132 5311 yes:)
adamc@1132 5312 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 5313 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 5314 ac_tool_warned=yes ;;
adamc@1132 5315 esac
adamc@1132 5316 DUMPBIN=$ac_ct_DUMPBIN
adamc@1132 5317 fi
adamc@1132 5318 fi
adamc@1132 5319
adamc@1132 5320
adamc@1132 5321 if test "$DUMPBIN" != ":"; then
adamc@1132 5322 NM="$DUMPBIN"
adamc@1132 5323 fi
adamc@1132 5324 fi
adamc@1132 5325 test -z "$NM" && NM=nm
adamc@1132 5326
adamc@1132 5327
adamc@1132 5328
adamc@1132 5329
adamc@1132 5330
adamc@1132 5331
adamc@1132 5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
adamc@1132 5333 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
adamc@1132 5334 if test "${lt_cv_nm_interface+set}" = set; then :
adamc@1132 5335 $as_echo_n "(cached) " >&6
adamc@1132 5336 else
adamc@1132 5337 lt_cv_nm_interface="BSD nm"
adamc@1132 5338 echo "int some_variable = 0;" > conftest.$ac_ext
adam@1441 5339 (eval echo "\"\$as_me:5339: $ac_compile\"" >&5)
adamc@1132 5340 (eval "$ac_compile" 2>conftest.err)
adamc@1132 5341 cat conftest.err >&5
adam@1441 5342 (eval echo "\"\$as_me:5342: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
adamc@1132 5343 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
adamc@1132 5344 cat conftest.err >&5
adam@1441 5345 (eval echo "\"\$as_me:5345: output\"" >&5)
adamc@1132 5346 cat conftest.out >&5
adamc@1132 5347 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
adamc@1132 5348 lt_cv_nm_interface="MS dumpbin"
adamc@1132 5349 fi
adamc@1132 5350 rm -f conftest*
adamc@1132 5351 fi
adamc@1132 5352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
adamc@1132 5353 $as_echo "$lt_cv_nm_interface" >&6; }
adamc@1132 5354
adamc@1132 5355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
adamc@1132 5356 $as_echo_n "checking whether ln -s works... " >&6; }
adamc@1132 5357 LN_S=$as_ln_s
adamc@1132 5358 if test "$LN_S" = "ln -s"; then
adamc@1132 5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1132 5360 $as_echo "yes" >&6; }
adamc@1132 5361 else
adamc@1132 5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
adamc@1132 5363 $as_echo "no, using $LN_S" >&6; }
adamc@1132 5364 fi
adamc@1132 5365
adamc@1132 5366 # find the maximum length of command line arguments
adamc@1132 5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
adamc@1132 5368 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
adamc@1132 5369 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
adamc@1132 5370 $as_echo_n "(cached) " >&6
adamc@1132 5371 else
adamc@1132 5372 i=0
adamc@1132 5373 teststring="ABCD"
adamc@1132 5374
adamc@1132 5375 case $build_os in
adamc@1132 5376 msdosdjgpp*)
adamc@1132 5377 # On DJGPP, this test can blow up pretty badly due to problems in libc
adamc@1132 5378 # (any single argument exceeding 2000 bytes causes a buffer overrun
adamc@1132 5379 # during glob expansion). Even if it were fixed, the result of this
adamc@1132 5380 # check would be larger than it should be.
adamc@1132 5381 lt_cv_sys_max_cmd_len=12288; # 12K is about right
adamc@1132 5382 ;;
adamc@1132 5383
adamc@1132 5384 gnu*)
adamc@1132 5385 # Under GNU Hurd, this test is not required because there is
adamc@1132 5386 # no limit to the length of command line arguments.
adamc@1132 5387 # Libtool will interpret -1 as no limit whatsoever
adamc@1132 5388 lt_cv_sys_max_cmd_len=-1;
adamc@1132 5389 ;;
adamc@1132 5390
adamc@1132 5391 cygwin* | mingw* | cegcc*)
adamc@1132 5392 # On Win9x/ME, this test blows up -- it succeeds, but takes
adamc@1132 5393 # about 5 minutes as the teststring grows exponentially.
adamc@1132 5394 # Worse, since 9x/ME are not pre-emptively multitasking,
adamc@1132 5395 # you end up with a "frozen" computer, even though with patience
adamc@1132 5396 # the test eventually succeeds (with a max line length of 256k).
adamc@1132 5397 # Instead, let's just punt: use the minimum linelength reported by
adamc@1132 5398 # all of the supported platforms: 8192 (on NT/2K/XP).
adamc@1132 5399 lt_cv_sys_max_cmd_len=8192;
adamc@1132 5400 ;;
adamc@1132 5401
adamc@1132 5402 amigaos*)
adamc@1132 5403 # On AmigaOS with pdksh, this test takes hours, literally.
adamc@1132 5404 # So we just punt and use a minimum line length of 8192.
adamc@1132 5405 lt_cv_sys_max_cmd_len=8192;
adamc@1132 5406 ;;
adamc@1132 5407
adamc@1132 5408 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
adamc@1132 5409 # This has been around since 386BSD, at least. Likely further.
adamc@1132 5410 if test -x /sbin/sysctl; then
adamc@1132 5411 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
adamc@1132 5412 elif test -x /usr/sbin/sysctl; then
adamc@1132 5413 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
adamc@1132 5414 else
adamc@1132 5415 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
adamc@1132 5416 fi
adamc@1132 5417 # And add a safety zone
adamc@1132 5418 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
adamc@1132 5419 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
adamc@1132 5420 ;;
adamc@1132 5421
adamc@1132 5422 interix*)
adamc@1132 5423 # We know the value 262144 and hardcode it with a safety zone (like BSD)
adamc@1132 5424 lt_cv_sys_max_cmd_len=196608
adamc@1132 5425 ;;
adamc@1132 5426
adamc@1132 5427 osf*)
adamc@1132 5428 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
adamc@1132 5429 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
adamc@1132 5430 # nice to cause kernel panics so lets avoid the loop below.
adamc@1132 5431 # First set a reasonable default.
adamc@1132 5432 lt_cv_sys_max_cmd_len=16384
adamc@1132 5433 #
adamc@1132 5434 if test -x /sbin/sysconfig; then
adamc@1132 5435 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
adamc@1132 5436 *1*) lt_cv_sys_max_cmd_len=-1 ;;
adamc@1132 5437 esac
adamc@1132 5438 fi
adamc@1132 5439 ;;
adamc@1132 5440 sco3.2v5*)
adamc@1132 5441 lt_cv_sys_max_cmd_len=102400
adamc@1132 5442 ;;
adamc@1132 5443 sysv5* | sco5v6* | sysv4.2uw2*)
adamc@1132 5444 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
adamc@1132 5445 if test -n "$kargmax"; then
adamc@1132 5446 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
adamc@1132 5447 else
adamc@1132 5448 lt_cv_sys_max_cmd_len=32768
adamc@1132 5449 fi
adamc@1132 5450 ;;
adamc@1132 5451 *)
adamc@1132 5452 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
adamc@1132 5453 if test -n "$lt_cv_sys_max_cmd_len"; then
adamc@1132 5454 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
adamc@1132 5455 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
adamc@1132 5456 else
adamc@1132 5457 # Make teststring a little bigger before we do anything with it.
adamc@1132 5458 # a 1K string should be a reasonable start.
adamc@1132 5459 for i in 1 2 3 4 5 6 7 8 ; do
adamc@1132 5460 teststring=$teststring$teststring
adamc@1132 5461 done
adamc@1132 5462 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
adamc@1132 5463 # If test is not a shell built-in, we'll probably end up computing a
adamc@1132 5464 # maximum length that is only half of the actual maximum length, but
adamc@1132 5465 # we can't tell.
adamc@1132 5466 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
adamc@1132 5467 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
adamc@1132 5468 test $i != 17 # 1/2 MB should be enough
adamc@1132 5469 do
adamc@1132 5470 i=`expr $i + 1`
adamc@1132 5471 teststring=$teststring$teststring
adamc@1132 5472 done
adamc@1132 5473 # Only check the string length outside the loop.
adamc@1132 5474 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
adamc@1132 5475 teststring=
adamc@1132 5476 # Add a significant safety factor because C++ compilers can tack on
adamc@1132 5477 # massive amounts of additional arguments before passing them to the
adamc@1132 5478 # linker. It appears as though 1/2 is a usable value.
adamc@1132 5479 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
adamc@1132 5480 fi
adamc@1132 5481 ;;
adamc@1132 5482 esac
adamc@1132 5483
adamc@1132 5484 fi
adamc@1132 5485
adamc@1132 5486 if test -n $lt_cv_sys_max_cmd_len ; then
adamc@1132 5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
adamc@1132 5488 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
adamc@1132 5489 else
adamc@1132 5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
adamc@1132 5491 $as_echo "none" >&6; }
adamc@1132 5492 fi
adamc@1132 5493 max_cmd_len=$lt_cv_sys_max_cmd_len
adamc@1132 5494
adamc@1132 5495
adamc@1132 5496
adamc@1132 5497
adamc@1132 5498
adamc@1132 5499
adamc@1132 5500 : ${CP="cp -f"}
adamc@1132 5501 : ${MV="mv -f"}
adamc@1132 5502 : ${RM="rm -f"}
adamc@1132 5503
adamc@1132 5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
adamc@1132 5505 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
adamc@1132 5506 # Try some XSI features
adamc@1132 5507 xsi_shell=no
adamc@1132 5508 ( _lt_dummy="a/b/c"
adamc@1132 5509 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
adamc@1132 5510 = c,a/b,, \
adamc@1132 5511 && eval 'test $(( 1 + 1 )) -eq 2 \
adamc@1132 5512 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
adamc@1132 5513 && xsi_shell=yes
adamc@1132 5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
adamc@1132 5515 $as_echo "$xsi_shell" >&6; }
adamc@1132 5516
adamc@1132 5517
adamc@1132 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
adamc@1132 5519 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
adamc@1132 5520 lt_shell_append=no
adamc@1132 5521 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
adamc@1132 5522 >/dev/null 2>&1 \
adamc@1132 5523 && lt_shell_append=yes
adamc@1132 5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
adamc@1132 5525 $as_echo "$lt_shell_append" >&6; }
adamc@1132 5526
adamc@1132 5527
adamc@1132 5528 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
adamc@1132 5529 lt_unset=unset
adamc@1132 5530 else
adamc@1132 5531 lt_unset=false
adamc@1132 5532 fi
adamc@1132 5533
adamc@1132 5534
adamc@1132 5535
adamc@1132 5536
adamc@1132 5537
adamc@1132 5538 # test EBCDIC or ASCII
adamc@1132 5539 case `echo X|tr X '\101'` in
adamc@1132 5540 A) # ASCII based system
adamc@1132 5541 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
adamc@1132 5542 lt_SP2NL='tr \040 \012'
adamc@1132 5543 lt_NL2SP='tr \015\012 \040\040'
adamc@1132 5544 ;;
adamc@1132 5545 *) # EBCDIC based system
adamc@1132 5546 lt_SP2NL='tr \100 \n'
adamc@1132 5547 lt_NL2SP='tr \r\n \100\100'
adamc@1132 5548 ;;
adamc@1132 5549 esac
adamc@1132 5550
adamc@1132 5551
adamc@1132 5552
adamc@1132 5553
adamc@1132 5554
adamc@1132 5555
adamc@1132 5556
adamc@1132 5557
adamc@1132 5558
adamc@1132 5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
adamc@1132 5560 $as_echo_n "checking for $LD option to reload object files... " >&6; }
adamc@1132 5561 if test "${lt_cv_ld_reload_flag+set}" = set; then :
adamc@1132 5562 $as_echo_n "(cached) " >&6
adamc@1132 5563 else
adamc@1132 5564 lt_cv_ld_reload_flag='-r'
adamc@1132 5565 fi
adamc@1132 5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
adamc@1132 5567 $as_echo "$lt_cv_ld_reload_flag" >&6; }
adamc@1132 5568 reload_flag=$lt_cv_ld_reload_flag
adamc@1132 5569 case $reload_flag in
adamc@1132 5570 "" | " "*) ;;
adamc@1132 5571 *) reload_flag=" $reload_flag" ;;
adamc@1132 5572 esac
adamc@1132 5573 reload_cmds='$LD$reload_flag -o $output$reload_objs'
adamc@1132 5574 case $host_os in
adamc@1132 5575 darwin*)
adamc@1132 5576 if test "$GCC" = yes; then
adamc@1132 5577 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
adamc@1132 5578 else
adamc@1132 5579 reload_cmds='$LD$reload_flag -o $output$reload_objs'
adamc@1132 5580 fi
adamc@1132 5581 ;;
adamc@1132 5582 esac
adamc@1132 5583
adamc@1132 5584
adamc@1132 5585
adamc@1132 5586
adamc@1132 5587
adamc@1132 5588
adamc@1132 5589
adamc@1132 5590
adamc@1132 5591
adamc@1132 5592 if test -n "$ac_tool_prefix"; then
adamc@1132 5593 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
adamc@1132 5594 set dummy ${ac_tool_prefix}objdump; ac_word=$2
adamc@1132 5595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5596 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5597 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
adamc@1132 5598 $as_echo_n "(cached) " >&6
adamc@1132 5599 else
adamc@1132 5600 if test -n "$OBJDUMP"; then
adamc@1132 5601 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
adamc@1132 5602 else
adamc@1132 5603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5604 for as_dir in $PATH
adamc@1132 5605 do
adamc@1132 5606 IFS=$as_save_IFS
adamc@1132 5607 test -z "$as_dir" && as_dir=.
adamc@1132 5608 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5610 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
adamc@1132 5611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5612 break 2
adamc@1132 5613 fi
adamc@1132 5614 done
adamc@1132 5615 done
adamc@1132 5616 IFS=$as_save_IFS
adamc@1132 5617
adamc@1132 5618 fi
adamc@1132 5619 fi
adamc@1132 5620 OBJDUMP=$ac_cv_prog_OBJDUMP
adamc@1132 5621 if test -n "$OBJDUMP"; then
adamc@1132 5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
adamc@1132 5623 $as_echo "$OBJDUMP" >&6; }
adamc@1132 5624 else
adamc@1132 5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5626 $as_echo "no" >&6; }
adamc@1132 5627 fi
adamc@1132 5628
adamc@1132 5629
adamc@1132 5630 fi
adamc@1132 5631 if test -z "$ac_cv_prog_OBJDUMP"; then
adamc@1132 5632 ac_ct_OBJDUMP=$OBJDUMP
adamc@1132 5633 # Extract the first word of "objdump", so it can be a program name with args.
adamc@1132 5634 set dummy objdump; ac_word=$2
adamc@1132 5635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5636 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5637 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
adamc@1132 5638 $as_echo_n "(cached) " >&6
adamc@1132 5639 else
adamc@1132 5640 if test -n "$ac_ct_OBJDUMP"; then
adamc@1132 5641 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
adamc@1132 5642 else
adamc@1132 5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5644 for as_dir in $PATH
adamc@1132 5645 do
adamc@1132 5646 IFS=$as_save_IFS
adamc@1132 5647 test -z "$as_dir" && as_dir=.
adamc@1132 5648 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5650 ac_cv_prog_ac_ct_OBJDUMP="objdump"
adamc@1132 5651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5652 break 2
adamc@1132 5653 fi
adamc@1132 5654 done
adamc@1132 5655 done
adamc@1132 5656 IFS=$as_save_IFS
adamc@1132 5657
adamc@1132 5658 fi
adamc@1132 5659 fi
adamc@1132 5660 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
adamc@1132 5661 if test -n "$ac_ct_OBJDUMP"; then
adamc@1132 5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
adamc@1132 5663 $as_echo "$ac_ct_OBJDUMP" >&6; }
adamc@1132 5664 else
adamc@1132 5665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5666 $as_echo "no" >&6; }
adamc@1132 5667 fi
adamc@1132 5668
adamc@1132 5669 if test "x$ac_ct_OBJDUMP" = x; then
adamc@1132 5670 OBJDUMP="false"
adamc@1132 5671 else
adamc@1132 5672 case $cross_compiling:$ac_tool_warned in
adamc@1132 5673 yes:)
adamc@1132 5674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 5675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 5676 ac_tool_warned=yes ;;
adamc@1132 5677 esac
adamc@1132 5678 OBJDUMP=$ac_ct_OBJDUMP
adamc@1132 5679 fi
adamc@1132 5680 else
adamc@1132 5681 OBJDUMP="$ac_cv_prog_OBJDUMP"
adamc@1132 5682 fi
adamc@1132 5683
adamc@1132 5684 test -z "$OBJDUMP" && OBJDUMP=objdump
adamc@1132 5685
adamc@1132 5686
adamc@1132 5687
adamc@1132 5688
adamc@1132 5689
adamc@1132 5690
adamc@1132 5691
adamc@1132 5692
adamc@1132 5693
adamc@1132 5694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
adamc@1132 5695 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
adamc@1132 5696 if test "${lt_cv_deplibs_check_method+set}" = set; then :
adamc@1132 5697 $as_echo_n "(cached) " >&6
adamc@1132 5698 else
adamc@1132 5699 lt_cv_file_magic_cmd='$MAGIC_CMD'
adamc@1132 5700 lt_cv_file_magic_test_file=
adamc@1132 5701 lt_cv_deplibs_check_method='unknown'
adamc@1132 5702 # Need to set the preceding variable on all platforms that support
adamc@1132 5703 # interlibrary dependencies.
adamc@1132 5704 # 'none' -- dependencies not supported.
adamc@1132 5705 # `unknown' -- same as none, but documents that we really don't know.
adamc@1132 5706 # 'pass_all' -- all dependencies passed with no checks.
adamc@1132 5707 # 'test_compile' -- check by making test program.
adamc@1132 5708 # 'file_magic [[regex]]' -- check by looking for files in library path
adamc@1132 5709 # which responds to the $file_magic_cmd with a given extended regex.
adamc@1132 5710 # If you have `file' or equivalent on your system and you're not sure
adamc@1132 5711 # whether `pass_all' will *always* work, you probably want this one.
adamc@1132 5712
adamc@1132 5713 case $host_os in
adamc@1132 5714 aix[4-9]*)
adamc@1132 5715 lt_cv_deplibs_check_method=pass_all
adamc@1132 5716 ;;
adamc@1132 5717
adamc@1132 5718 beos*)
adamc@1132 5719 lt_cv_deplibs_check_method=pass_all
adamc@1132 5720 ;;
adamc@1132 5721
adamc@1132 5722 bsdi[45]*)
adamc@1132 5723 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
adamc@1132 5724 lt_cv_file_magic_cmd='/usr/bin/file -L'
adamc@1132 5725 lt_cv_file_magic_test_file=/shlib/libc.so
adamc@1132 5726 ;;
adamc@1132 5727
adamc@1132 5728 cygwin*)
adamc@1132 5729 # func_win32_libid is a shell function defined in ltmain.sh
adamc@1132 5730 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
adamc@1132 5731 lt_cv_file_magic_cmd='func_win32_libid'
adamc@1132 5732 ;;
adamc@1132 5733
adamc@1132 5734 mingw* | pw32*)
adamc@1132 5735 # Base MSYS/MinGW do not provide the 'file' command needed by
adamc@1132 5736 # func_win32_libid shell function, so use a weaker test based on 'objdump',
adamc@1132 5737 # unless we find 'file', for example because we are cross-compiling.
adamc@1132 5738 if ( file / ) >/dev/null 2>&1; then
adamc@1132 5739 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
adamc@1132 5740 lt_cv_file_magic_cmd='func_win32_libid'
adamc@1132 5741 else
adamc@1132 5742 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
adamc@1132 5743 lt_cv_file_magic_cmd='$OBJDUMP -f'
adamc@1132 5744 fi
adamc@1132 5745 ;;
adamc@1132 5746
adamc@1132 5747 cegcc)
adamc@1132 5748 # use the weaker test based on 'objdump'. See mingw*.
adamc@1132 5749 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
adamc@1132 5750 lt_cv_file_magic_cmd='$OBJDUMP -f'
adamc@1132 5751 ;;
adamc@1132 5752
adamc@1132 5753 darwin* | rhapsody*)
adamc@1132 5754 lt_cv_deplibs_check_method=pass_all
adamc@1132 5755 ;;
adamc@1132 5756
adamc@1132 5757 freebsd* | dragonfly*)
adamc@1132 5758 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
adamc@1132 5759 case $host_cpu in
adamc@1132 5760 i*86 )
adamc@1132 5761 # Not sure whether the presence of OpenBSD here was a mistake.
adamc@1132 5762 # Let's accept both of them until this is cleared up.
adamc@1132 5763 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
adamc@1132 5764 lt_cv_file_magic_cmd=/usr/bin/file
adamc@1132 5765 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
adamc@1132 5766 ;;
adamc@1132 5767 esac
adamc@1132 5768 else
adamc@1132 5769 lt_cv_deplibs_check_method=pass_all
adamc@1132 5770 fi
adamc@1132 5771 ;;
adamc@1132 5772
adamc@1132 5773 gnu*)
adamc@1132 5774 lt_cv_deplibs_check_method=pass_all
adamc@1132 5775 ;;
adamc@1132 5776
adamc@1132 5777 hpux10.20* | hpux11*)
adamc@1132 5778 lt_cv_file_magic_cmd=/usr/bin/file
adamc@1132 5779 case $host_cpu in
adamc@1132 5780 ia64*)
adamc@1132 5781 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
adamc@1132 5782 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
adamc@1132 5783 ;;
adamc@1132 5784 hppa*64*)
adamc@1132 5785 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
adamc@1132 5786 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
adamc@1132 5787 ;;
adamc@1132 5788 *)
adamc@1132 5789 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
adamc@1132 5790 lt_cv_file_magic_test_file=/usr/lib/libc.sl
adamc@1132 5791 ;;
adamc@1132 5792 esac
adamc@1132 5793 ;;
adamc@1132 5794
adamc@1132 5795 interix[3-9]*)
adamc@1132 5796 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
adamc@1132 5797 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
adamc@1132 5798 ;;
adamc@1132 5799
adamc@1132 5800 irix5* | irix6* | nonstopux*)
adamc@1132 5801 case $LD in
adamc@1132 5802 *-32|*"-32 ") libmagic=32-bit;;
adamc@1132 5803 *-n32|*"-n32 ") libmagic=N32;;
adamc@1132 5804 *-64|*"-64 ") libmagic=64-bit;;
adamc@1132 5805 *) libmagic=never-match;;
adamc@1132 5806 esac
adamc@1132 5807 lt_cv_deplibs_check_method=pass_all
adamc@1132 5808 ;;
adamc@1132 5809
adamc@1132 5810 # This must be Linux ELF.
adamc@1132 5811 linux* | k*bsd*-gnu | kopensolaris*-gnu)
adamc@1132 5812 lt_cv_deplibs_check_method=pass_all
adamc@1132 5813 ;;
adamc@1132 5814
adamc@1132 5815 netbsd* | netbsdelf*-gnu)
adamc@1132 5816 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
adamc@1132 5817 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
adamc@1132 5818 else
adamc@1132 5819 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
adamc@1132 5820 fi
adamc@1132 5821 ;;
adamc@1132 5822
adamc@1132 5823 newos6*)
adamc@1132 5824 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
adamc@1132 5825 lt_cv_file_magic_cmd=/usr/bin/file
adamc@1132 5826 lt_cv_file_magic_test_file=/usr/lib/libnls.so
adamc@1132 5827 ;;
adamc@1132 5828
adamc@1132 5829 *nto* | *qnx*)
adamc@1132 5830 lt_cv_deplibs_check_method=pass_all
adamc@1132 5831 ;;
adamc@1132 5832
adamc@1132 5833 openbsd*)
adamc@1132 5834 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
adamc@1132 5835 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
adamc@1132 5836 else
adamc@1132 5837 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
adamc@1132 5838 fi
adamc@1132 5839 ;;
adamc@1132 5840
adamc@1132 5841 osf3* | osf4* | osf5*)
adamc@1132 5842 lt_cv_deplibs_check_method=pass_all
adamc@1132 5843 ;;
adamc@1132 5844
adamc@1132 5845 rdos*)
adamc@1132 5846 lt_cv_deplibs_check_method=pass_all
adamc@1132 5847 ;;
adamc@1132 5848
adamc@1132 5849 solaris*)
adamc@1132 5850 lt_cv_deplibs_check_method=pass_all
adamc@1132 5851 ;;
adamc@1132 5852
adamc@1132 5853 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
adamc@1132 5854 lt_cv_deplibs_check_method=pass_all
adamc@1132 5855 ;;
adamc@1132 5856
adamc@1132 5857 sysv4 | sysv4.3*)
adamc@1132 5858 case $host_vendor in
adamc@1132 5859 motorola)
adamc@1132 5860 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]'
adamc@1132 5861 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
adamc@1132 5862 ;;
adamc@1132 5863 ncr)
adamc@1132 5864 lt_cv_deplibs_check_method=pass_all
adamc@1132 5865 ;;
adamc@1132 5866 sequent)
adamc@1132 5867 lt_cv_file_magic_cmd='/bin/file'
adamc@1132 5868 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
adamc@1132 5869 ;;
adamc@1132 5870 sni)
adamc@1132 5871 lt_cv_file_magic_cmd='/bin/file'
adamc@1132 5872 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
adamc@1132 5873 lt_cv_file_magic_test_file=/lib/libc.so
adamc@1132 5874 ;;
adamc@1132 5875 siemens)
adamc@1132 5876 lt_cv_deplibs_check_method=pass_all
adamc@1132 5877 ;;
adamc@1132 5878 pc)
adamc@1132 5879 lt_cv_deplibs_check_method=pass_all
adamc@1132 5880 ;;
adamc@1132 5881 esac
adamc@1132 5882 ;;
adamc@1132 5883
adamc@1132 5884 tpf*)
adamc@1132 5885 lt_cv_deplibs_check_method=pass_all
adamc@1132 5886 ;;
adamc@1132 5887 esac
adamc@1132 5888
adamc@1132 5889 fi
adamc@1132 5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
adamc@1132 5891 $as_echo "$lt_cv_deplibs_check_method" >&6; }
adamc@1132 5892 file_magic_cmd=$lt_cv_file_magic_cmd
adamc@1132 5893 deplibs_check_method=$lt_cv_deplibs_check_method
adamc@1132 5894 test -z "$deplibs_check_method" && deplibs_check_method=unknown
adamc@1132 5895
adamc@1132 5896
adamc@1132 5897
adamc@1132 5898
adamc@1132 5899
adamc@1132 5900
adamc@1132 5901
adamc@1132 5902
adamc@1132 5903
adamc@1132 5904
adamc@1132 5905
adamc@1132 5906
adamc@1132 5907 if test -n "$ac_tool_prefix"; then
adamc@1132 5908 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
adamc@1132 5909 set dummy ${ac_tool_prefix}ar; ac_word=$2
adamc@1132 5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5911 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5912 if test "${ac_cv_prog_AR+set}" = set; then :
adamc@1132 5913 $as_echo_n "(cached) " >&6
adamc@1132 5914 else
adamc@1132 5915 if test -n "$AR"; then
adamc@1132 5916 ac_cv_prog_AR="$AR" # Let the user override the test.
adamc@1132 5917 else
adamc@1132 5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5919 for as_dir in $PATH
adamc@1132 5920 do
adamc@1132 5921 IFS=$as_save_IFS
adamc@1132 5922 test -z "$as_dir" && as_dir=.
adamc@1132 5923 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5925 ac_cv_prog_AR="${ac_tool_prefix}ar"
adamc@1132 5926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5927 break 2
adamc@1132 5928 fi
adamc@1132 5929 done
adamc@1132 5930 done
adamc@1132 5931 IFS=$as_save_IFS
adamc@1132 5932
adamc@1132 5933 fi
adamc@1132 5934 fi
adamc@1132 5935 AR=$ac_cv_prog_AR
adamc@1132 5936 if test -n "$AR"; then
adamc@1132 5937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
adamc@1132 5938 $as_echo "$AR" >&6; }
adamc@1132 5939 else
adamc@1132 5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5941 $as_echo "no" >&6; }
adamc@1132 5942 fi
adamc@1132 5943
adamc@1132 5944
adamc@1132 5945 fi
adamc@1132 5946 if test -z "$ac_cv_prog_AR"; then
adamc@1132 5947 ac_ct_AR=$AR
adamc@1132 5948 # Extract the first word of "ar", so it can be a program name with args.
adamc@1132 5949 set dummy ar; ac_word=$2
adamc@1132 5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 5951 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 5952 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
adamc@1132 5953 $as_echo_n "(cached) " >&6
adamc@1132 5954 else
adamc@1132 5955 if test -n "$ac_ct_AR"; then
adamc@1132 5956 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
adamc@1132 5957 else
adamc@1132 5958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 5959 for as_dir in $PATH
adamc@1132 5960 do
adamc@1132 5961 IFS=$as_save_IFS
adamc@1132 5962 test -z "$as_dir" && as_dir=.
adamc@1132 5963 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 5964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 5965 ac_cv_prog_ac_ct_AR="ar"
adamc@1132 5966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 5967 break 2
adamc@1132 5968 fi
adamc@1132 5969 done
adamc@1132 5970 done
adamc@1132 5971 IFS=$as_save_IFS
adamc@1132 5972
adamc@1132 5973 fi
adamc@1132 5974 fi
adamc@1132 5975 ac_ct_AR=$ac_cv_prog_ac_ct_AR
adamc@1132 5976 if test -n "$ac_ct_AR"; then
adamc@1132 5977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
adamc@1132 5978 $as_echo "$ac_ct_AR" >&6; }
adamc@1132 5979 else
adamc@1132 5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 5981 $as_echo "no" >&6; }
adamc@1132 5982 fi
adamc@1132 5983
adamc@1132 5984 if test "x$ac_ct_AR" = x; then
adamc@1132 5985 AR="false"
adamc@1132 5986 else
adamc@1132 5987 case $cross_compiling:$ac_tool_warned in
adamc@1132 5988 yes:)
adamc@1132 5989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 5990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 5991 ac_tool_warned=yes ;;
adamc@1132 5992 esac
adamc@1132 5993 AR=$ac_ct_AR
adamc@1132 5994 fi
adamc@1132 5995 else
adamc@1132 5996 AR="$ac_cv_prog_AR"
adamc@1132 5997 fi
adamc@1132 5998
adamc@1132 5999 test -z "$AR" && AR=ar
adamc@1132 6000 test -z "$AR_FLAGS" && AR_FLAGS=cru
adamc@1132 6001
adamc@1132 6002
adamc@1132 6003
adamc@1132 6004
adamc@1132 6005
adamc@1132 6006
adamc@1132 6007
adamc@1132 6008
adamc@1132 6009
adamc@1132 6010
adamc@1132 6011
adamc@1132 6012 if test -n "$ac_tool_prefix"; then
adamc@1132 6013 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
adamc@1132 6014 set dummy ${ac_tool_prefix}strip; ac_word=$2
adamc@1132 6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6016 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6017 if test "${ac_cv_prog_STRIP+set}" = set; then :
adamc@1132 6018 $as_echo_n "(cached) " >&6
adamc@1132 6019 else
adamc@1132 6020 if test -n "$STRIP"; then
adamc@1132 6021 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
adamc@1132 6022 else
adamc@1132 6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6024 for as_dir in $PATH
adamc@1132 6025 do
adamc@1132 6026 IFS=$as_save_IFS
adamc@1132 6027 test -z "$as_dir" && as_dir=.
adamc@1132 6028 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6030 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
adamc@1132 6031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6032 break 2
adamc@1132 6033 fi
adamc@1132 6034 done
adamc@1132 6035 done
adamc@1132 6036 IFS=$as_save_IFS
adamc@1132 6037
adamc@1132 6038 fi
adamc@1132 6039 fi
adamc@1132 6040 STRIP=$ac_cv_prog_STRIP
adamc@1132 6041 if test -n "$STRIP"; then
adamc@1132 6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
adamc@1132 6043 $as_echo "$STRIP" >&6; }
adamc@1132 6044 else
adamc@1132 6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6046 $as_echo "no" >&6; }
adamc@1132 6047 fi
adamc@1132 6048
adamc@1132 6049
adamc@1132 6050 fi
adamc@1132 6051 if test -z "$ac_cv_prog_STRIP"; then
adamc@1132 6052 ac_ct_STRIP=$STRIP
adamc@1132 6053 # Extract the first word of "strip", so it can be a program name with args.
adamc@1132 6054 set dummy strip; ac_word=$2
adamc@1132 6055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6056 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6057 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
adamc@1132 6058 $as_echo_n "(cached) " >&6
adamc@1132 6059 else
adamc@1132 6060 if test -n "$ac_ct_STRIP"; then
adamc@1132 6061 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
adamc@1132 6062 else
adamc@1132 6063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6064 for as_dir in $PATH
adamc@1132 6065 do
adamc@1132 6066 IFS=$as_save_IFS
adamc@1132 6067 test -z "$as_dir" && as_dir=.
adamc@1132 6068 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6070 ac_cv_prog_ac_ct_STRIP="strip"
adamc@1132 6071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6072 break 2
adamc@1132 6073 fi
adamc@1132 6074 done
adamc@1132 6075 done
adamc@1132 6076 IFS=$as_save_IFS
adamc@1132 6077
adamc@1132 6078 fi
adamc@1132 6079 fi
adamc@1132 6080 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
adamc@1132 6081 if test -n "$ac_ct_STRIP"; then
adamc@1132 6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
adamc@1132 6083 $as_echo "$ac_ct_STRIP" >&6; }
adamc@1132 6084 else
adamc@1132 6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6086 $as_echo "no" >&6; }
adamc@1132 6087 fi
adamc@1132 6088
adamc@1132 6089 if test "x$ac_ct_STRIP" = x; then
adamc@1132 6090 STRIP=":"
adamc@1132 6091 else
adamc@1132 6092 case $cross_compiling:$ac_tool_warned in
adamc@1132 6093 yes:)
adamc@1132 6094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 6095 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 6096 ac_tool_warned=yes ;;
adamc@1132 6097 esac
adamc@1132 6098 STRIP=$ac_ct_STRIP
adamc@1132 6099 fi
adamc@1132 6100 else
adamc@1132 6101 STRIP="$ac_cv_prog_STRIP"
adamc@1132 6102 fi
adamc@1132 6103
adamc@1132 6104 test -z "$STRIP" && STRIP=:
adamc@1132 6105
adamc@1132 6106
adamc@1132 6107
adamc@1132 6108
adamc@1132 6109
adamc@1132 6110
adamc@1132 6111 if test -n "$ac_tool_prefix"; then
adamc@1132 6112 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
adamc@1132 6113 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
adamc@1132 6114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6115 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6116 if test "${ac_cv_prog_RANLIB+set}" = set; then :
adamc@1132 6117 $as_echo_n "(cached) " >&6
adamc@1132 6118 else
adamc@1132 6119 if test -n "$RANLIB"; then
adamc@1132 6120 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
adamc@1132 6121 else
adamc@1132 6122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6123 for as_dir in $PATH
adamc@1132 6124 do
adamc@1132 6125 IFS=$as_save_IFS
adamc@1132 6126 test -z "$as_dir" && as_dir=.
adamc@1132 6127 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6129 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
adamc@1132 6130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6131 break 2
adamc@1132 6132 fi
adamc@1132 6133 done
adamc@1132 6134 done
adamc@1132 6135 IFS=$as_save_IFS
adamc@1132 6136
adamc@1132 6137 fi
adamc@1132 6138 fi
adamc@1132 6139 RANLIB=$ac_cv_prog_RANLIB
adamc@1132 6140 if test -n "$RANLIB"; then
adamc@1132 6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
adamc@1132 6142 $as_echo "$RANLIB" >&6; }
adamc@1132 6143 else
adamc@1132 6144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6145 $as_echo "no" >&6; }
adamc@1132 6146 fi
adamc@1132 6147
adamc@1132 6148
adamc@1132 6149 fi
adamc@1132 6150 if test -z "$ac_cv_prog_RANLIB"; then
adamc@1132 6151 ac_ct_RANLIB=$RANLIB
adamc@1132 6152 # Extract the first word of "ranlib", so it can be a program name with args.
adamc@1132 6153 set dummy ranlib; ac_word=$2
adamc@1132 6154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6155 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6156 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
adamc@1132 6157 $as_echo_n "(cached) " >&6
adamc@1132 6158 else
adamc@1132 6159 if test -n "$ac_ct_RANLIB"; then
adamc@1132 6160 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
adamc@1132 6161 else
adamc@1132 6162 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6163 for as_dir in $PATH
adamc@1132 6164 do
adamc@1132 6165 IFS=$as_save_IFS
adamc@1132 6166 test -z "$as_dir" && as_dir=.
adamc@1132 6167 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6168 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6169 ac_cv_prog_ac_ct_RANLIB="ranlib"
adamc@1132 6170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6171 break 2
adamc@1132 6172 fi
adamc@1132 6173 done
adamc@1132 6174 done
adamc@1132 6175 IFS=$as_save_IFS
adamc@1132 6176
adamc@1132 6177 fi
adamc@1132 6178 fi
adamc@1132 6179 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
adamc@1132 6180 if test -n "$ac_ct_RANLIB"; then
adamc@1132 6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
adamc@1132 6182 $as_echo "$ac_ct_RANLIB" >&6; }
adamc@1132 6183 else
adamc@1132 6184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6185 $as_echo "no" >&6; }
adamc@1132 6186 fi
adamc@1132 6187
adamc@1132 6188 if test "x$ac_ct_RANLIB" = x; then
adamc@1132 6189 RANLIB=":"
adamc@1132 6190 else
adamc@1132 6191 case $cross_compiling:$ac_tool_warned in
adamc@1132 6192 yes:)
adamc@1132 6193 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 6194 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 6195 ac_tool_warned=yes ;;
adamc@1132 6196 esac
adamc@1132 6197 RANLIB=$ac_ct_RANLIB
adamc@1132 6198 fi
adamc@1132 6199 else
adamc@1132 6200 RANLIB="$ac_cv_prog_RANLIB"
adamc@1132 6201 fi
adamc@1132 6202
adamc@1132 6203 test -z "$RANLIB" && RANLIB=:
adamc@1132 6204
adamc@1132 6205
adamc@1132 6206
adamc@1132 6207
adamc@1132 6208
adamc@1132 6209
adamc@1132 6210 # Determine commands to create old-style static archives.
adamc@1132 6211 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
adamc@1132 6212 old_postinstall_cmds='chmod 644 $oldlib'
adamc@1132 6213 old_postuninstall_cmds=
adamc@1132 6214
adamc@1132 6215 if test -n "$RANLIB"; then
adamc@1132 6216 case $host_os in
adamc@1132 6217 openbsd*)
adamc@1132 6218 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
adamc@1132 6219 ;;
adamc@1132 6220 *)
adamc@1132 6221 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
adamc@1132 6222 ;;
adamc@1132 6223 esac
adamc@1132 6224 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
adamc@1132 6225 fi
adamc@1132 6226
adamc@1132 6227
adamc@1132 6228
adamc@1132 6229
adamc@1132 6230
adamc@1132 6231
adamc@1132 6232
adamc@1132 6233
adamc@1132 6234
adamc@1132 6235
adamc@1132 6236
adamc@1132 6237
adamc@1132 6238
adamc@1132 6239
adamc@1132 6240
adamc@1132 6241
adamc@1132 6242
adamc@1132 6243
adamc@1132 6244
adamc@1132 6245
adamc@1132 6246
adamc@1132 6247
adamc@1132 6248
adamc@1132 6249
adamc@1132 6250
adamc@1132 6251
adamc@1132 6252
adamc@1132 6253
adamc@1132 6254
adamc@1132 6255
adamc@1132 6256
adamc@1132 6257
adamc@1132 6258
adamc@1132 6259
adamc@1132 6260 # If no C compiler was specified, use CC.
adamc@1132 6261 LTCC=${LTCC-"$CC"}
adamc@1132 6262
adamc@1132 6263 # If no C compiler flags were specified, use CFLAGS.
adamc@1132 6264 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
adamc@1132 6265
adamc@1132 6266 # Allow CC to be a program name with arguments.
adamc@1132 6267 compiler=$CC
adamc@1132 6268
adamc@1132 6269
adamc@1132 6270 # Check for command to grab the raw symbol name followed by C symbol from nm.
adamc@1132 6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
adamc@1132 6272 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
adamc@1132 6273 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
adamc@1132 6274 $as_echo_n "(cached) " >&6
adamc@1132 6275 else
adamc@1132 6276
adamc@1132 6277 # These are sane defaults that work on at least a few old systems.
adamc@1132 6278 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
adamc@1132 6279
adamc@1132 6280 # Character class describing NM global symbol codes.
adamc@1132 6281 symcode='[BCDEGRST]'
adamc@1132 6282
adamc@1132 6283 # Regexp to match symbols that can be accessed directly from C.
adamc@1132 6284 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
adamc@1132 6285
adamc@1132 6286 # Define system-specific variables.
adamc@1132 6287 case $host_os in
adamc@1132 6288 aix*)
adamc@1132 6289 symcode='[BCDT]'
adamc@1132 6290 ;;
adamc@1132 6291 cygwin* | mingw* | pw32* | cegcc*)
adamc@1132 6292 symcode='[ABCDGISTW]'
adamc@1132 6293 ;;
adamc@1132 6294 hpux*)
adamc@1132 6295 if test "$host_cpu" = ia64; then
adamc@1132 6296 symcode='[ABCDEGRST]'
adamc@1132 6297 fi
adamc@1132 6298 ;;
adamc@1132 6299 irix* | nonstopux*)
adamc@1132 6300 symcode='[BCDEGRST]'
adamc@1132 6301 ;;
adamc@1132 6302 osf*)
adamc@1132 6303 symcode='[BCDEGQRST]'
adamc@1132 6304 ;;
adamc@1132 6305 solaris*)
adamc@1132 6306 symcode='[BDRT]'
adamc@1132 6307 ;;
adamc@1132 6308 sco3.2v5*)
adamc@1132 6309 symcode='[DT]'
adamc@1132 6310 ;;
adamc@1132 6311 sysv4.2uw2*)
adamc@1132 6312 symcode='[DT]'
adamc@1132 6313 ;;
adamc@1132 6314 sysv5* | sco5v6* | unixware* | OpenUNIX*)
adamc@1132 6315 symcode='[ABDT]'
adamc@1132 6316 ;;
adamc@1132 6317 sysv4)
adamc@1132 6318 symcode='[DFNSTU]'
adamc@1132 6319 ;;
adamc@1132 6320 esac
adamc@1132 6321
adamc@1132 6322 # If we're using GNU nm, then use its standard symbol codes.
adamc@1132 6323 case `$NM -V 2>&1` in
adamc@1132 6324 *GNU* | *'with BFD'*)
adamc@1132 6325 symcode='[ABCDGIRSTW]' ;;
adamc@1132 6326 esac
adamc@1132 6327
adamc@1132 6328 # Transform an extracted symbol line into a proper C declaration.
adamc@1132 6329 # Some systems (esp. on ia64) link data and code symbols differently,
adamc@1132 6330 # so use this general approach.
adamc@1132 6331 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
adamc@1132 6332
adamc@1132 6333 # Transform an extracted symbol line into symbol name and symbol address
adamc@1132 6334 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
adamc@1132 6335 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
adamc@1132 6336
adamc@1132 6337 # Handle CRLF in mingw tool chain
adamc@1132 6338 opt_cr=
adamc@1132 6339 case $build_os in
adamc@1132 6340 mingw*)
adamc@1132 6341 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
adamc@1132 6342 ;;
adamc@1132 6343 esac
adamc@1132 6344
adamc@1132 6345 # Try without a prefix underscore, then with it.
adamc@1132 6346 for ac_symprfx in "" "_"; do
adamc@1132 6347
adamc@1132 6348 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
adamc@1132 6349 symxfrm="\\1 $ac_symprfx\\2 \\2"
adamc@1132 6350
adamc@1132 6351 # Write the raw and C identifiers.
adamc@1132 6352 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
adamc@1132 6353 # Fake it for dumpbin and say T for any non-static function
adamc@1132 6354 # and D for any global variable.
adamc@1132 6355 # Also find C++ and __fastcall symbols from MSVC++,
adamc@1132 6356 # which start with @ or ?.
adamc@1132 6357 lt_cv_sys_global_symbol_pipe="$AWK '"\
adamc@1132 6358 " {last_section=section; section=\$ 3};"\
adamc@1132 6359 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
adamc@1132 6360 " \$ 0!~/External *\|/{next};"\
adamc@1132 6361 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
adamc@1132 6362 " {if(hide[section]) next};"\
adamc@1132 6363 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
adamc@1132 6364 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
adamc@1132 6365 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
adamc@1132 6366 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
adamc@1132 6367 " ' prfx=^$ac_symprfx"
adamc@1132 6368 else
adamc@1132 6369 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
adamc@1132 6370 fi
adamc@1132 6371
adamc@1132 6372 # Check to see that the pipe works correctly.
adamc@1132 6373 pipe_works=no
adamc@1132 6374
adamc@1132 6375 rm -f conftest*
adamc@1132 6376 cat > conftest.$ac_ext <<_LT_EOF
adamc@1132 6377 #ifdef __cplusplus
adamc@1132 6378 extern "C" {
adamc@1132 6379 #endif
adamc@1132 6380 char nm_test_var;
adamc@1132 6381 void nm_test_func(void);
adamc@1132 6382 void nm_test_func(void){}
adamc@1132 6383 #ifdef __cplusplus
adamc@1132 6384 }
adamc@1132 6385 #endif
adamc@1132 6386 int main(){nm_test_var='a';nm_test_func();return(0);}
adamc@1132 6387 _LT_EOF
adamc@1132 6388
adamc@1132 6389 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 6390 (eval $ac_compile) 2>&5
adamc@1132 6391 ac_status=$?
adamc@1132 6392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6393 test $ac_status = 0; }; then
adamc@1132 6394 # Now try to grab the symbols.
adamc@1132 6395 nlist=conftest.nm
adamc@1132 6396 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
adamc@1132 6397 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
adamc@1132 6398 ac_status=$?
adamc@1132 6399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6400 test $ac_status = 0; } && test -s "$nlist"; then
adamc@1132 6401 # Try sorting and uniquifying the output.
adamc@1132 6402 if sort "$nlist" | uniq > "$nlist"T; then
adamc@1132 6403 mv -f "$nlist"T "$nlist"
adamc@1132 6404 else
adamc@1132 6405 rm -f "$nlist"T
adamc@1132 6406 fi
adamc@1132 6407
adamc@1132 6408 # Make sure that we snagged all the symbols we need.
adamc@1132 6409 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
adamc@1132 6410 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
adamc@1132 6411 cat <<_LT_EOF > conftest.$ac_ext
adamc@1132 6412 #ifdef __cplusplus
adamc@1132 6413 extern "C" {
adamc@1132 6414 #endif
adamc@1132 6415
adamc@1132 6416 _LT_EOF
adamc@1132 6417 # Now generate the symbol file.
adamc@1132 6418 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
adamc@1132 6419
adamc@1132 6420 cat <<_LT_EOF >> conftest.$ac_ext
adamc@1132 6421
adamc@1132 6422 /* The mapping between symbol names and symbols. */
adamc@1132 6423 const struct {
adamc@1132 6424 const char *name;
adamc@1132 6425 void *address;
adamc@1132 6426 }
adamc@1132 6427 lt__PROGRAM__LTX_preloaded_symbols[] =
adamc@1132 6428 {
adamc@1132 6429 { "@PROGRAM@", (void *) 0 },
adamc@1132 6430 _LT_EOF
adamc@1132 6431 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
adamc@1132 6432 cat <<\_LT_EOF >> conftest.$ac_ext
adamc@1132 6433 {0, (void *) 0}
adamc@1132 6434 };
adamc@1132 6435
adamc@1132 6436 /* This works around a problem in FreeBSD linker */
adamc@1132 6437 #ifdef FREEBSD_WORKAROUND
adamc@1132 6438 static const void *lt_preloaded_setup() {
adamc@1132 6439 return lt__PROGRAM__LTX_preloaded_symbols;
adamc@1132 6440 }
adamc@1132 6441 #endif
adamc@1132 6442
adamc@1132 6443 #ifdef __cplusplus
adamc@1132 6444 }
adamc@1132 6445 #endif
adamc@1132 6446 _LT_EOF
adamc@1132 6447 # Now try linking the two files.
adamc@1132 6448 mv conftest.$ac_objext conftstm.$ac_objext
adamc@1132 6449 lt_save_LIBS="$LIBS"
adamc@1132 6450 lt_save_CFLAGS="$CFLAGS"
adamc@1132 6451 LIBS="conftstm.$ac_objext"
adamc@1132 6452 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
adamc@1132 6453 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
adamc@1132 6454 (eval $ac_link) 2>&5
adamc@1132 6455 ac_status=$?
adamc@1132 6456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6457 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
adamc@1132 6458 pipe_works=yes
adamc@1132 6459 fi
adamc@1132 6460 LIBS="$lt_save_LIBS"
adamc@1132 6461 CFLAGS="$lt_save_CFLAGS"
adamc@1132 6462 else
adamc@1132 6463 echo "cannot find nm_test_func in $nlist" >&5
adamc@1132 6464 fi
adamc@1132 6465 else
adamc@1132 6466 echo "cannot find nm_test_var in $nlist" >&5
adamc@1132 6467 fi
adamc@1132 6468 else
adamc@1132 6469 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
adamc@1132 6470 fi
adamc@1132 6471 else
adamc@1132 6472 echo "$progname: failed program was:" >&5
adamc@1132 6473 cat conftest.$ac_ext >&5
adamc@1132 6474 fi
adamc@1132 6475 rm -rf conftest* conftst*
adamc@1132 6476
adamc@1132 6477 # Do not use the global_symbol_pipe unless it works.
adamc@1132 6478 if test "$pipe_works" = yes; then
adamc@1132 6479 break
adamc@1132 6480 else
adamc@1132 6481 lt_cv_sys_global_symbol_pipe=
adamc@1132 6482 fi
adamc@1132 6483 done
adamc@1132 6484
adamc@1132 6485 fi
adamc@1132 6486
adamc@1132 6487 if test -z "$lt_cv_sys_global_symbol_pipe"; then
adamc@1132 6488 lt_cv_sys_global_symbol_to_cdecl=
adamc@1132 6489 fi
adamc@1132 6490 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
adamc@1132 6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
adamc@1132 6492 $as_echo "failed" >&6; }
adamc@1132 6493 else
adamc@1132 6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
adamc@1132 6495 $as_echo "ok" >&6; }
adamc@1132 6496 fi
adamc@1132 6497
adamc@1132 6498
adamc@1132 6499
adamc@1132 6500
adamc@1132 6501
adamc@1132 6502
adamc@1132 6503
adamc@1132 6504
adamc@1132 6505
adamc@1132 6506
adamc@1132 6507
adamc@1132 6508
adamc@1132 6509
adamc@1132 6510
adamc@1132 6511
adamc@1132 6512
adamc@1132 6513
adamc@1132 6514
adamc@1132 6515
adamc@1132 6516
adamc@1132 6517
adamc@1132 6518
adamc@1132 6519 # Check whether --enable-libtool-lock was given.
adamc@1132 6520 if test "${enable_libtool_lock+set}" = set; then :
adamc@1132 6521 enableval=$enable_libtool_lock;
adamc@1132 6522 fi
adamc@1132 6523
adamc@1132 6524 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
adamc@1132 6525
adamc@1132 6526 # Some flags need to be propagated to the compiler or linker for good
adamc@1132 6527 # libtool support.
adamc@1132 6528 case $host in
adamc@1132 6529 ia64-*-hpux*)
adamc@1132 6530 # Find out which ABI we are using.
adamc@1132 6531 echo 'int i;' > conftest.$ac_ext
adamc@1132 6532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 6533 (eval $ac_compile) 2>&5
adamc@1132 6534 ac_status=$?
adamc@1132 6535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6536 test $ac_status = 0; }; then
adamc@1132 6537 case `/usr/bin/file conftest.$ac_objext` in
adamc@1132 6538 *ELF-32*)
adamc@1132 6539 HPUX_IA64_MODE="32"
adamc@1132 6540 ;;
adamc@1132 6541 *ELF-64*)
adamc@1132 6542 HPUX_IA64_MODE="64"
adamc@1132 6543 ;;
adamc@1132 6544 esac
adamc@1132 6545 fi
adamc@1132 6546 rm -rf conftest*
adamc@1132 6547 ;;
adamc@1132 6548 *-*-irix6*)
adamc@1132 6549 # Find out which ABI we are using.
adam@1441 6550 echo '#line 6550 "configure"' > conftest.$ac_ext
adamc@1132 6551 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 6552 (eval $ac_compile) 2>&5
adamc@1132 6553 ac_status=$?
adamc@1132 6554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6555 test $ac_status = 0; }; then
adamc@1132 6556 if test "$lt_cv_prog_gnu_ld" = yes; then
adamc@1132 6557 case `/usr/bin/file conftest.$ac_objext` in
adamc@1132 6558 *32-bit*)
adamc@1132 6559 LD="${LD-ld} -melf32bsmip"
adamc@1132 6560 ;;
adamc@1132 6561 *N32*)
adamc@1132 6562 LD="${LD-ld} -melf32bmipn32"
adamc@1132 6563 ;;
adamc@1132 6564 *64-bit*)
adamc@1132 6565 LD="${LD-ld} -melf64bmip"
adamc@1132 6566 ;;
adamc@1132 6567 esac
adamc@1132 6568 else
adamc@1132 6569 case `/usr/bin/file conftest.$ac_objext` in
adamc@1132 6570 *32-bit*)
adamc@1132 6571 LD="${LD-ld} -32"
adamc@1132 6572 ;;
adamc@1132 6573 *N32*)
adamc@1132 6574 LD="${LD-ld} -n32"
adamc@1132 6575 ;;
adamc@1132 6576 *64-bit*)
adamc@1132 6577 LD="${LD-ld} -64"
adamc@1132 6578 ;;
adamc@1132 6579 esac
adamc@1132 6580 fi
adamc@1132 6581 fi
adamc@1132 6582 rm -rf conftest*
adamc@1132 6583 ;;
adamc@1132 6584
adamc@1132 6585 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
adamc@1132 6586 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
adamc@1132 6587 # Find out which ABI we are using.
adamc@1132 6588 echo 'int i;' > conftest.$ac_ext
adamc@1132 6589 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 6590 (eval $ac_compile) 2>&5
adamc@1132 6591 ac_status=$?
adamc@1132 6592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6593 test $ac_status = 0; }; then
adamc@1132 6594 case `/usr/bin/file conftest.o` in
adamc@1132 6595 *32-bit*)
adamc@1132 6596 case $host in
adamc@1132 6597 x86_64-*kfreebsd*-gnu)
adamc@1132 6598 LD="${LD-ld} -m elf_i386_fbsd"
adamc@1132 6599 ;;
adamc@1132 6600 x86_64-*linux*)
adamc@1132 6601 LD="${LD-ld} -m elf_i386"
adamc@1132 6602 ;;
adamc@1132 6603 ppc64-*linux*|powerpc64-*linux*)
adamc@1132 6604 LD="${LD-ld} -m elf32ppclinux"
adamc@1132 6605 ;;
adamc@1132 6606 s390x-*linux*)
adamc@1132 6607 LD="${LD-ld} -m elf_s390"
adamc@1132 6608 ;;
adamc@1132 6609 sparc64-*linux*)
adamc@1132 6610 LD="${LD-ld} -m elf32_sparc"
adamc@1132 6611 ;;
adamc@1132 6612 esac
adamc@1132 6613 ;;
adamc@1132 6614 *64-bit*)
adamc@1132 6615 case $host in
adamc@1132 6616 x86_64-*kfreebsd*-gnu)
adamc@1132 6617 LD="${LD-ld} -m elf_x86_64_fbsd"
adamc@1132 6618 ;;
adamc@1132 6619 x86_64-*linux*)
adamc@1132 6620 LD="${LD-ld} -m elf_x86_64"
adamc@1132 6621 ;;
adamc@1132 6622 ppc*-*linux*|powerpc*-*linux*)
adamc@1132 6623 LD="${LD-ld} -m elf64ppc"
adamc@1132 6624 ;;
adamc@1132 6625 s390*-*linux*|s390*-*tpf*)
adamc@1132 6626 LD="${LD-ld} -m elf64_s390"
adamc@1132 6627 ;;
adamc@1132 6628 sparc*-*linux*)
adamc@1132 6629 LD="${LD-ld} -m elf64_sparc"
adamc@1132 6630 ;;
adamc@1132 6631 esac
adamc@1132 6632 ;;
adamc@1132 6633 esac
adamc@1132 6634 fi
adamc@1132 6635 rm -rf conftest*
adamc@1132 6636 ;;
adamc@1132 6637
adamc@1132 6638 *-*-sco3.2v5*)
adamc@1132 6639 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
adamc@1132 6640 SAVE_CFLAGS="$CFLAGS"
adamc@1132 6641 CFLAGS="$CFLAGS -belf"
adamc@1132 6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
adamc@1132 6643 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
adamc@1132 6644 if test "${lt_cv_cc_needs_belf+set}" = set; then :
adamc@1132 6645 $as_echo_n "(cached) " >&6
adamc@1132 6646 else
adamc@1132 6647 ac_ext=c
adamc@1132 6648 ac_cpp='$CPP $CPPFLAGS'
adamc@1132 6649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1132 6650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1132 6651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1132 6652
adamc@1132 6653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 6654 /* end confdefs.h. */
adamc@1132 6655
adamc@1132 6656 int
adamc@1132 6657 main ()
adamc@1132 6658 {
adamc@1132 6659
adamc@1132 6660 ;
adamc@1132 6661 return 0;
adamc@1132 6662 }
adamc@1132 6663 _ACEOF
adamc@1132 6664 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 6665 lt_cv_cc_needs_belf=yes
adamc@1132 6666 else
adamc@1132 6667 lt_cv_cc_needs_belf=no
adamc@1132 6668 fi
adamc@1132 6669 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 6670 conftest$ac_exeext conftest.$ac_ext
adamc@1132 6671 ac_ext=c
adamc@1132 6672 ac_cpp='$CPP $CPPFLAGS'
adamc@1132 6673 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1132 6674 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1132 6675 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1132 6676
adamc@1132 6677 fi
adamc@1132 6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
adamc@1132 6679 $as_echo "$lt_cv_cc_needs_belf" >&6; }
adamc@1132 6680 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
adamc@1132 6681 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
adamc@1132 6682 CFLAGS="$SAVE_CFLAGS"
adamc@1132 6683 fi
adamc@1132 6684 ;;
adamc@1132 6685 sparc*-*solaris*)
adamc@1132 6686 # Find out which ABI we are using.
adamc@1132 6687 echo 'int i;' > conftest.$ac_ext
adamc@1132 6688 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 6689 (eval $ac_compile) 2>&5
adamc@1132 6690 ac_status=$?
adamc@1132 6691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 6692 test $ac_status = 0; }; then
adamc@1132 6693 case `/usr/bin/file conftest.o` in
adamc@1132 6694 *64-bit*)
adamc@1132 6695 case $lt_cv_prog_gnu_ld in
adamc@1132 6696 yes*) LD="${LD-ld} -m elf64_sparc" ;;
adamc@1132 6697 *)
adamc@1132 6698 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
adamc@1132 6699 LD="${LD-ld} -64"
adamc@1132 6700 fi
adamc@1132 6701 ;;
adamc@1132 6702 esac
adamc@1132 6703 ;;
adamc@1132 6704 esac
adamc@1132 6705 fi
adamc@1132 6706 rm -rf conftest*
adamc@1132 6707 ;;
adamc@1132 6708 esac
adamc@1132 6709
adamc@1132 6710 need_locks="$enable_libtool_lock"
adamc@1132 6711
adamc@1132 6712
adamc@1132 6713 case $host_os in
adamc@1132 6714 rhapsody* | darwin*)
adamc@1132 6715 if test -n "$ac_tool_prefix"; then
adamc@1132 6716 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
adamc@1132 6717 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
adamc@1132 6718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6719 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6720 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
adamc@1132 6721 $as_echo_n "(cached) " >&6
adamc@1132 6722 else
adamc@1132 6723 if test -n "$DSYMUTIL"; then
adamc@1132 6724 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
adamc@1132 6725 else
adamc@1132 6726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6727 for as_dir in $PATH
adamc@1132 6728 do
adamc@1132 6729 IFS=$as_save_IFS
adamc@1132 6730 test -z "$as_dir" && as_dir=.
adamc@1132 6731 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6733 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
adamc@1132 6734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6735 break 2
adamc@1132 6736 fi
adamc@1132 6737 done
adamc@1132 6738 done
adamc@1132 6739 IFS=$as_save_IFS
adamc@1132 6740
adamc@1132 6741 fi
adamc@1132 6742 fi
adamc@1132 6743 DSYMUTIL=$ac_cv_prog_DSYMUTIL
adamc@1132 6744 if test -n "$DSYMUTIL"; then
adamc@1132 6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
adamc@1132 6746 $as_echo "$DSYMUTIL" >&6; }
adamc@1132 6747 else
adamc@1132 6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6749 $as_echo "no" >&6; }
adamc@1132 6750 fi
adamc@1132 6751
adamc@1132 6752
adamc@1132 6753 fi
adamc@1132 6754 if test -z "$ac_cv_prog_DSYMUTIL"; then
adamc@1132 6755 ac_ct_DSYMUTIL=$DSYMUTIL
adamc@1132 6756 # Extract the first word of "dsymutil", so it can be a program name with args.
adamc@1132 6757 set dummy dsymutil; ac_word=$2
adamc@1132 6758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6759 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6760 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
adamc@1132 6761 $as_echo_n "(cached) " >&6
adamc@1132 6762 else
adamc@1132 6763 if test -n "$ac_ct_DSYMUTIL"; then
adamc@1132 6764 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
adamc@1132 6765 else
adamc@1132 6766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6767 for as_dir in $PATH
adamc@1132 6768 do
adamc@1132 6769 IFS=$as_save_IFS
adamc@1132 6770 test -z "$as_dir" && as_dir=.
adamc@1132 6771 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6773 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
adamc@1132 6774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6775 break 2
adamc@1132 6776 fi
adamc@1132 6777 done
adamc@1132 6778 done
adamc@1132 6779 IFS=$as_save_IFS
adamc@1132 6780
adamc@1132 6781 fi
adamc@1132 6782 fi
adamc@1132 6783 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
adamc@1132 6784 if test -n "$ac_ct_DSYMUTIL"; then
adamc@1132 6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
adamc@1132 6786 $as_echo "$ac_ct_DSYMUTIL" >&6; }
adamc@1132 6787 else
adamc@1132 6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6789 $as_echo "no" >&6; }
adamc@1132 6790 fi
adamc@1132 6791
adamc@1132 6792 if test "x$ac_ct_DSYMUTIL" = x; then
adamc@1132 6793 DSYMUTIL=":"
adamc@1132 6794 else
adamc@1132 6795 case $cross_compiling:$ac_tool_warned in
adamc@1132 6796 yes:)
adamc@1132 6797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 6798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 6799 ac_tool_warned=yes ;;
adamc@1132 6800 esac
adamc@1132 6801 DSYMUTIL=$ac_ct_DSYMUTIL
adamc@1132 6802 fi
adamc@1132 6803 else
adamc@1132 6804 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
adamc@1132 6805 fi
adamc@1132 6806
adamc@1132 6807 if test -n "$ac_tool_prefix"; then
adamc@1132 6808 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
adamc@1132 6809 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
adamc@1132 6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6811 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6812 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
adamc@1132 6813 $as_echo_n "(cached) " >&6
adamc@1132 6814 else
adamc@1132 6815 if test -n "$NMEDIT"; then
adamc@1132 6816 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
adamc@1132 6817 else
adamc@1132 6818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6819 for as_dir in $PATH
adamc@1132 6820 do
adamc@1132 6821 IFS=$as_save_IFS
adamc@1132 6822 test -z "$as_dir" && as_dir=.
adamc@1132 6823 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6825 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
adamc@1132 6826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6827 break 2
adamc@1132 6828 fi
adamc@1132 6829 done
adamc@1132 6830 done
adamc@1132 6831 IFS=$as_save_IFS
adamc@1132 6832
adamc@1132 6833 fi
adamc@1132 6834 fi
adamc@1132 6835 NMEDIT=$ac_cv_prog_NMEDIT
adamc@1132 6836 if test -n "$NMEDIT"; then
adamc@1132 6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
adamc@1132 6838 $as_echo "$NMEDIT" >&6; }
adamc@1132 6839 else
adamc@1132 6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6841 $as_echo "no" >&6; }
adamc@1132 6842 fi
adamc@1132 6843
adamc@1132 6844
adamc@1132 6845 fi
adamc@1132 6846 if test -z "$ac_cv_prog_NMEDIT"; then
adamc@1132 6847 ac_ct_NMEDIT=$NMEDIT
adamc@1132 6848 # Extract the first word of "nmedit", so it can be a program name with args.
adamc@1132 6849 set dummy nmedit; ac_word=$2
adamc@1132 6850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6851 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6852 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
adamc@1132 6853 $as_echo_n "(cached) " >&6
adamc@1132 6854 else
adamc@1132 6855 if test -n "$ac_ct_NMEDIT"; then
adamc@1132 6856 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
adamc@1132 6857 else
adamc@1132 6858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6859 for as_dir in $PATH
adamc@1132 6860 do
adamc@1132 6861 IFS=$as_save_IFS
adamc@1132 6862 test -z "$as_dir" && as_dir=.
adamc@1132 6863 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6865 ac_cv_prog_ac_ct_NMEDIT="nmedit"
adamc@1132 6866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6867 break 2
adamc@1132 6868 fi
adamc@1132 6869 done
adamc@1132 6870 done
adamc@1132 6871 IFS=$as_save_IFS
adamc@1132 6872
adamc@1132 6873 fi
adamc@1132 6874 fi
adamc@1132 6875 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
adamc@1132 6876 if test -n "$ac_ct_NMEDIT"; then
adamc@1132 6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
adamc@1132 6878 $as_echo "$ac_ct_NMEDIT" >&6; }
adamc@1132 6879 else
adamc@1132 6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6881 $as_echo "no" >&6; }
adamc@1132 6882 fi
adamc@1132 6883
adamc@1132 6884 if test "x$ac_ct_NMEDIT" = x; then
adamc@1132 6885 NMEDIT=":"
adamc@1132 6886 else
adamc@1132 6887 case $cross_compiling:$ac_tool_warned in
adamc@1132 6888 yes:)
adamc@1132 6889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 6890 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 6891 ac_tool_warned=yes ;;
adamc@1132 6892 esac
adamc@1132 6893 NMEDIT=$ac_ct_NMEDIT
adamc@1132 6894 fi
adamc@1132 6895 else
adamc@1132 6896 NMEDIT="$ac_cv_prog_NMEDIT"
adamc@1132 6897 fi
adamc@1132 6898
adamc@1132 6899 if test -n "$ac_tool_prefix"; then
adamc@1132 6900 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
adamc@1132 6901 set dummy ${ac_tool_prefix}lipo; ac_word=$2
adamc@1132 6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6903 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6904 if test "${ac_cv_prog_LIPO+set}" = set; then :
adamc@1132 6905 $as_echo_n "(cached) " >&6
adamc@1132 6906 else
adamc@1132 6907 if test -n "$LIPO"; then
adamc@1132 6908 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
adamc@1132 6909 else
adamc@1132 6910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6911 for as_dir in $PATH
adamc@1132 6912 do
adamc@1132 6913 IFS=$as_save_IFS
adamc@1132 6914 test -z "$as_dir" && as_dir=.
adamc@1132 6915 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6917 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
adamc@1132 6918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6919 break 2
adamc@1132 6920 fi
adamc@1132 6921 done
adamc@1132 6922 done
adamc@1132 6923 IFS=$as_save_IFS
adamc@1132 6924
adamc@1132 6925 fi
adamc@1132 6926 fi
adamc@1132 6927 LIPO=$ac_cv_prog_LIPO
adamc@1132 6928 if test -n "$LIPO"; then
adamc@1132 6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
adamc@1132 6930 $as_echo "$LIPO" >&6; }
adamc@1132 6931 else
adamc@1132 6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6933 $as_echo "no" >&6; }
adamc@1132 6934 fi
adamc@1132 6935
adamc@1132 6936
adamc@1132 6937 fi
adamc@1132 6938 if test -z "$ac_cv_prog_LIPO"; then
adamc@1132 6939 ac_ct_LIPO=$LIPO
adamc@1132 6940 # Extract the first word of "lipo", so it can be a program name with args.
adamc@1132 6941 set dummy lipo; ac_word=$2
adamc@1132 6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6943 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6944 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
adamc@1132 6945 $as_echo_n "(cached) " >&6
adamc@1132 6946 else
adamc@1132 6947 if test -n "$ac_ct_LIPO"; then
adamc@1132 6948 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
adamc@1132 6949 else
adamc@1132 6950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 6951 for as_dir in $PATH
adamc@1132 6952 do
adamc@1132 6953 IFS=$as_save_IFS
adamc@1132 6954 test -z "$as_dir" && as_dir=.
adamc@1132 6955 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 6956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 6957 ac_cv_prog_ac_ct_LIPO="lipo"
adamc@1132 6958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 6959 break 2
adamc@1132 6960 fi
adamc@1132 6961 done
adamc@1132 6962 done
adamc@1132 6963 IFS=$as_save_IFS
adamc@1132 6964
adamc@1132 6965 fi
adamc@1132 6966 fi
adamc@1132 6967 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
adamc@1132 6968 if test -n "$ac_ct_LIPO"; then
adamc@1132 6969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
adamc@1132 6970 $as_echo "$ac_ct_LIPO" >&6; }
adamc@1132 6971 else
adamc@1132 6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 6973 $as_echo "no" >&6; }
adamc@1132 6974 fi
adamc@1132 6975
adamc@1132 6976 if test "x$ac_ct_LIPO" = x; then
adamc@1132 6977 LIPO=":"
adamc@1132 6978 else
adamc@1132 6979 case $cross_compiling:$ac_tool_warned in
adamc@1132 6980 yes:)
adamc@1132 6981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 6982 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 6983 ac_tool_warned=yes ;;
adamc@1132 6984 esac
adamc@1132 6985 LIPO=$ac_ct_LIPO
adamc@1132 6986 fi
adamc@1132 6987 else
adamc@1132 6988 LIPO="$ac_cv_prog_LIPO"
adamc@1132 6989 fi
adamc@1132 6990
adamc@1132 6991 if test -n "$ac_tool_prefix"; then
adamc@1132 6992 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
adamc@1132 6993 set dummy ${ac_tool_prefix}otool; ac_word=$2
adamc@1132 6994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 6995 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 6996 if test "${ac_cv_prog_OTOOL+set}" = set; then :
adamc@1132 6997 $as_echo_n "(cached) " >&6
adamc@1132 6998 else
adamc@1132 6999 if test -n "$OTOOL"; then
adamc@1132 7000 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
adamc@1132 7001 else
adamc@1132 7002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 7003 for as_dir in $PATH
adamc@1132 7004 do
adamc@1132 7005 IFS=$as_save_IFS
adamc@1132 7006 test -z "$as_dir" && as_dir=.
adamc@1132 7007 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 7008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 7009 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
adamc@1132 7010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 7011 break 2
adamc@1132 7012 fi
adamc@1132 7013 done
adamc@1132 7014 done
adamc@1132 7015 IFS=$as_save_IFS
adamc@1132 7016
adamc@1132 7017 fi
adamc@1132 7018 fi
adamc@1132 7019 OTOOL=$ac_cv_prog_OTOOL
adamc@1132 7020 if test -n "$OTOOL"; then
adamc@1132 7021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
adamc@1132 7022 $as_echo "$OTOOL" >&6; }
adamc@1132 7023 else
adamc@1132 7024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7025 $as_echo "no" >&6; }
adamc@1132 7026 fi
adamc@1132 7027
adamc@1132 7028
adamc@1132 7029 fi
adamc@1132 7030 if test -z "$ac_cv_prog_OTOOL"; then
adamc@1132 7031 ac_ct_OTOOL=$OTOOL
adamc@1132 7032 # Extract the first word of "otool", so it can be a program name with args.
adamc@1132 7033 set dummy otool; ac_word=$2
adamc@1132 7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 7035 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 7036 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
adamc@1132 7037 $as_echo_n "(cached) " >&6
adamc@1132 7038 else
adamc@1132 7039 if test -n "$ac_ct_OTOOL"; then
adamc@1132 7040 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
adamc@1132 7041 else
adamc@1132 7042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 7043 for as_dir in $PATH
adamc@1132 7044 do
adamc@1132 7045 IFS=$as_save_IFS
adamc@1132 7046 test -z "$as_dir" && as_dir=.
adamc@1132 7047 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 7048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 7049 ac_cv_prog_ac_ct_OTOOL="otool"
adamc@1132 7050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 7051 break 2
adamc@1132 7052 fi
adamc@1132 7053 done
adamc@1132 7054 done
adamc@1132 7055 IFS=$as_save_IFS
adamc@1132 7056
adamc@1132 7057 fi
adamc@1132 7058 fi
adamc@1132 7059 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
adamc@1132 7060 if test -n "$ac_ct_OTOOL"; then
adamc@1132 7061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
adamc@1132 7062 $as_echo "$ac_ct_OTOOL" >&6; }
adamc@1132 7063 else
adamc@1132 7064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7065 $as_echo "no" >&6; }
adamc@1132 7066 fi
adamc@1132 7067
adamc@1132 7068 if test "x$ac_ct_OTOOL" = x; then
adamc@1132 7069 OTOOL=":"
adamc@1132 7070 else
adamc@1132 7071 case $cross_compiling:$ac_tool_warned in
adamc@1132 7072 yes:)
adamc@1132 7073 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 7074 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 7075 ac_tool_warned=yes ;;
adamc@1132 7076 esac
adamc@1132 7077 OTOOL=$ac_ct_OTOOL
adamc@1132 7078 fi
adamc@1132 7079 else
adamc@1132 7080 OTOOL="$ac_cv_prog_OTOOL"
adamc@1132 7081 fi
adamc@1132 7082
adamc@1132 7083 if test -n "$ac_tool_prefix"; then
adamc@1132 7084 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
adamc@1132 7085 set dummy ${ac_tool_prefix}otool64; ac_word=$2
adamc@1132 7086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 7087 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 7088 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
adamc@1132 7089 $as_echo_n "(cached) " >&6
adamc@1132 7090 else
adamc@1132 7091 if test -n "$OTOOL64"; then
adamc@1132 7092 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
adamc@1132 7093 else
adamc@1132 7094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 7095 for as_dir in $PATH
adamc@1132 7096 do
adamc@1132 7097 IFS=$as_save_IFS
adamc@1132 7098 test -z "$as_dir" && as_dir=.
adamc@1132 7099 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 7100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 7101 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
adamc@1132 7102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 7103 break 2
adamc@1132 7104 fi
adamc@1132 7105 done
adamc@1132 7106 done
adamc@1132 7107 IFS=$as_save_IFS
adamc@1132 7108
adamc@1132 7109 fi
adamc@1132 7110 fi
adamc@1132 7111 OTOOL64=$ac_cv_prog_OTOOL64
adamc@1132 7112 if test -n "$OTOOL64"; then
adamc@1132 7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
adamc@1132 7114 $as_echo "$OTOOL64" >&6; }
adamc@1132 7115 else
adamc@1132 7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7117 $as_echo "no" >&6; }
adamc@1132 7118 fi
adamc@1132 7119
adamc@1132 7120
adamc@1132 7121 fi
adamc@1132 7122 if test -z "$ac_cv_prog_OTOOL64"; then
adamc@1132 7123 ac_ct_OTOOL64=$OTOOL64
adamc@1132 7124 # Extract the first word of "otool64", so it can be a program name with args.
adamc@1132 7125 set dummy otool64; ac_word=$2
adamc@1132 7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1132 7127 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1132 7128 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
adamc@1132 7129 $as_echo_n "(cached) " >&6
adamc@1132 7130 else
adamc@1132 7131 if test -n "$ac_ct_OTOOL64"; then
adamc@1132 7132 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
adamc@1132 7133 else
adamc@1132 7134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1132 7135 for as_dir in $PATH
adamc@1132 7136 do
adamc@1132 7137 IFS=$as_save_IFS
adamc@1132 7138 test -z "$as_dir" && as_dir=.
adamc@1132 7139 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1132 7140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1132 7141 ac_cv_prog_ac_ct_OTOOL64="otool64"
adamc@1132 7142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1132 7143 break 2
adamc@1132 7144 fi
adamc@1132 7145 done
adamc@1132 7146 done
adamc@1132 7147 IFS=$as_save_IFS
adamc@1132 7148
adamc@1132 7149 fi
adamc@1132 7150 fi
adamc@1132 7151 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
adamc@1132 7152 if test -n "$ac_ct_OTOOL64"; then
adamc@1132 7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
adamc@1132 7154 $as_echo "$ac_ct_OTOOL64" >&6; }
adamc@1132 7155 else
adamc@1132 7156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7157 $as_echo "no" >&6; }
adamc@1132 7158 fi
adamc@1132 7159
adamc@1132 7160 if test "x$ac_ct_OTOOL64" = x; then
adamc@1132 7161 OTOOL64=":"
adamc@1132 7162 else
adamc@1132 7163 case $cross_compiling:$ac_tool_warned in
adamc@1132 7164 yes:)
adamc@1132 7165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
adamc@1132 7166 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
adamc@1132 7167 ac_tool_warned=yes ;;
adamc@1132 7168 esac
adamc@1132 7169 OTOOL64=$ac_ct_OTOOL64
adamc@1132 7170 fi
adamc@1132 7171 else
adamc@1132 7172 OTOOL64="$ac_cv_prog_OTOOL64"
adamc@1132 7173 fi
adamc@1132 7174
adamc@1132 7175
adamc@1132 7176
adamc@1132 7177
adamc@1132 7178
adamc@1132 7179
adamc@1132 7180
adamc@1132 7181
adamc@1132 7182
adamc@1132 7183
adamc@1132 7184
adamc@1132 7185
adamc@1132 7186
adamc@1132 7187
adamc@1132 7188
adamc@1132 7189
adamc@1132 7190
adamc@1132 7191
adamc@1132 7192
adamc@1132 7193
adamc@1132 7194
adamc@1132 7195
adamc@1132 7196
adamc@1132 7197
adamc@1132 7198
adamc@1132 7199
adamc@1132 7200
adamc@1132 7201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
adamc@1132 7202 $as_echo_n "checking for -single_module linker flag... " >&6; }
adamc@1132 7203 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
adamc@1132 7204 $as_echo_n "(cached) " >&6
adamc@1132 7205 else
adamc@1132 7206 lt_cv_apple_cc_single_mod=no
adamc@1132 7207 if test -z "${LT_MULTI_MODULE}"; then
adamc@1132 7208 # By default we will add the -single_module flag. You can override
adamc@1132 7209 # by either setting the environment variable LT_MULTI_MODULE
adamc@1132 7210 # non-empty at configure time, or by adding -multi_module to the
adamc@1132 7211 # link flags.
adamc@1132 7212 rm -rf libconftest.dylib*
adamc@1132 7213 echo "int foo(void){return 1;}" > conftest.c
adamc@1132 7214 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
adamc@1132 7215 -dynamiclib -Wl,-single_module conftest.c" >&5
adamc@1132 7216 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
adamc@1132 7217 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
adamc@1132 7218 _lt_result=$?
adamc@1132 7219 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
adamc@1132 7220 lt_cv_apple_cc_single_mod=yes
adamc@1132 7221 else
adamc@1132 7222 cat conftest.err >&5
adamc@1132 7223 fi
adamc@1132 7224 rm -rf libconftest.dylib*
adamc@1132 7225 rm -f conftest.*
adamc@1132 7226 fi
adamc@1132 7227 fi
adamc@1132 7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
adamc@1132 7229 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
adamc@1132 7230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
adamc@1132 7231 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
adamc@1132 7232 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
adamc@1132 7233 $as_echo_n "(cached) " >&6
adamc@1132 7234 else
adamc@1132 7235 lt_cv_ld_exported_symbols_list=no
adamc@1132 7236 save_LDFLAGS=$LDFLAGS
adamc@1132 7237 echo "_main" > conftest.sym
adamc@1132 7238 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
adamc@1132 7239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 7240 /* end confdefs.h. */
adamc@1132 7241
adamc@1132 7242 int
adamc@1132 7243 main ()
adamc@1132 7244 {
adamc@1132 7245
adamc@1132 7246 ;
adamc@1132 7247 return 0;
adamc@1132 7248 }
adamc@1132 7249 _ACEOF
adamc@1132 7250 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 7251 lt_cv_ld_exported_symbols_list=yes
adamc@1132 7252 else
adamc@1132 7253 lt_cv_ld_exported_symbols_list=no
adamc@1132 7254 fi
adamc@1132 7255 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 7256 conftest$ac_exeext conftest.$ac_ext
adamc@1132 7257 LDFLAGS="$save_LDFLAGS"
adamc@1132 7258
adamc@1132 7259 fi
adamc@1132 7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
adamc@1132 7261 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
adamc@1132 7262 case $host_os in
adamc@1132 7263 rhapsody* | darwin1.[012])
adamc@1132 7264 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
adamc@1132 7265 darwin1.*)
adamc@1132 7266 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
adamc@1132 7267 darwin*) # darwin 5.x on
adamc@1132 7268 # if running on 10.5 or later, the deployment target defaults
adamc@1132 7269 # to the OS version, if on x86, and 10.4, the deployment
adamc@1132 7270 # target defaults to 10.4. Don't you love it?
adamc@1132 7271 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
adamc@1132 7272 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
adamc@1132 7273 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
adamc@1132 7274 10.[012]*)
adamc@1132 7275 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
adamc@1132 7276 10.*)
adamc@1132 7277 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
adamc@1132 7278 esac
adamc@1132 7279 ;;
adamc@1132 7280 esac
adamc@1132 7281 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
adamc@1132 7282 _lt_dar_single_mod='$single_module'
adamc@1132 7283 fi
adamc@1132 7284 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
adamc@1132 7285 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
adamc@1132 7286 else
adamc@1132 7287 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
adamc@1132 7288 fi
adamc@1132 7289 if test "$DSYMUTIL" != ":"; then
adamc@1132 7290 _lt_dsymutil='~$DSYMUTIL $lib || :'
adamc@1132 7291 else
adamc@1132 7292 _lt_dsymutil=
adamc@1132 7293 fi
adamc@1132 7294 ;;
adamc@1132 7295 esac
adamc@1132 7296
adamc@1132 7297 for ac_header in dlfcn.h
adamc@1132 7298 do :
adamc@1132 7299 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
adamc@1132 7300 "
adamc@1132 7301 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
adamc@1132 7302 cat >>confdefs.h <<_ACEOF
adamc@1132 7303 #define HAVE_DLFCN_H 1
adamc@1132 7304 _ACEOF
adamc@1132 7305
adamc@1132 7306 fi
adamc@1132 7307
adamc@1132 7308 done
adamc@1132 7309
adamc@1132 7310
adamc@1132 7311
adamc@1132 7312 # Set options
adamc@1132 7313
adamc@1132 7314
adamc@1132 7315
adamc@1132 7316 enable_dlopen=no
adamc@1132 7317
adamc@1132 7318
adamc@1132 7319 enable_win32_dll=no
adamc@1132 7320
adamc@1132 7321
adamc@1132 7322 # Check whether --enable-shared was given.
adamc@1132 7323 if test "${enable_shared+set}" = set; then :
adamc@1132 7324 enableval=$enable_shared; p=${PACKAGE-default}
adamc@1132 7325 case $enableval in
adamc@1132 7326 yes) enable_shared=yes ;;
adamc@1132 7327 no) enable_shared=no ;;
adamc@1132 7328 *)
adamc@1132 7329 enable_shared=no
adamc@1132 7330 # Look at the argument we got. We use all the common list separators.
adamc@1132 7331 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
adamc@1132 7332 for pkg in $enableval; do
adamc@1132 7333 IFS="$lt_save_ifs"
adamc@1132 7334 if test "X$pkg" = "X$p"; then
adamc@1132 7335 enable_shared=yes
adamc@1132 7336 fi
adamc@1132 7337 done
adamc@1132 7338 IFS="$lt_save_ifs"
adamc@1132 7339 ;;
adamc@1132 7340 esac
adamc@1132 7341 else
adamc@1132 7342 enable_shared=yes
adamc@1132 7343 fi
adamc@1132 7344
adamc@1132 7345
adamc@1132 7346
adamc@1132 7347
adamc@1132 7348
adamc@1132 7349
adamc@1132 7350
adamc@1132 7351
adamc@1132 7352
adamc@1132 7353 # Check whether --enable-static was given.
adamc@1132 7354 if test "${enable_static+set}" = set; then :
adamc@1132 7355 enableval=$enable_static; p=${PACKAGE-default}
adamc@1132 7356 case $enableval in
adamc@1132 7357 yes) enable_static=yes ;;
adamc@1132 7358 no) enable_static=no ;;
adamc@1132 7359 *)
adamc@1132 7360 enable_static=no
adamc@1132 7361 # Look at the argument we got. We use all the common list separators.
adamc@1132 7362 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
adamc@1132 7363 for pkg in $enableval; do
adamc@1132 7364 IFS="$lt_save_ifs"
adamc@1132 7365 if test "X$pkg" = "X$p"; then
adamc@1132 7366 enable_static=yes
adamc@1132 7367 fi
adamc@1132 7368 done
adamc@1132 7369 IFS="$lt_save_ifs"
adamc@1132 7370 ;;
adamc@1132 7371 esac
adamc@1132 7372 else
adamc@1132 7373 enable_static=yes
adamc@1132 7374 fi
adamc@1132 7375
adamc@1132 7376
adamc@1132 7377
adamc@1132 7378
adamc@1132 7379
adamc@1132 7380
adamc@1132 7381
adamc@1132 7382
adamc@1132 7383
adamc@1132 7384
adamc@1132 7385 # Check whether --with-pic was given.
adamc@1132 7386 if test "${with_pic+set}" = set; then :
adamc@1132 7387 withval=$with_pic; pic_mode="$withval"
adamc@1132 7388 else
adamc@1132 7389 pic_mode=default
adamc@1132 7390 fi
adamc@1132 7391
adamc@1132 7392
adamc@1132 7393 test -z "$pic_mode" && pic_mode=default
adamc@1132 7394
adamc@1132 7395
adamc@1132 7396
adamc@1132 7397
adamc@1132 7398
adamc@1132 7399
adamc@1132 7400
adamc@1132 7401 # Check whether --enable-fast-install was given.
adamc@1132 7402 if test "${enable_fast_install+set}" = set; then :
adamc@1132 7403 enableval=$enable_fast_install; p=${PACKAGE-default}
adamc@1132 7404 case $enableval in
adamc@1132 7405 yes) enable_fast_install=yes ;;
adamc@1132 7406 no) enable_fast_install=no ;;
adamc@1132 7407 *)
adamc@1132 7408 enable_fast_install=no
adamc@1132 7409 # Look at the argument we got. We use all the common list separators.
adamc@1132 7410 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
adamc@1132 7411 for pkg in $enableval; do
adamc@1132 7412 IFS="$lt_save_ifs"
adamc@1132 7413 if test "X$pkg" = "X$p"; then
adamc@1132 7414 enable_fast_install=yes
adamc@1132 7415 fi
adamc@1132 7416 done
adamc@1132 7417 IFS="$lt_save_ifs"
adamc@1132 7418 ;;
adamc@1132 7419 esac
adamc@1132 7420 else
adamc@1132 7421 enable_fast_install=yes
adamc@1132 7422 fi
adamc@1132 7423
adamc@1132 7424
adamc@1132 7425
adamc@1132 7426
adamc@1132 7427
adamc@1132 7428
adamc@1132 7429
adamc@1132 7430
adamc@1132 7431
adamc@1132 7432
adamc@1132 7433
adamc@1132 7434 # This can be used to rebuild libtool when needed
adamc@1132 7435 LIBTOOL_DEPS="$ltmain"
adamc@1132 7436
adamc@1132 7437 # Always use our own libtool.
adamc@1132 7438 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
adamc@1132 7439
adamc@1132 7440
adamc@1132 7441
adamc@1132 7442
adamc@1132 7443
adamc@1132 7444
adamc@1132 7445
adamc@1132 7446
adamc@1132 7447
adamc@1132 7448
adamc@1132 7449
adamc@1132 7450
adamc@1132 7451
adamc@1132 7452
adamc@1132 7453
adamc@1132 7454
adamc@1132 7455
adamc@1132 7456
adamc@1132 7457
adamc@1132 7458
adamc@1132 7459
adamc@1132 7460
adamc@1132 7461
adamc@1132 7462
adamc@1132 7463
adamc@1132 7464 test -z "$LN_S" && LN_S="ln -s"
adamc@1132 7465
adamc@1132 7466
adamc@1132 7467
adamc@1132 7468
adamc@1132 7469
adamc@1132 7470
adamc@1132 7471
adamc@1132 7472
adamc@1132 7473
adamc@1132 7474
adamc@1132 7475
adamc@1132 7476
adamc@1132 7477
adamc@1132 7478
adamc@1132 7479 if test -n "${ZSH_VERSION+set}" ; then
adamc@1132 7480 setopt NO_GLOB_SUBST
adamc@1132 7481 fi
adamc@1132 7482
adamc@1132 7483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
adamc@1132 7484 $as_echo_n "checking for objdir... " >&6; }
adamc@1132 7485 if test "${lt_cv_objdir+set}" = set; then :
adamc@1132 7486 $as_echo_n "(cached) " >&6
adamc@1132 7487 else
adamc@1132 7488 rm -f .libs 2>/dev/null
adamc@1132 7489 mkdir .libs 2>/dev/null
adamc@1132 7490 if test -d .libs; then
adamc@1132 7491 lt_cv_objdir=.libs
adamc@1132 7492 else
adamc@1132 7493 # MS-DOS does not allow filenames that begin with a dot.
adamc@1132 7494 lt_cv_objdir=_libs
adamc@1132 7495 fi
adamc@1132 7496 rmdir .libs 2>/dev/null
adamc@1132 7497 fi
adamc@1132 7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
adamc@1132 7499 $as_echo "$lt_cv_objdir" >&6; }
adamc@1132 7500 objdir=$lt_cv_objdir
adamc@1132 7501
adamc@1132 7502
adamc@1132 7503
adamc@1132 7504
adamc@1132 7505
adamc@1132 7506 cat >>confdefs.h <<_ACEOF
adamc@1132 7507 #define LT_OBJDIR "$lt_cv_objdir/"
adamc@1132 7508 _ACEOF
adamc@1132 7509
adamc@1132 7510
adamc@1132 7511
adamc@1132 7512
adamc@1132 7513
adamc@1132 7514
adamc@1132 7515
adamc@1132 7516
adamc@1132 7517
adamc@1132 7518
adamc@1132 7519
adamc@1132 7520
adamc@1132 7521
adamc@1132 7522
adamc@1132 7523
adamc@1132 7524
adamc@1132 7525
adamc@1132 7526 case $host_os in
adamc@1132 7527 aix3*)
adamc@1132 7528 # AIX sometimes has problems with the GCC collect2 program. For some
adamc@1132 7529 # reason, if we set the COLLECT_NAMES environment variable, the problems
adamc@1132 7530 # vanish in a puff of smoke.
adamc@1132 7531 if test "X${COLLECT_NAMES+set}" != Xset; then
adamc@1132 7532 COLLECT_NAMES=
adamc@1132 7533 export COLLECT_NAMES
adamc@1132 7534 fi
adamc@1132 7535 ;;
adamc@1132 7536 esac
adamc@1132 7537
adamc@1132 7538 # Sed substitution that helps us do robust quoting. It backslashifies
adamc@1132 7539 # metacharacters that are still active within double-quoted strings.
adamc@1132 7540 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
adamc@1132 7541
adamc@1132 7542 # Same as above, but do not quote variable references.
adamc@1132 7543 double_quote_subst='s/\(["`\\]\)/\\\1/g'
adamc@1132 7544
adamc@1132 7545 # Sed substitution to delay expansion of an escaped shell variable in a
adamc@1132 7546 # double_quote_subst'ed string.
adamc@1132 7547 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
adamc@1132 7548
adamc@1132 7549 # Sed substitution to delay expansion of an escaped single quote.
adamc@1132 7550 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
adamc@1132 7551
adamc@1132 7552 # Sed substitution to avoid accidental globbing in evaled expressions
adamc@1132 7553 no_glob_subst='s/\*/\\\*/g'
adamc@1132 7554
adamc@1132 7555 # Global variables:
adamc@1132 7556 ofile=libtool
adamc@1132 7557 can_build_shared=yes
adamc@1132 7558
adamc@1132 7559 # All known linkers require a `.a' archive for static linking (except MSVC,
adamc@1132 7560 # which needs '.lib').
adamc@1132 7561 libext=a
adamc@1132 7562
adamc@1132 7563 with_gnu_ld="$lt_cv_prog_gnu_ld"
adamc@1132 7564
adamc@1132 7565 old_CC="$CC"
adamc@1132 7566 old_CFLAGS="$CFLAGS"
adamc@1132 7567
adamc@1132 7568 # Set sane defaults for various variables
adamc@1132 7569 test -z "$CC" && CC=cc
adamc@1132 7570 test -z "$LTCC" && LTCC=$CC
adamc@1132 7571 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
adamc@1132 7572 test -z "$LD" && LD=ld
adamc@1132 7573 test -z "$ac_objext" && ac_objext=o
adamc@1132 7574
adamc@1132 7575 for cc_temp in $compiler""; do
adamc@1132 7576 case $cc_temp in
adamc@1132 7577 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
adamc@1132 7578 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
adamc@1132 7579 \-*) ;;
adamc@1132 7580 *) break;;
adamc@1132 7581 esac
adamc@1132 7582 done
adamc@1132 7583 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
adamc@1132 7584
adamc@1132 7585
adamc@1132 7586 # Only perform the check for file, if the check method requires it
adamc@1132 7587 test -z "$MAGIC_CMD" && MAGIC_CMD=file
adamc@1132 7588 case $deplibs_check_method in
adamc@1132 7589 file_magic*)
adamc@1132 7590 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
adamc@1132 7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
adamc@1132 7592 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
adamc@1132 7593 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
adamc@1132 7594 $as_echo_n "(cached) " >&6
adamc@1132 7595 else
adamc@1132 7596 case $MAGIC_CMD in
adamc@1132 7597 [\\/*] | ?:[\\/]*)
adamc@1132 7598 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
adamc@1132 7599 ;;
adamc@1132 7600 *)
adamc@1132 7601 lt_save_MAGIC_CMD="$MAGIC_CMD"
adamc@1132 7602 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
adamc@1132 7603 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
adamc@1132 7604 for ac_dir in $ac_dummy; do
adamc@1132 7605 IFS="$lt_save_ifs"
adamc@1132 7606 test -z "$ac_dir" && ac_dir=.
adamc@1132 7607 if test -f $ac_dir/${ac_tool_prefix}file; then
adamc@1132 7608 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
adamc@1132 7609 if test -n "$file_magic_test_file"; then
adamc@1132 7610 case $deplibs_check_method in
adamc@1132 7611 "file_magic "*)
adamc@1132 7612 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
adamc@1132 7613 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
adamc@1132 7614 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
adamc@1132 7615 $EGREP "$file_magic_regex" > /dev/null; then
adamc@1132 7616 :
adamc@1132 7617 else
adamc@1132 7618 cat <<_LT_EOF 1>&2
adamc@1132 7619
adamc@1132 7620 *** Warning: the command libtool uses to detect shared libraries,
adamc@1132 7621 *** $file_magic_cmd, produces output that libtool cannot recognize.
adamc@1132 7622 *** The result is that libtool may fail to recognize shared libraries
adamc@1132 7623 *** as such. This will affect the creation of libtool libraries that
adamc@1132 7624 *** depend on shared libraries, but programs linked with such libtool
adamc@1132 7625 *** libraries will work regardless of this problem. Nevertheless, you
adamc@1132 7626 *** may want to report the problem to your system manager and/or to
adamc@1132 7627 *** bug-libtool@gnu.org
adamc@1132 7628
adamc@1132 7629 _LT_EOF
adamc@1132 7630 fi ;;
adamc@1132 7631 esac
adamc@1132 7632 fi
adamc@1132 7633 break
adamc@1132 7634 fi
adamc@1132 7635 done
adamc@1132 7636 IFS="$lt_save_ifs"
adamc@1132 7637 MAGIC_CMD="$lt_save_MAGIC_CMD"
adamc@1132 7638 ;;
adamc@1132 7639 esac
adamc@1132 7640 fi
adamc@1132 7641
adamc@1132 7642 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
adamc@1132 7643 if test -n "$MAGIC_CMD"; then
adamc@1132 7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
adamc@1132 7645 $as_echo "$MAGIC_CMD" >&6; }
adamc@1132 7646 else
adamc@1132 7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7648 $as_echo "no" >&6; }
adamc@1132 7649 fi
adamc@1132 7650
adamc@1132 7651
adamc@1132 7652
adamc@1132 7653
adamc@1132 7654
adamc@1132 7655 if test -z "$lt_cv_path_MAGIC_CMD"; then
adamc@1132 7656 if test -n "$ac_tool_prefix"; then
adamc@1132 7657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
adamc@1132 7658 $as_echo_n "checking for file... " >&6; }
adamc@1132 7659 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
adamc@1132 7660 $as_echo_n "(cached) " >&6
adamc@1132 7661 else
adamc@1132 7662 case $MAGIC_CMD in
adamc@1132 7663 [\\/*] | ?:[\\/]*)
adamc@1132 7664 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
adamc@1132 7665 ;;
adamc@1132 7666 *)
adamc@1132 7667 lt_save_MAGIC_CMD="$MAGIC_CMD"
adamc@1132 7668 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
adamc@1132 7669 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
adamc@1132 7670 for ac_dir in $ac_dummy; do
adamc@1132 7671 IFS="$lt_save_ifs"
adamc@1132 7672 test -z "$ac_dir" && ac_dir=.
adamc@1132 7673 if test -f $ac_dir/file; then
adamc@1132 7674 lt_cv_path_MAGIC_CMD="$ac_dir/file"
adamc@1132 7675 if test -n "$file_magic_test_file"; then
adamc@1132 7676 case $deplibs_check_method in
adamc@1132 7677 "file_magic "*)
adamc@1132 7678 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
adamc@1132 7679 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
adamc@1132 7680 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
adamc@1132 7681 $EGREP "$file_magic_regex" > /dev/null; then
adamc@1132 7682 :
adamc@1132 7683 else
adamc@1132 7684 cat <<_LT_EOF 1>&2
adamc@1132 7685
adamc@1132 7686 *** Warning: the command libtool uses to detect shared libraries,
adamc@1132 7687 *** $file_magic_cmd, produces output that libtool cannot recognize.
adamc@1132 7688 *** The result is that libtool may fail to recognize shared libraries
adamc@1132 7689 *** as such. This will affect the creation of libtool libraries that
adamc@1132 7690 *** depend on shared libraries, but programs linked with such libtool
adamc@1132 7691 *** libraries will work regardless of this problem. Nevertheless, you
adamc@1132 7692 *** may want to report the problem to your system manager and/or to
adamc@1132 7693 *** bug-libtool@gnu.org
adamc@1132 7694
adamc@1132 7695 _LT_EOF
adamc@1132 7696 fi ;;
adamc@1132 7697 esac
adamc@1132 7698 fi
adamc@1132 7699 break
adamc@1132 7700 fi
adamc@1132 7701 done
adamc@1132 7702 IFS="$lt_save_ifs"
adamc@1132 7703 MAGIC_CMD="$lt_save_MAGIC_CMD"
adamc@1132 7704 ;;
adamc@1132 7705 esac
adamc@1132 7706 fi
adamc@1132 7707
adamc@1132 7708 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
adamc@1132 7709 if test -n "$MAGIC_CMD"; then
adamc@1132 7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
adamc@1132 7711 $as_echo "$MAGIC_CMD" >&6; }
adamc@1132 7712 else
adamc@1132 7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 7714 $as_echo "no" >&6; }
adamc@1132 7715 fi
adamc@1132 7716
adamc@1132 7717
adamc@1132 7718 else
adamc@1132 7719 MAGIC_CMD=:
adamc@1132 7720 fi
adamc@1132 7721 fi
adamc@1132 7722
adamc@1132 7723 fi
adamc@1132 7724 ;;
adamc@1132 7725 esac
adamc@1132 7726
adamc@1132 7727 # Use C for the default configuration in the libtool script
adamc@1132 7728
adamc@1132 7729 lt_save_CC="$CC"
adamc@1132 7730 ac_ext=c
adamc@1132 7731 ac_cpp='$CPP $CPPFLAGS'
adamc@1132 7732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1132 7733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1132 7734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1132 7735
adamc@1132 7736
adamc@1132 7737 # Source file extension for C test sources.
adamc@1132 7738 ac_ext=c
adamc@1132 7739
adamc@1132 7740 # Object file extension for compiled C test sources.
adamc@1132 7741 objext=o
adamc@1132 7742 objext=$objext
adamc@1132 7743
adamc@1132 7744 # Code to be used in simple compile tests
adamc@1132 7745 lt_simple_compile_test_code="int some_variable = 0;"
adamc@1132 7746
adamc@1132 7747 # Code to be used in simple link tests
adamc@1132 7748 lt_simple_link_test_code='int main(){return(0);}'
adamc@1132 7749
adamc@1132 7750
adamc@1132 7751
adamc@1132 7752
adamc@1132 7753
adamc@1132 7754
adamc@1132 7755
adamc@1132 7756 # If no C compiler was specified, use CC.
adamc@1132 7757 LTCC=${LTCC-"$CC"}
adamc@1132 7758
adamc@1132 7759 # If no C compiler flags were specified, use CFLAGS.
adamc@1132 7760 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
adamc@1132 7761
adamc@1132 7762 # Allow CC to be a program name with arguments.
adamc@1132 7763 compiler=$CC
adamc@1132 7764
adamc@1132 7765 # Save the default compiler, since it gets overwritten when the other
adamc@1132 7766 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
adamc@1132 7767 compiler_DEFAULT=$CC
adamc@1132 7768
adamc@1132 7769 # save warnings/boilerplate of simple test code
adamc@1132 7770 ac_outfile=conftest.$ac_objext
adamc@1132 7771 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
adamc@1132 7772 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
adamc@1132 7773 _lt_compiler_boilerplate=`cat conftest.err`
adamc@1132 7774 $RM conftest*
adamc@1132 7775
adamc@1132 7776 ac_outfile=conftest.$ac_objext
adamc@1132 7777 echo "$lt_simple_link_test_code" >conftest.$ac_ext
adamc@1132 7778 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
adamc@1132 7779 _lt_linker_boilerplate=`cat conftest.err`
adamc@1132 7780 $RM -r conftest*
adamc@1132 7781
adamc@1132 7782
adamc@1141 7783 ## CAVEAT EMPTOR:
adamc@1141 7784 ## There is no encapsulation within the following macros, do not change
adamc@1141 7785 ## the running order or otherwise move them around unless you know exactly
adamc@1141 7786 ## what you are doing...
adamc@1132 7787 if test -n "$compiler"; then
adamc@1132 7788
adamc@1132 7789 lt_prog_compiler_no_builtin_flag=
adamc@1132 7790
adamc@1132 7791 if test "$GCC" = yes; then
adamc@1132 7792 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
adamc@1132 7793
adamc@1132 7794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
adamc@1132 7795 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
adamc@1132 7796 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
adamc@1132 7797 $as_echo_n "(cached) " >&6
adamc@1132 7798 else
adamc@1132 7799 lt_cv_prog_compiler_rtti_exceptions=no
adamc@1132 7800 ac_outfile=conftest.$ac_objext
adamc@1132 7801 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
adamc@1132 7802 lt_compiler_flag="-fno-rtti -fno-exceptions"
adamc@1132 7803 # Insert the option either (1) after the last *FLAGS variable, or
adamc@1132 7804 # (2) before a word containing "conftest.", or (3) at the end.
adamc@1132 7805 # Note that $ac_compile itself does not contain backslashes and begins
adamc@1132 7806 # with a dollar sign (not a hyphen), so the echo should work correctly.
adamc@1132 7807 # The option is referenced via a variable to avoid confusing sed.
adamc@1132 7808 lt_compile=`echo "$ac_compile" | $SED \
adamc@1132 7809 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
adamc@1132 7810 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
adamc@1132 7811 -e 's:$: $lt_compiler_flag:'`
adam@1441 7812 (eval echo "\"\$as_me:7812: $lt_compile\"" >&5)
adamc@1132 7813 (eval "$lt_compile" 2>conftest.err)
adamc@1132 7814 ac_status=$?
adamc@1132 7815 cat conftest.err >&5
adam@1441 7816 echo "$as_me:7816: \$? = $ac_status" >&5
adamc@1132 7817 if (exit $ac_status) && test -s "$ac_outfile"; then
adamc@1132 7818 # The compiler can only warn and ignore the option if not recognized
adamc@1132 7819 # So say no if there are warnings other than the usual output.
adamc@1132 7820 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
adamc@1132 7821 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
adamc@1132 7822 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
adamc@1132 7823 lt_cv_prog_compiler_rtti_exceptions=yes
adamc@1132 7824 fi
adamc@1132 7825 fi
adamc@1132 7826 $RM conftest*
adamc@1132 7827
adamc@1132 7828 fi
adamc@1132 7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
adamc@1132 7830 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
adamc@1132 7831
adamc@1132 7832 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
adamc@1132 7833 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
adamc@1132 7834 else
adamc@1132 7835 :
adamc@1132 7836 fi
adamc@1132 7837
adamc@1132 7838 fi
adamc@1132 7839
adamc@1132 7840
adamc@1132 7841
adamc@1132 7842
adamc@1132 7843
adamc@1132 7844
adamc@1132 7845 lt_prog_compiler_wl=
adamc@1132 7846 lt_prog_compiler_pic=
adamc@1132 7847 lt_prog_compiler_static=
adamc@1132 7848
adamc@1132 7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
adamc@1132 7850 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
adamc@1132 7851
adamc@1132 7852 if test "$GCC" = yes; then
adamc@1132 7853 lt_prog_compiler_wl='-Wl,'
adamc@1132 7854 lt_prog_compiler_static='-static'
adamc@1132 7855
adamc@1132 7856 case $host_os in
adamc@1132 7857 aix*)
adamc@1132 7858 # All AIX code is PIC.
adamc@1132 7859 if test "$host_cpu" = ia64; then
adamc@1132 7860 # AIX 5 now supports IA64 processor
adamc@1132 7861 lt_prog_compiler_static='-Bstatic'
adamc@1132 7862 fi
adamc@1132 7863 ;;
adamc@1132 7864
adamc@1132 7865 amigaos*)
adamc@1132 7866 case $host_cpu in
adamc@1132 7867 powerpc)
adamc@1132 7868 # see comment about AmigaOS4 .so support
adamc@1132 7869 lt_prog_compiler_pic='-fPIC'
adamc@1132 7870 ;;
adamc@1132 7871 m68k)
adamc@1132 7872 # FIXME: we need at least 68020 code to build shared libraries, but
adamc@1132 7873 # adding the `-m68020' flag to GCC prevents building anything better,
adamc@1132 7874 # like `-m68040'.
adamc@1132 7875 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
adamc@1132 7876 ;;
adamc@1132 7877 esac
adamc@1132 7878 ;;
adamc@1132 7879
adamc@1132 7880 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
adamc@1132 7881 # PIC is the default for these OSes.
adamc@1132 7882 ;;
adamc@1132 7883
adamc@1132 7884 mingw* | cygwin* | pw32* | os2* | cegcc*)
adamc@1132 7885 # This hack is so that the source file can tell whether it is being
adamc@1132 7886 # built for inclusion in a dll (and should export symbols for example).
adamc@1132 7887 # Although the cygwin gcc ignores -fPIC, still need this for old-style
adamc@1132 7888 # (--disable-auto-import) libraries
adamc@1132 7889 lt_prog_compiler_pic='-DDLL_EXPORT'
adamc@1132 7890 ;;
adamc@1132 7891
adamc@1132 7892 darwin* | rhapsody*)
adamc@1132 7893 # PIC is the default on this platform
adamc@1132 7894 # Common symbols not allowed in MH_DYLIB files
adamc@1132 7895 lt_prog_compiler_pic='-fno-common'
adamc@1132 7896 ;;
adamc@1132 7897
adamc@1132 7898 hpux*)
adamc@1132 7899 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
adamc@1132 7900 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
adamc@1132 7901 # sets the default TLS model and affects inlining.
adamc@1132 7902 case $host_cpu in
adamc@1132 7903 hppa*64*)
adamc@1132 7904 # +Z the default
adamc@1132 7905 ;;
adamc@1132 7906 *)
adamc@1132 7907 lt_prog_compiler_pic='-fPIC'
adamc@1132 7908 ;;
adamc@1132 7909 esac
adamc@1132 7910 ;;
adamc@1132 7911
adamc@1132 7912 interix[3-9]*)
adamc@1132 7913 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
adamc@1132 7914 # Instead, we relocate shared libraries at runtime.
adamc@1132 7915 ;;
adamc@1132 7916
adamc@1132 7917 msdosdjgpp*)
adamc@1132 7918 # Just because we use GCC doesn't mean we suddenly get shared libraries
adamc@1132 7919 # on systems that don't support them.
adamc@1132 7920 lt_prog_compiler_can_build_shared=no
adamc@1132 7921 enable_shared=no
adamc@1132 7922 ;;
adamc@1132 7923
adamc@1132 7924 *nto* | *qnx*)
adamc@1132 7925 # QNX uses GNU C++, but need to define -shared option too, otherwise
adamc@1132 7926 # it will coredump.
adamc@1132 7927 lt_prog_compiler_pic='-fPIC -shared'
adamc@1132 7928 ;;
adamc@1132 7929
adamc@1132 7930 sysv4*MP*)
adamc@1132 7931 if test -d /usr/nec; then
adamc@1132 7932 lt_prog_compiler_pic=-Kconform_pic
adamc@1132 7933 fi
adamc@1132 7934 ;;
adamc@1132 7935
adamc@1132 7936 *)
adamc@1132 7937 lt_prog_compiler_pic='-fPIC'
adamc@1132 7938 ;;
adamc@1132 7939 esac
adamc@1132 7940 else
adamc@1132 7941 # PORTME Check for flag to pass linker flags through the system compiler.
adamc@1132 7942 case $host_os in
adamc@1132 7943 aix*)
adamc@1132 7944 lt_prog_compiler_wl='-Wl,'
adamc@1132 7945 if test "$host_cpu" = ia64; then
adamc@1132 7946 # AIX 5 now supports IA64 processor
adamc@1132 7947 lt_prog_compiler_static='-Bstatic'
adamc@1132 7948 else
adamc@1132 7949 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
adamc@1132 7950 fi
adamc@1132 7951 ;;
adamc@1132 7952
adamc@1132 7953 mingw* | cygwin* | pw32* | os2* | cegcc*)
adamc@1132 7954 # This hack is so that the source file can tell whether it is being
adamc@1132 7955 # built for inclusion in a dll (and should export symbols for example).
adamc@1132 7956 lt_prog_compiler_pic='-DDLL_EXPORT'
adamc@1132 7957 ;;
adamc@1132 7958
adamc@1132 7959 hpux9* | hpux10* | hpux11*)
adamc@1132 7960 lt_prog_compiler_wl='-Wl,'
adamc@1132 7961 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
adamc@1132 7962 # not for PA HP-UX.
adamc@1132 7963 case $host_cpu in
adamc@1132 7964 hppa*64*|ia64*)
adamc@1132 7965 # +Z the default
adamc@1132 7966 ;;
adamc@1132 7967 *)
adamc@1132 7968 lt_prog_compiler_pic='+Z'
adamc@1132 7969 ;;
adamc@1132 7970 esac
adamc@1132 7971 # Is there a better lt_prog_compiler_static that works with the bundled CC?
adamc@1132 7972 lt_prog_compiler_static='${wl}-a ${wl}archive'
adamc@1132 7973 ;;
adamc@1132 7974
adamc@1132 7975 irix5* | irix6* | nonstopux*)
adamc@1132 7976 lt_prog_compiler_wl='-Wl,'
adamc@1132 7977 # PIC (with -KPIC) is the default.
adamc@1132 7978 lt_prog_compiler_static='-non_shared'
adamc@1132 7979 ;;
adamc@1132 7980
adamc@1132 7981 linux* | k*bsd*-gnu | kopensolaris*-gnu)
adamc@1132 7982 case $cc_basename in
adamc@1132 7983 # old Intel for x86_64 which still supported -KPIC.
adamc@1132 7984 ecc*)
adamc@1132 7985 lt_prog_compiler_wl='-Wl,'
adamc@1132 7986 lt_prog_compiler_pic='-KPIC'
adamc@1132 7987 lt_prog_compiler_static='-static'
adamc@1132 7988 ;;
adamc@1132 7989 # icc used to be incompatible with GCC.
adamc@1132 7990 # ICC 10 doesn't accept -KPIC any more.
adamc@1132 7991 icc* | ifort*)
adamc@1132 7992 lt_prog_compiler_wl='-Wl,'
adamc@1132 7993 lt_prog_compiler_pic='-fPIC'
adamc@1132 7994 lt_prog_compiler_static='-static'
adamc@1132 7995 ;;
adamc@1132 7996 # Lahey Fortran 8.1.
adamc@1132 7997 lf95*)
adamc@1132 7998 lt_prog_compiler_wl='-Wl,'
adamc@1132 7999 lt_prog_compiler_pic='--shared'
adamc@1132 8000 lt_prog_compiler_static='--static'
adamc@1132 8001 ;;
adamc@1132 8002 pgcc* | pgf77* | pgf90* | pgf95*)
adamc@1132 8003 # Portland Group compilers (*not* the Pentium gcc compiler,
adamc@1132 8004 # which looks to be a dead project)
adamc@1132 8005 lt_prog_compiler_wl='-Wl,'
adamc@1132 8006 lt_prog_compiler_pic='-fpic'
adamc@1132 8007 lt_prog_compiler_static='-Bstatic'
adamc@1132 8008 ;;
adamc@1132 8009 ccc*)
adamc@1132 8010 lt_prog_compiler_wl='-Wl,'
adamc@1132 8011 # All Alpha code is PIC.
adamc@1132 8012 lt_prog_compiler_static='-non_shared'
adamc@1132 8013 ;;
adamc@1132 8014 xl*)
adamc@1132 8015 # IBM XL C 8.0/Fortran 10.1 on PPC
adamc@1132 8016 lt_prog_compiler_wl='-Wl,'
adamc@1132 8017 lt_prog_compiler_pic='-qpic'
adamc@1132 8018 lt_prog_compiler_static='-qstaticlink'
adamc@1132 8019 ;;
adamc@1132 8020 *)
adamc@1132 8021 case `$CC -V 2>&1 | sed 5q` in
adamc@1132 8022 *Sun\ C*)
adamc@1132 8023 # Sun C 5.9
adamc@1132 8024 lt_prog_compiler_pic='-KPIC'
adamc@1132 8025 lt_prog_compiler_static='-Bstatic'
adamc@1132 8026 lt_prog_compiler_wl='-Wl,'
adamc@1132 8027 ;;
adamc@1132 8028 *Sun\ F*)
adamc@1132 8029 # Sun Fortran 8.3 passes all unrecognized flags to the linker
adamc@1132 8030 lt_prog_compiler_pic='-KPIC'
adamc@1132 8031 lt_prog_compiler_static='-Bstatic'
adamc@1132 8032 lt_prog_compiler_wl=''
adamc@1132 8033 ;;
adamc@1132 8034 esac
adamc@1132 8035 ;;
adamc@1132 8036 esac
adamc@1132 8037 ;;
adamc@1132 8038
adamc@1132 8039 newsos6)
adamc@1132 8040 lt_prog_compiler_pic='-KPIC'
adamc@1132 8041 lt_prog_compiler_static='-Bstatic'
adamc@1132 8042 ;;
adamc@1132 8043
adamc@1132 8044 *nto* | *qnx*)
adamc@1132 8045 # QNX uses GNU C++, but need to define -shared option too, otherwise
adamc@1132 8046 # it will coredump.
adamc@1132 8047 lt_prog_compiler_pic='-fPIC -shared'
adamc@1132 8048 ;;
adamc@1132 8049
adamc@1132 8050 osf3* | osf4* | osf5*)
adamc@1132 8051 lt_prog_compiler_wl='-Wl,'
adamc@1132 8052 # All OSF/1 code is PIC.
adamc@1132 8053 lt_prog_compiler_static='-non_shared'
adamc@1132 8054 ;;
adamc@1132 8055
adamc@1132 8056 rdos*)
adamc@1132 8057 lt_prog_compiler_static='-non_shared'
adamc@1132 8058 ;;
adamc@1132 8059
adamc@1132 8060 solaris*)
adamc@1132 8061 lt_prog_compiler_pic='-KPIC'
adamc@1132 8062 lt_prog_compiler_static='-Bstatic'
adamc@1132 8063 case $cc_basename in
adamc@1132 8064 f77* | f90* | f95*)
adamc@1132 8065 lt_prog_compiler_wl='-Qoption ld ';;
adamc@1132 8066 *)
adamc@1132 8067 lt_prog_compiler_wl='-Wl,';;
adamc@1132 8068 esac
adamc@1132 8069 ;;
adamc@1132 8070
adamc@1132 8071 sunos4*)
adamc@1132 8072 lt_prog_compiler_wl='-Qoption ld '
adamc@1132 8073 lt_prog_compiler_pic='-PIC'
adamc@1132 8074 lt_prog_compiler_static='-Bstatic'
adamc@1132 8075 ;;
adamc@1132 8076
adamc@1132 8077 sysv4 | sysv4.2uw2* | sysv4.3*)
adamc@1132 8078 lt_prog_compiler_wl='-Wl,'
adamc@1132 8079 lt_prog_compiler_pic='-KPIC'
adamc@1132 8080 lt_prog_compiler_static='-Bstatic'
adamc@1132 8081 ;;
adamc@1132 8082
adamc@1132 8083 sysv4*MP*)
adamc@1132 8084 if test -d /usr/nec ;then
adamc@1132 8085 lt_prog_compiler_pic='-Kconform_pic'
adamc@1132 8086 lt_prog_compiler_static='-Bstatic'
adamc@1132 8087 fi
adamc@1132 8088 ;;
adamc@1132 8089
adamc@1132 8090 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
adamc@1132 8091 lt_prog_compiler_wl='-Wl,'
adamc@1132 8092 lt_prog_compiler_pic='-KPIC'
adamc@1132 8093 lt_prog_compiler_static='-Bstatic'
adamc@1132 8094 ;;
adamc@1132 8095
adamc@1132 8096 unicos*)
adamc@1132 8097 lt_prog_compiler_wl='-Wl,'
adamc@1132 8098 lt_prog_compiler_can_build_shared=no
adamc@1132 8099 ;;
adamc@1132 8100
adamc@1132 8101 uts4*)
adamc@1132 8102 lt_prog_compiler_pic='-pic'
adamc@1132 8103 lt_prog_compiler_static='-Bstatic'
adamc@1132 8104 ;;
adamc@1132 8105
adamc@1132 8106 *)
adamc@1132 8107 lt_prog_compiler_can_build_shared=no
adamc@1132 8108 ;;
adamc@1132 8109 esac
adamc@1132 8110 fi
adamc@1132 8111
adamc@1132 8112 case $host_os in
adamc@1132 8113 # For platforms which do not support PIC, -DPIC is meaningless:
adamc@1132 8114 *djgpp*)
adamc@1132 8115 lt_prog_compiler_pic=
adamc@1132 8116 ;;
adamc@1132 8117 *)
adamc@1132 8118 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
adamc@1132 8119 ;;
adamc@1132 8120 esac
adamc@1132 8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
adamc@1132 8122 $as_echo "$lt_prog_compiler_pic" >&6; }
adamc@1132 8123
adamc@1132 8124
adamc@1132 8125
adamc@1132 8126
adamc@1132 8127
adamc@1132 8128
adamc@1132 8129 #
adamc@1132 8130 # Check to make sure the PIC flag actually works.
adamc@1132 8131 #
adamc@1132 8132 if test -n "$lt_prog_compiler_pic"; then
adamc@1132 8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
adamc@1132 8134 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
adamc@1132 8135 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
adamc@1132 8136 $as_echo_n "(cached) " >&6
adamc@1132 8137 else
adamc@1132 8138 lt_cv_prog_compiler_pic_works=no
adamc@1132 8139 ac_outfile=conftest.$ac_objext
adamc@1132 8140 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
adamc@1132 8141 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
adamc@1132 8142 # Insert the option either (1) after the last *FLAGS variable, or
adamc@1132 8143 # (2) before a word containing "conftest.", or (3) at the end.
adamc@1132 8144 # Note that $ac_compile itself does not contain backslashes and begins
adamc@1132 8145 # with a dollar sign (not a hyphen), so the echo should work correctly.
adamc@1132 8146 # The option is referenced via a variable to avoid confusing sed.
adamc@1132 8147 lt_compile=`echo "$ac_compile" | $SED \
adamc@1132 8148 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
adamc@1132 8149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
adamc@1132 8150 -e 's:$: $lt_compiler_flag:'`
adam@1441 8151 (eval echo "\"\$as_me:8151: $lt_compile\"" >&5)
adamc@1132 8152 (eval "$lt_compile" 2>conftest.err)
adamc@1132 8153 ac_status=$?
adamc@1132 8154 cat conftest.err >&5
adam@1441 8155 echo "$as_me:8155: \$? = $ac_status" >&5
adamc@1132 8156 if (exit $ac_status) && test -s "$ac_outfile"; then
adamc@1132 8157 # The compiler can only warn and ignore the option if not recognized
adamc@1132 8158 # So say no if there are warnings other than the usual output.
adamc@1132 8159 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
adamc@1132 8160 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
adamc@1132 8161 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
adamc@1132 8162 lt_cv_prog_compiler_pic_works=yes
adamc@1132 8163 fi
adamc@1132 8164 fi
adamc@1132 8165 $RM conftest*
adamc@1132 8166
adamc@1132 8167 fi
adamc@1132 8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
adamc@1132 8169 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
adamc@1132 8170
adamc@1132 8171 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
adamc@1132 8172 case $lt_prog_compiler_pic in
adamc@1132 8173 "" | " "*) ;;
adamc@1132 8174 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
adamc@1132 8175 esac
adamc@1132 8176 else
adamc@1132 8177 lt_prog_compiler_pic=
adamc@1132 8178 lt_prog_compiler_can_build_shared=no
adamc@1132 8179 fi
adamc@1132 8180
adamc@1132 8181 fi
adamc@1132 8182
adamc@1132 8183
adamc@1132 8184
adamc@1132 8185
adamc@1132 8186
adamc@1132 8187
adamc@1132 8188 #
adamc@1132 8189 # Check to make sure the static flag actually works.
adamc@1132 8190 #
adamc@1132 8191 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
adamc@1132 8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
adamc@1132 8193 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
adamc@1132 8194 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
adamc@1132 8195 $as_echo_n "(cached) " >&6
adamc@1132 8196 else
adamc@1132 8197 lt_cv_prog_compiler_static_works=no
adamc@1132 8198 save_LDFLAGS="$LDFLAGS"
adamc@1132 8199 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
adamc@1132 8200 echo "$lt_simple_link_test_code" > conftest.$ac_ext
adamc@1132 8201 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
adamc@1132 8202 # The linker can only warn and ignore the option if not recognized
adamc@1132 8203 # So say no if there are warnings
adamc@1132 8204 if test -s conftest.err; then
adamc@1132 8205 # Append any errors to the config.log.
adamc@1132 8206 cat conftest.err 1>&5
adamc@1132 8207 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
adamc@1132 8208 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
adamc@1132 8209 if diff conftest.exp conftest.er2 >/dev/null; then
adamc@1132 8210 lt_cv_prog_compiler_static_works=yes
adamc@1132 8211 fi
adamc@1132 8212 else
adamc@1132 8213 lt_cv_prog_compiler_static_works=yes
adamc@1132 8214 fi
adamc@1132 8215 fi
adamc@1132 8216 $RM -r conftest*
adamc@1132 8217 LDFLAGS="$save_LDFLAGS"
adamc@1132 8218
adamc@1132 8219 fi
adamc@1132 8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
adamc@1132 8221 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
adamc@1132 8222
adamc@1132 8223 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
adamc@1132 8224 :
adamc@1132 8225 else
adamc@1132 8226 lt_prog_compiler_static=
adamc@1132 8227 fi
adamc@1132 8228
adamc@1132 8229
adamc@1132 8230
adamc@1132 8231
adamc@1132 8232
adamc@1132 8233
adamc@1132 8234
adamc@1132 8235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
adamc@1132 8236 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
adamc@1132 8237 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
adamc@1132 8238 $as_echo_n "(cached) " >&6
adamc@1132 8239 else
adamc@1132 8240 lt_cv_prog_compiler_c_o=no
adamc@1132 8241 $RM -r conftest 2>/dev/null
adamc@1132 8242 mkdir conftest
adamc@1132 8243 cd conftest
adamc@1132 8244 mkdir out
adamc@1132 8245 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
adamc@1132 8246
adamc@1132 8247 lt_compiler_flag="-o out/conftest2.$ac_objext"
adamc@1132 8248 # Insert the option either (1) after the last *FLAGS variable, or
adamc@1132 8249 # (2) before a word containing "conftest.", or (3) at the end.
adamc@1132 8250 # Note that $ac_compile itself does not contain backslashes and begins
adamc@1132 8251 # with a dollar sign (not a hyphen), so the echo should work correctly.
adamc@1132 8252 lt_compile=`echo "$ac_compile" | $SED \
adamc@1132 8253 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
adamc@1132 8254 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
adamc@1132 8255 -e 's:$: $lt_compiler_flag:'`
adam@1441 8256 (eval echo "\"\$as_me:8256: $lt_compile\"" >&5)
adamc@1132 8257 (eval "$lt_compile" 2>out/conftest.err)
adamc@1132 8258 ac_status=$?
adamc@1132 8259 cat out/conftest.err >&5
adam@1441 8260 echo "$as_me:8260: \$? = $ac_status" >&5
adamc@1132 8261 if (exit $ac_status) && test -s out/conftest2.$ac_objext
adamc@1132 8262 then
adamc@1132 8263 # The compiler can only warn and ignore the option if not recognized
adamc@1132 8264 # So say no if there are warnings
adamc@1132 8265 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
adamc@1132 8266 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
adamc@1132 8267 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
adamc@1132 8268 lt_cv_prog_compiler_c_o=yes
adamc@1132 8269 fi
adamc@1132 8270 fi
adamc@1132 8271 chmod u+w . 2>&5
adamc@1132 8272 $RM conftest*
adamc@1132 8273 # SGI C++ compiler will create directory out/ii_files/ for
adamc@1132 8274 # template instantiation
adamc@1132 8275 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
adamc@1132 8276 $RM out/* && rmdir out
adamc@1132 8277 cd ..
adamc@1132 8278 $RM -r conftest
adamc@1132 8279 $RM conftest*
adamc@1132 8280
adamc@1132 8281 fi
adamc@1132 8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
adamc@1132 8283 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
adamc@1132 8284
adamc@1132 8285
adamc@1132 8286
adamc@1132 8287
adamc@1132 8288
adamc@1132 8289
adamc@1132 8290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
adamc@1132 8291 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
adamc@1132 8292 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
adamc@1132 8293 $as_echo_n "(cached) " >&6
adamc@1132 8294 else
adamc@1132 8295 lt_cv_prog_compiler_c_o=no
adamc@1132 8296 $RM -r conftest 2>/dev/null
adamc@1132 8297 mkdir conftest
adamc@1132 8298 cd conftest
adamc@1132 8299 mkdir out
adamc@1132 8300 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
adamc@1132 8301
adamc@1132 8302 lt_compiler_flag="-o out/conftest2.$ac_objext"
adamc@1132 8303 # Insert the option either (1) after the last *FLAGS variable, or
adamc@1132 8304 # (2) before a word containing "conftest.", or (3) at the end.
adamc@1132 8305 # Note that $ac_compile itself does not contain backslashes and begins
adamc@1132 8306 # with a dollar sign (not a hyphen), so the echo should work correctly.
adamc@1132 8307 lt_compile=`echo "$ac_compile" | $SED \
adamc@1132 8308 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
adamc@1132 8309 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
adamc@1132 8310 -e 's:$: $lt_compiler_flag:'`
adam@1441 8311 (eval echo "\"\$as_me:8311: $lt_compile\"" >&5)
adamc@1132 8312 (eval "$lt_compile" 2>out/conftest.err)
adamc@1132 8313 ac_status=$?
adamc@1132 8314 cat out/conftest.err >&5
adam@1441 8315 echo "$as_me:8315: \$? = $ac_status" >&5
adamc@1132 8316 if (exit $ac_status) && test -s out/conftest2.$ac_objext
adamc@1132 8317 then
adamc@1132 8318 # The compiler can only warn and ignore the option if not recognized
adamc@1132 8319 # So say no if there are warnings
adamc@1132 8320 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
adamc@1132 8321 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
adamc@1132 8322 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
adamc@1132 8323 lt_cv_prog_compiler_c_o=yes
adamc@1132 8324 fi
adamc@1132 8325 fi
adamc@1132 8326 chmod u+w . 2>&5
adamc@1132 8327 $RM conftest*
adamc@1132 8328 # SGI C++ compiler will create directory out/ii_files/ for
adamc@1132 8329 # template instantiation
adamc@1132 8330 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
adamc@1132 8331 $RM out/* && rmdir out
adamc@1132 8332 cd ..
adamc@1132 8333 $RM -r conftest
adamc@1132 8334 $RM conftest*
adamc@1132 8335
adamc@1132 8336 fi
adamc@1132 8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
adamc@1132 8338 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
adamc@1132 8339
adamc@1132 8340
adamc@1132 8341
adamc@1132 8342
adamc@1132 8343 hard_links="nottested"
adamc@1132 8344 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
adamc@1132 8345 # do not overwrite the value of need_locks provided by the user
adamc@1132 8346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
adamc@1132 8347 $as_echo_n "checking if we can lock with hard links... " >&6; }
adamc@1132 8348 hard_links=yes
adamc@1132 8349 $RM conftest*
adamc@1132 8350 ln conftest.a conftest.b 2>/dev/null && hard_links=no
adamc@1132 8351 touch conftest.a
adamc@1132 8352 ln conftest.a conftest.b 2>&5 || hard_links=no
adamc@1132 8353 ln conftest.a conftest.b 2>/dev/null && hard_links=no
adamc@1132 8354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
adamc@1132 8355 $as_echo "$hard_links" >&6; }
adamc@1132 8356 if test "$hard_links" = no; then
adamc@1132 8357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
adamc@1132 8358 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
adamc@1132 8359 need_locks=warn
adamc@1132 8360 fi
adamc@1132 8361 else
adamc@1132 8362 need_locks=no
adamc@1132 8363 fi
adamc@1132 8364
adamc@1132 8365
adamc@1132 8366
adamc@1132 8367
adamc@1132 8368
adamc@1132 8369
adamc@1132 8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
adamc@1132 8371 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
adamc@1132 8372
adamc@1132 8373 runpath_var=
adamc@1132 8374 allow_undefined_flag=
adamc@1132 8375 always_export_symbols=no
adamc@1132 8376 archive_cmds=
adamc@1132 8377 archive_expsym_cmds=
adamc@1132 8378 compiler_needs_object=no
adamc@1132 8379 enable_shared_with_static_runtimes=no
adamc@1132 8380 export_dynamic_flag_spec=
adamc@1132 8381 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
adamc@1132 8382 hardcode_automatic=no
adamc@1132 8383 hardcode_direct=no
adamc@1132 8384 hardcode_direct_absolute=no
adamc@1132 8385 hardcode_libdir_flag_spec=
adamc@1132 8386 hardcode_libdir_flag_spec_ld=
adamc@1132 8387 hardcode_libdir_separator=
adamc@1132 8388 hardcode_minus_L=no
adamc@1132 8389 hardcode_shlibpath_var=unsupported
adamc@1132 8390 inherit_rpath=no
adamc@1132 8391 link_all_deplibs=unknown
adamc@1132 8392 module_cmds=
adamc@1132 8393 module_expsym_cmds=
adamc@1132 8394 old_archive_from_new_cmds=
adamc@1132 8395 old_archive_from_expsyms_cmds=
adamc@1132 8396 thread_safe_flag_spec=
adamc@1132 8397 whole_archive_flag_spec=
adamc@1132 8398 # include_expsyms should be a list of space-separated symbols to be *always*
adamc@1132 8399 # included in the symbol list
adamc@1132 8400 include_expsyms=
adamc@1132 8401 # exclude_expsyms can be an extended regexp of symbols to exclude
adamc@1132 8402 # it will be wrapped by ` (' and `)$', so one must not match beginning or
adamc@1132 8403 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
adamc@1132 8404 # as well as any symbol that contains `d'.
adamc@1132 8405 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
adamc@1132 8406 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
adamc@1132 8407 # platforms (ab)use it in PIC code, but their linkers get confused if
adamc@1132 8408 # the symbol is explicitly referenced. Since portable code cannot
adamc@1132 8409 # rely on this symbol name, it's probably fine to never include it in
adamc@1132 8410 # preloaded symbol tables.
adamc@1132 8411 # Exclude shared library initialization/finalization symbols.
adamc@1132 8412 extract_expsyms_cmds=
adamc@1132 8413
adamc@1132 8414 case $host_os in
adamc@1132 8415 cygwin* | mingw* | pw32* | cegcc*)
adamc@1132 8416 # FIXME: the MSVC++ port hasn't been tested in a loooong time
adamc@1132 8417 # When not using gcc, we currently assume that we are using
adamc@1132 8418 # Microsoft Visual C++.
adamc@1132 8419 if test "$GCC" != yes; then
adamc@1132 8420 with_gnu_ld=no
adamc@1132 8421 fi
adamc@1132 8422 ;;
adamc@1132 8423 interix*)
adamc@1132 8424 # we just hope/assume this is gcc and not c89 (= MSVC++)
adamc@1132 8425 with_gnu_ld=yes
adamc@1132 8426 ;;
adamc@1132 8427 openbsd*)
adamc@1132 8428 with_gnu_ld=no
adamc@1132 8429 ;;
adamc@1132 8430 linux* | k*bsd*-gnu)
adamc@1132 8431 link_all_deplibs=no
adamc@1132 8432 ;;
adamc@1132 8433 esac
adamc@1132 8434
adamc@1132 8435 ld_shlibs=yes
adamc@1132 8436 if test "$with_gnu_ld" = yes; then
adamc@1132 8437 # If archive_cmds runs LD, not CC, wlarc should be empty
adamc@1132 8438 wlarc='${wl}'
adamc@1132 8439
adamc@1132 8440 # Set some defaults for GNU ld with shared library support. These
adamc@1132 8441 # are reset later if shared libraries are not supported. Putting them
adamc@1132 8442 # here allows them to be overridden if necessary.
adamc@1132 8443 runpath_var=LD_RUN_PATH
adamc@1132 8444 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 8445 export_dynamic_flag_spec='${wl}--export-dynamic'
adamc@1132 8446 # ancient GNU ld didn't support --whole-archive et. al.
adamc@1132 8447 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
adamc@1132 8448 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
adamc@1132 8449 else
adamc@1132 8450 whole_archive_flag_spec=
adamc@1132 8451 fi
adamc@1132 8452 supports_anon_versioning=no
adamc@1132 8453 case `$LD -v 2>&1` in
adamc@1132 8454 *GNU\ gold*) supports_anon_versioning=yes ;;
adamc@1132 8455 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
adamc@1132 8456 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
adamc@1132 8457 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
adamc@1132 8458 *\ 2.11.*) ;; # other 2.11 versions
adamc@1132 8459 *) supports_anon_versioning=yes ;;
adamc@1132 8460 esac
adamc@1132 8461
adamc@1132 8462 # See if GNU ld supports shared libraries.
adamc@1132 8463 case $host_os in
adamc@1132 8464 aix[3-9]*)
adamc@1132 8465 # On AIX/PPC, the GNU linker is very broken
adamc@1132 8466 if test "$host_cpu" != ia64; then
adamc@1132 8467 ld_shlibs=no
adamc@1132 8468 cat <<_LT_EOF 1>&2
adamc@1132 8469
adamc@1132 8470 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
adamc@1132 8471 *** to be unable to reliably create shared libraries on AIX.
adamc@1132 8472 *** Therefore, libtool is disabling shared libraries support. If you
adamc@1132 8473 *** really care for shared libraries, you may want to modify your PATH
adamc@1132 8474 *** so that a non-GNU linker is found, and then restart.
adamc@1132 8475
adamc@1132 8476 _LT_EOF
adamc@1132 8477 fi
adamc@1132 8478 ;;
adamc@1132 8479
adamc@1132 8480 amigaos*)
adamc@1132 8481 case $host_cpu in
adamc@1132 8482 powerpc)
adamc@1132 8483 # see comment about AmigaOS4 .so support
adamc@1132 8484 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8485 archive_expsym_cmds=''
adamc@1132 8486 ;;
adamc@1132 8487 m68k)
adamc@1132 8488 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)'
adamc@1132 8489 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 8490 hardcode_minus_L=yes
adamc@1132 8491 ;;
adamc@1132 8492 esac
adamc@1132 8493 ;;
adamc@1132 8494
adamc@1132 8495 beos*)
adamc@1132 8496 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
adamc@1132 8497 allow_undefined_flag=unsupported
adamc@1132 8498 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
adamc@1132 8499 # support --undefined. This deserves some investigation. FIXME
adamc@1132 8500 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8501 else
adamc@1132 8502 ld_shlibs=no
adamc@1132 8503 fi
adamc@1132 8504 ;;
adamc@1132 8505
adamc@1132 8506 cygwin* | mingw* | pw32* | cegcc*)
adamc@1132 8507 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
adamc@1132 8508 # as there is no search path for DLLs.
adamc@1132 8509 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 8510 allow_undefined_flag=unsupported
adamc@1132 8511 always_export_symbols=no
adamc@1132 8512 enable_shared_with_static_runtimes=yes
adamc@1132 8513 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
adamc@1132 8514
adamc@1132 8515 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
adamc@1132 8516 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
adamc@1132 8517 # If the export-symbols file already is a .def file (1st line
adamc@1132 8518 # is EXPORTS), use it as is; otherwise, prepend...
adamc@1132 8519 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
adamc@1132 8520 cp $export_symbols $output_objdir/$soname.def;
adamc@1132 8521 else
adamc@1132 8522 echo EXPORTS > $output_objdir/$soname.def;
adamc@1132 8523 cat $export_symbols >> $output_objdir/$soname.def;
adamc@1132 8524 fi~
adamc@1132 8525 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
adamc@1132 8526 else
adamc@1132 8527 ld_shlibs=no
adamc@1132 8528 fi
adamc@1132 8529 ;;
adamc@1132 8530
adamc@1132 8531 interix[3-9]*)
adamc@1132 8532 hardcode_direct=no
adamc@1132 8533 hardcode_shlibpath_var=no
adamc@1132 8534 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
adamc@1132 8535 export_dynamic_flag_spec='${wl}-E'
adamc@1132 8536 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
adamc@1132 8537 # Instead, shared libraries are loaded at an image base (0x10000000 by
adamc@1132 8538 # default) and relocated if they conflict, which is a slow very memory
adamc@1132 8539 # consuming and fragmenting process. To avoid this, we pick a random,
adamc@1132 8540 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
adamc@1132 8541 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
adamc@1132 8542 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
adamc@1132 8543 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'
adamc@1132 8544 ;;
adamc@1132 8545
adamc@1132 8546 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
adamc@1132 8547 tmp_diet=no
adamc@1132 8548 if test "$host_os" = linux-dietlibc; then
adamc@1132 8549 case $cc_basename in
adamc@1132 8550 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
adamc@1132 8551 esac
adamc@1132 8552 fi
adamc@1132 8553 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
adamc@1132 8554 && test "$tmp_diet" = no
adamc@1132 8555 then
adamc@1132 8556 tmp_addflag=
adamc@1132 8557 tmp_sharedflag='-shared'
adamc@1132 8558 case $cc_basename,$host_cpu in
adamc@1132 8559 pgcc*) # Portland Group C compiler
adamc@1132 8560 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
adamc@1132 8561 tmp_addflag=' $pic_flag'
adamc@1132 8562 ;;
adamc@1132 8563 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
adamc@1132 8564 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
adamc@1132 8565 tmp_addflag=' $pic_flag -Mnomain' ;;
adamc@1132 8566 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
adamc@1132 8567 tmp_addflag=' -i_dynamic' ;;
adamc@1132 8568 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
adamc@1132 8569 tmp_addflag=' -i_dynamic -nofor_main' ;;
adamc@1132 8570 ifc* | ifort*) # Intel Fortran compiler
adamc@1132 8571 tmp_addflag=' -nofor_main' ;;
adamc@1132 8572 lf95*) # Lahey Fortran 8.1
adamc@1132 8573 whole_archive_flag_spec=
adamc@1132 8574 tmp_sharedflag='--shared' ;;
adamc@1132 8575 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
adamc@1132 8576 tmp_sharedflag='-qmkshrobj'
adamc@1132 8577 tmp_addflag= ;;
adamc@1132 8578 esac
adamc@1132 8579 case `$CC -V 2>&1 | sed 5q` in
adamc@1132 8580 *Sun\ C*) # Sun C 5.9
adamc@1132 8581 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
adamc@1132 8582 compiler_needs_object=yes
adamc@1132 8583 tmp_sharedflag='-G' ;;
adamc@1132 8584 *Sun\ F*) # Sun Fortran 8.3
adamc@1132 8585 tmp_sharedflag='-G' ;;
adamc@1132 8586 esac
adamc@1132 8587 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8588
adamc@1132 8589 if test "x$supports_anon_versioning" = xyes; then
adamc@1132 8590 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
adamc@1132 8591 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
adamc@1132 8592 echo "local: *; };" >> $output_objdir/$libname.ver~
adamc@1132 8593 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
adamc@1132 8594 fi
adamc@1132 8595
adamc@1132 8596 case $cc_basename in
adamc@1132 8597 xlf*)
adamc@1132 8598 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
adamc@1132 8599 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
adamc@1132 8600 hardcode_libdir_flag_spec=
adamc@1132 8601 hardcode_libdir_flag_spec_ld='-rpath $libdir'
adamc@1132 8602 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
adamc@1132 8603 if test "x$supports_anon_versioning" = xyes; then
adamc@1132 8604 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
adamc@1132 8605 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
adamc@1132 8606 echo "local: *; };" >> $output_objdir/$libname.ver~
adamc@1132 8607 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
adamc@1132 8608 fi
adamc@1132 8609 ;;
adamc@1132 8610 esac
adamc@1132 8611 else
adamc@1132 8612 ld_shlibs=no
adamc@1132 8613 fi
adamc@1132 8614 ;;
adamc@1132 8615
adamc@1132 8616 netbsd* | netbsdelf*-gnu)
adamc@1132 8617 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
adamc@1132 8618 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
adamc@1132 8619 wlarc=
adamc@1132 8620 else
adamc@1132 8621 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8622 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
adamc@1132 8623 fi
adamc@1132 8624 ;;
adamc@1132 8625
adamc@1132 8626 solaris*)
adamc@1132 8627 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
adamc@1132 8628 ld_shlibs=no
adamc@1132 8629 cat <<_LT_EOF 1>&2
adamc@1132 8630
adamc@1132 8631 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
adamc@1132 8632 *** create shared libraries on Solaris systems. Therefore, libtool
adamc@1132 8633 *** is disabling shared libraries support. We urge you to upgrade GNU
adamc@1132 8634 *** binutils to release 2.9.1 or newer. Another option is to modify
adamc@1132 8635 *** your PATH or compiler configuration so that the native linker is
adamc@1132 8636 *** used, and then restart.
adamc@1132 8637
adamc@1132 8638 _LT_EOF
adamc@1132 8639 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
adamc@1132 8640 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8641 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
adamc@1132 8642 else
adamc@1132 8643 ld_shlibs=no
adamc@1132 8644 fi
adamc@1132 8645 ;;
adamc@1132 8646
adamc@1132 8647 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
adamc@1132 8648 case `$LD -v 2>&1` in
adamc@1132 8649 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
adamc@1132 8650 ld_shlibs=no
adamc@1132 8651 cat <<_LT_EOF 1>&2
adamc@1132 8652
adamc@1132 8653 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
adamc@1132 8654 *** reliably create shared libraries on SCO systems. Therefore, libtool
adamc@1132 8655 *** is disabling shared libraries support. We urge you to upgrade GNU
adamc@1132 8656 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
adamc@1132 8657 *** your PATH or compiler configuration so that the native linker is
adamc@1132 8658 *** used, and then restart.
adamc@1132 8659
adamc@1132 8660 _LT_EOF
adamc@1132 8661 ;;
adamc@1132 8662 *)
adamc@1132 8663 # For security reasons, it is highly recommended that you always
adamc@1132 8664 # use absolute paths for naming shared libraries, and exclude the
adamc@1132 8665 # DT_RUNPATH tag from executables and libraries. But doing so
adamc@1132 8666 # requires that you compile everything twice, which is a pain.
adamc@1132 8667 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
adamc@1132 8668 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 8669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
adamc@1132 8671 else
adamc@1132 8672 ld_shlibs=no
adamc@1132 8673 fi
adamc@1132 8674 ;;
adamc@1132 8675 esac
adamc@1132 8676 ;;
adamc@1132 8677
adamc@1132 8678 sunos4*)
adamc@1132 8679 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 8680 wlarc=
adamc@1132 8681 hardcode_direct=yes
adamc@1132 8682 hardcode_shlibpath_var=no
adamc@1132 8683 ;;
adamc@1132 8684
adamc@1132 8685 *)
adamc@1132 8686 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
adamc@1132 8687 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8688 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
adamc@1132 8689 else
adamc@1132 8690 ld_shlibs=no
adamc@1132 8691 fi
adamc@1132 8692 ;;
adamc@1132 8693 esac
adamc@1132 8694
adamc@1132 8695 if test "$ld_shlibs" = no; then
adamc@1132 8696 runpath_var=
adamc@1132 8697 hardcode_libdir_flag_spec=
adamc@1132 8698 export_dynamic_flag_spec=
adamc@1132 8699 whole_archive_flag_spec=
adamc@1132 8700 fi
adamc@1132 8701 else
adamc@1132 8702 # PORTME fill in a description of your system's linker (not GNU ld)
adamc@1132 8703 case $host_os in
adamc@1132 8704 aix3*)
adamc@1132 8705 allow_undefined_flag=unsupported
adamc@1132 8706 always_export_symbols=yes
adamc@1132 8707 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'
adamc@1132 8708 # Note: this linker hardcodes the directories in LIBPATH if there
adamc@1132 8709 # are no directories specified by -L.
adamc@1132 8710 hardcode_minus_L=yes
adamc@1132 8711 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
adamc@1132 8712 # Neither direct hardcoding nor static linking is supported with a
adamc@1132 8713 # broken collect2.
adamc@1132 8714 hardcode_direct=unsupported
adamc@1132 8715 fi
adamc@1132 8716 ;;
adamc@1132 8717
adamc@1132 8718 aix[4-9]*)
adamc@1132 8719 if test "$host_cpu" = ia64; then
adamc@1132 8720 # On IA64, the linker does run time linking by default, so we don't
adamc@1132 8721 # have to do anything special.
adamc@1132 8722 aix_use_runtimelinking=no
adamc@1132 8723 exp_sym_flag='-Bexport'
adamc@1132 8724 no_entry_flag=""
adamc@1132 8725 else
adamc@1132 8726 # If we're using GNU nm, then we don't want the "-C" option.
adamc@1132 8727 # -C means demangle to AIX nm, but means don't demangle with GNU nm
adamc@1132 8728 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
adamc@1132 8729 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
adamc@1132 8730 else
adamc@1132 8731 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
adamc@1132 8732 fi
adamc@1132 8733 aix_use_runtimelinking=no
adamc@1132 8734
adamc@1132 8735 # Test if we are trying to use run time linking or normal
adamc@1132 8736 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
adamc@1132 8737 # need to do runtime linking.
adamc@1132 8738 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
adamc@1132 8739 for ld_flag in $LDFLAGS; do
adamc@1132 8740 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
adamc@1132 8741 aix_use_runtimelinking=yes
adamc@1132 8742 break
adamc@1132 8743 fi
adamc@1132 8744 done
adamc@1132 8745 ;;
adamc@1132 8746 esac
adamc@1132 8747
adamc@1132 8748 exp_sym_flag='-bexport'
adamc@1132 8749 no_entry_flag='-bnoentry'
adamc@1132 8750 fi
adamc@1132 8751
adamc@1132 8752 # When large executables or shared objects are built, AIX ld can
adamc@1132 8753 # have problems creating the table of contents. If linking a library
adamc@1132 8754 # or program results in "error TOC overflow" add -mminimal-toc to
adamc@1132 8755 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
adamc@1132 8756 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
adamc@1132 8757
adamc@1132 8758 archive_cmds=''
adamc@1132 8759 hardcode_direct=yes
adamc@1132 8760 hardcode_direct_absolute=yes
adamc@1132 8761 hardcode_libdir_separator=':'
adamc@1132 8762 link_all_deplibs=yes
adamc@1132 8763 file_list_spec='${wl}-f,'
adamc@1132 8764
adamc@1132 8765 if test "$GCC" = yes; then
adamc@1132 8766 case $host_os in aix4.[012]|aix4.[012].*)
adamc@1132 8767 # We only want to do this on AIX 4.2 and lower, the check
adamc@1132 8768 # below for broken collect2 doesn't work under 4.3+
adamc@1132 8769 collect2name=`${CC} -print-prog-name=collect2`
adamc@1132 8770 if test -f "$collect2name" &&
adamc@1132 8771 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
adamc@1132 8772 then
adamc@1132 8773 # We have reworked collect2
adamc@1132 8774 :
adamc@1132 8775 else
adamc@1132 8776 # We have old collect2
adamc@1132 8777 hardcode_direct=unsupported
adamc@1132 8778 # It fails to find uninstalled libraries when the uninstalled
adamc@1132 8779 # path is not listed in the libpath. Setting hardcode_minus_L
adamc@1132 8780 # to unsupported forces relinking
adamc@1132 8781 hardcode_minus_L=yes
adamc@1132 8782 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 8783 hardcode_libdir_separator=
adamc@1132 8784 fi
adamc@1132 8785 ;;
adamc@1132 8786 esac
adamc@1132 8787 shared_flag='-shared'
adamc@1132 8788 if test "$aix_use_runtimelinking" = yes; then
adamc@1132 8789 shared_flag="$shared_flag "'${wl}-G'
adamc@1132 8790 fi
adamc@1132 8791 link_all_deplibs=no
adamc@1132 8792 else
adamc@1132 8793 # not using gcc
adamc@1132 8794 if test "$host_cpu" = ia64; then
adamc@1132 8795 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
adamc@1132 8796 # chokes on -Wl,-G. The following line is correct:
adamc@1132 8797 shared_flag='-G'
adamc@1132 8798 else
adamc@1132 8799 if test "$aix_use_runtimelinking" = yes; then
adamc@1132 8800 shared_flag='${wl}-G'
adamc@1132 8801 else
adamc@1132 8802 shared_flag='${wl}-bM:SRE'
adamc@1132 8803 fi
adamc@1132 8804 fi
adamc@1132 8805 fi
adamc@1132 8806
adamc@1132 8807 export_dynamic_flag_spec='${wl}-bexpall'
adamc@1132 8808 # It seems that -bexpall does not export symbols beginning with
adamc@1132 8809 # underscore (_), so it is better to generate a list of symbols to export.
adamc@1132 8810 always_export_symbols=yes
adamc@1132 8811 if test "$aix_use_runtimelinking" = yes; then
adamc@1132 8812 # Warning - without using the other runtime loading flags (-brtl),
adamc@1132 8813 # -berok will link without error, but may produce a broken library.
adamc@1132 8814 allow_undefined_flag='-berok'
adamc@1132 8815 # Determine the default libpath from the value encoded in an
adamc@1132 8816 # empty executable.
adamc@1132 8817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 8818 /* end confdefs.h. */
adamc@1132 8819
adamc@1132 8820 int
adamc@1132 8821 main ()
adamc@1132 8822 {
adamc@1132 8823
adamc@1132 8824 ;
adamc@1132 8825 return 0;
adamc@1132 8826 }
adamc@1132 8827 _ACEOF
adamc@1132 8828 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 8829
adamc@1132 8830 lt_aix_libpath_sed='
adamc@1132 8831 /Import File Strings/,/^$/ {
adamc@1132 8832 /^0/ {
adamc@1132 8833 s/^0 *\(.*\)$/\1/
adamc@1132 8834 p
adamc@1132 8835 }
adamc@1132 8836 }'
adamc@1132 8837 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
adamc@1132 8838 # Check for a 64-bit object if we didn't find anything.
adamc@1132 8839 if test -z "$aix_libpath"; then
adamc@1132 8840 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
adamc@1132 8841 fi
adamc@1132 8842 fi
adamc@1132 8843 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 8844 conftest$ac_exeext conftest.$ac_ext
adamc@1132 8845 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
adamc@1132 8846
adamc@1132 8847 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
adamc@1132 8848 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
adamc@1132 8849 else
adamc@1132 8850 if test "$host_cpu" = ia64; then
adamc@1132 8851 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
adamc@1132 8852 allow_undefined_flag="-z nodefs"
adamc@1132 8853 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"
adamc@1132 8854 else
adamc@1132 8855 # Determine the default libpath from the value encoded in an
adamc@1132 8856 # empty executable.
adamc@1132 8857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 8858 /* end confdefs.h. */
adamc@1132 8859
adamc@1132 8860 int
adamc@1132 8861 main ()
adamc@1132 8862 {
adamc@1132 8863
adamc@1132 8864 ;
adamc@1132 8865 return 0;
adamc@1132 8866 }
adamc@1132 8867 _ACEOF
adamc@1132 8868 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 8869
adamc@1132 8870 lt_aix_libpath_sed='
adamc@1132 8871 /Import File Strings/,/^$/ {
adamc@1132 8872 /^0/ {
adamc@1132 8873 s/^0 *\(.*\)$/\1/
adamc@1132 8874 p
adamc@1132 8875 }
adamc@1132 8876 }'
adamc@1132 8877 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
adamc@1132 8878 # Check for a 64-bit object if we didn't find anything.
adamc@1132 8879 if test -z "$aix_libpath"; then
adamc@1132 8880 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
adamc@1132 8881 fi
adamc@1132 8882 fi
adamc@1132 8883 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 8884 conftest$ac_exeext conftest.$ac_ext
adamc@1132 8885 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
adamc@1132 8886
adamc@1132 8887 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
adamc@1132 8888 # Warning - without using the other run time loading flags,
adamc@1132 8889 # -berok will link without error, but may produce a broken library.
adamc@1132 8890 no_undefined_flag=' ${wl}-bernotok'
adamc@1132 8891 allow_undefined_flag=' ${wl}-berok'
adamc@1132 8892 # Exported symbols can be pulled into shared objects from archives
adamc@1132 8893 whole_archive_flag_spec='$convenience'
adamc@1132 8894 archive_cmds_need_lc=yes
adamc@1132 8895 # This is similar to how AIX traditionally builds its shared libraries.
adamc@1132 8896 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
adamc@1132 8897 fi
adamc@1132 8898 fi
adamc@1132 8899 ;;
adamc@1132 8900
adamc@1132 8901 amigaos*)
adamc@1132 8902 case $host_cpu in
adamc@1132 8903 powerpc)
adamc@1132 8904 # see comment about AmigaOS4 .so support
adamc@1132 8905 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
adamc@1132 8906 archive_expsym_cmds=''
adamc@1132 8907 ;;
adamc@1132 8908 m68k)
adamc@1132 8909 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)'
adamc@1132 8910 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 8911 hardcode_minus_L=yes
adamc@1132 8912 ;;
adamc@1132 8913 esac
adamc@1132 8914 ;;
adamc@1132 8915
adamc@1132 8916 bsdi[45]*)
adamc@1132 8917 export_dynamic_flag_spec=-rdynamic
adamc@1132 8918 ;;
adamc@1132 8919
adamc@1132 8920 cygwin* | mingw* | pw32* | cegcc*)
adamc@1132 8921 # When not using gcc, we currently assume that we are using
adamc@1132 8922 # Microsoft Visual C++.
adamc@1132 8923 # hardcode_libdir_flag_spec is actually meaningless, as there is
adamc@1132 8924 # no search path for DLLs.
adamc@1132 8925 hardcode_libdir_flag_spec=' '
adamc@1132 8926 allow_undefined_flag=unsupported
adamc@1132 8927 # Tell ltmain to make .lib files, not .a files.
adamc@1132 8928 libext=lib
adamc@1132 8929 # Tell ltmain to make .dll files, not .so files.
adamc@1132 8930 shrext_cmds=".dll"
adamc@1132 8931 # FIXME: Setting linknames here is a bad hack.
adamc@1132 8932 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
adamc@1132 8933 # The linker will automatically build a .lib file if we build a DLL.
adamc@1132 8934 old_archive_from_new_cmds='true'
adamc@1132 8935 # FIXME: Should let the user specify the lib program.
adamc@1132 8936 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
adamc@1132 8937 fix_srcfile_path='`cygpath -w "$srcfile"`'
adamc@1132 8938 enable_shared_with_static_runtimes=yes
adamc@1132 8939 ;;
adamc@1132 8940
adamc@1132 8941 darwin* | rhapsody*)
adamc@1132 8942
adamc@1132 8943
adamc@1132 8944 archive_cmds_need_lc=no
adamc@1132 8945 hardcode_direct=no
adamc@1132 8946 hardcode_automatic=yes
adamc@1132 8947 hardcode_shlibpath_var=unsupported
adamc@1132 8948 whole_archive_flag_spec=''
adamc@1132 8949 link_all_deplibs=yes
adamc@1132 8950 allow_undefined_flag="$_lt_dar_allow_undefined"
adamc@1132 8951 case $cc_basename in
adamc@1132 8952 ifort*) _lt_dar_can_shared=yes ;;
adamc@1132 8953 *) _lt_dar_can_shared=$GCC ;;
adamc@1132 8954 esac
adamc@1132 8955 if test "$_lt_dar_can_shared" = "yes"; then
adamc@1132 8956 output_verbose_link_cmd=echo
adamc@1132 8957 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
adamc@1132 8958 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
adamc@1132 8959 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}"
adamc@1132 8960 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}"
adamc@1132 8961
adamc@1132 8962 else
adamc@1132 8963 ld_shlibs=no
adamc@1132 8964 fi
adamc@1132 8965
adamc@1132 8966 ;;
adamc@1132 8967
adamc@1132 8968 dgux*)
adamc@1132 8969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 8970 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 8971 hardcode_shlibpath_var=no
adamc@1132 8972 ;;
adamc@1132 8973
adamc@1132 8974 freebsd1*)
adamc@1132 8975 ld_shlibs=no
adamc@1132 8976 ;;
adamc@1132 8977
adamc@1132 8978 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
adamc@1132 8979 # support. Future versions do this automatically, but an explicit c++rt0.o
adamc@1132 8980 # does not break anything, and helps significantly (at the cost of a little
adamc@1132 8981 # extra space).
adamc@1132 8982 freebsd2.2*)
adamc@1132 8983 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
adamc@1132 8984 hardcode_libdir_flag_spec='-R$libdir'
adamc@1132 8985 hardcode_direct=yes
adamc@1132 8986 hardcode_shlibpath_var=no
adamc@1132 8987 ;;
adamc@1132 8988
adamc@1132 8989 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
adamc@1132 8990 freebsd2*)
adamc@1132 8991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 8992 hardcode_direct=yes
adamc@1132 8993 hardcode_minus_L=yes
adamc@1132 8994 hardcode_shlibpath_var=no
adamc@1132 8995 ;;
adamc@1132 8996
adamc@1132 8997 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
adamc@1132 8998 freebsd* | dragonfly*)
adamc@1132 8999 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9000 hardcode_libdir_flag_spec='-R$libdir'
adamc@1132 9001 hardcode_direct=yes
adamc@1132 9002 hardcode_shlibpath_var=no
adamc@1132 9003 ;;
adamc@1132 9004
adamc@1132 9005 hpux9*)
adamc@1132 9006 if test "$GCC" = yes; then
adamc@1132 9007 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
adamc@1132 9008 else
adamc@1132 9009 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
adamc@1132 9010 fi
adamc@1132 9011 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
adamc@1132 9012 hardcode_libdir_separator=:
adamc@1132 9013 hardcode_direct=yes
adamc@1132 9014
adamc@1132 9015 # hardcode_minus_L: Not really in the search PATH,
adamc@1132 9016 # but as the default location of the library.
adamc@1132 9017 hardcode_minus_L=yes
adamc@1132 9018 export_dynamic_flag_spec='${wl}-E'
adamc@1132 9019 ;;
adamc@1132 9020
adamc@1132 9021 hpux10*)
adamc@1132 9022 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
adamc@1132 9023 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9024 else
adamc@1132 9025 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9026 fi
adamc@1132 9027 if test "$with_gnu_ld" = no; then
adamc@1132 9028 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
adamc@1132 9029 hardcode_libdir_flag_spec_ld='+b $libdir'
adamc@1132 9030 hardcode_libdir_separator=:
adamc@1132 9031 hardcode_direct=yes
adamc@1132 9032 hardcode_direct_absolute=yes
adamc@1132 9033 export_dynamic_flag_spec='${wl}-E'
adamc@1132 9034 # hardcode_minus_L: Not really in the search PATH,
adamc@1132 9035 # but as the default location of the library.
adamc@1132 9036 hardcode_minus_L=yes
adamc@1132 9037 fi
adamc@1132 9038 ;;
adamc@1132 9039
adamc@1132 9040 hpux11*)
adamc@1132 9041 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
adamc@1132 9042 case $host_cpu in
adamc@1132 9043 hppa*64*)
adamc@1132 9044 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9045 ;;
adamc@1132 9046 ia64*)
adamc@1132 9047 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9048 ;;
adamc@1132 9049 *)
adamc@1132 9050 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9051 ;;
adamc@1132 9052 esac
adamc@1132 9053 else
adamc@1132 9054 case $host_cpu in
adamc@1132 9055 hppa*64*)
adamc@1132 9056 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9057 ;;
adamc@1132 9058 ia64*)
adamc@1132 9059 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9060 ;;
adamc@1132 9061 *)
adamc@1132 9062 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9063 ;;
adamc@1132 9064 esac
adamc@1132 9065 fi
adamc@1132 9066 if test "$with_gnu_ld" = no; then
adamc@1132 9067 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
adamc@1132 9068 hardcode_libdir_separator=:
adamc@1132 9069
adamc@1132 9070 case $host_cpu in
adamc@1132 9071 hppa*64*|ia64*)
adamc@1132 9072 hardcode_direct=no
adamc@1132 9073 hardcode_shlibpath_var=no
adamc@1132 9074 ;;
adamc@1132 9075 *)
adamc@1132 9076 hardcode_direct=yes
adamc@1132 9077 hardcode_direct_absolute=yes
adamc@1132 9078 export_dynamic_flag_spec='${wl}-E'
adamc@1132 9079
adamc@1132 9080 # hardcode_minus_L: Not really in the search PATH,
adamc@1132 9081 # but as the default location of the library.
adamc@1132 9082 hardcode_minus_L=yes
adamc@1132 9083 ;;
adamc@1132 9084 esac
adamc@1132 9085 fi
adamc@1132 9086 ;;
adamc@1132 9087
adamc@1132 9088 irix5* | irix6* | nonstopux*)
adamc@1132 9089 if test "$GCC" = yes; then
adamc@1132 9090 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
adamc@1132 9091 # Try to use the -exported_symbol ld option, if it does not
adamc@1132 9092 # work, assume that -exports_file does not work either and
adamc@1132 9093 # implicitly export all symbols.
adamc@1132 9094 save_LDFLAGS="$LDFLAGS"
adamc@1132 9095 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
adamc@1132 9096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 9097 /* end confdefs.h. */
adamc@1132 9098 int foo(void) {}
adamc@1132 9099 _ACEOF
adamc@1132 9100 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 9101 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
adamc@1132 9102
adamc@1132 9103 fi
adamc@1132 9104 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 9105 conftest$ac_exeext conftest.$ac_ext
adamc@1132 9106 LDFLAGS="$save_LDFLAGS"
adamc@1132 9107 else
adamc@1132 9108 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
adamc@1132 9109 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
adamc@1132 9110 fi
adamc@1132 9111 archive_cmds_need_lc='no'
adamc@1132 9112 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 9113 hardcode_libdir_separator=:
adamc@1132 9114 inherit_rpath=yes
adamc@1132 9115 link_all_deplibs=yes
adamc@1132 9116 ;;
adamc@1132 9117
adamc@1132 9118 netbsd* | netbsdelf*-gnu)
adamc@1132 9119 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
adamc@1132 9120 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
adamc@1132 9121 else
adamc@1132 9122 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
adamc@1132 9123 fi
adamc@1132 9124 hardcode_libdir_flag_spec='-R$libdir'
adamc@1132 9125 hardcode_direct=yes
adamc@1132 9126 hardcode_shlibpath_var=no
adamc@1132 9127 ;;
adamc@1132 9128
adamc@1132 9129 newsos6)
adamc@1132 9130 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9131 hardcode_direct=yes
adamc@1132 9132 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 9133 hardcode_libdir_separator=:
adamc@1132 9134 hardcode_shlibpath_var=no
adamc@1132 9135 ;;
adamc@1132 9136
adamc@1132 9137 *nto* | *qnx*)
adamc@1132 9138 ;;
adamc@1132 9139
adamc@1132 9140 openbsd*)
adamc@1132 9141 if test -f /usr/libexec/ld.so; then
adamc@1132 9142 hardcode_direct=yes
adamc@1132 9143 hardcode_shlibpath_var=no
adamc@1132 9144 hardcode_direct_absolute=yes
adamc@1132 9145 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
adamc@1132 9146 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9147 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
adamc@1132 9148 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
adamc@1132 9149 export_dynamic_flag_spec='${wl}-E'
adamc@1132 9150 else
adamc@1132 9151 case $host_os in
adamc@1132 9152 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
adamc@1132 9153 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9154 hardcode_libdir_flag_spec='-R$libdir'
adamc@1132 9155 ;;
adamc@1132 9156 *)
adamc@1132 9157 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9158 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
adamc@1132 9159 ;;
adamc@1132 9160 esac
adamc@1132 9161 fi
adamc@1132 9162 else
adamc@1132 9163 ld_shlibs=no
adamc@1132 9164 fi
adamc@1132 9165 ;;
adamc@1132 9166
adamc@1132 9167 os2*)
adamc@1132 9168 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 9169 hardcode_minus_L=yes
adamc@1132 9170 allow_undefined_flag=unsupported
adamc@1132 9171 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
adamc@1132 9172 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
adamc@1132 9173 ;;
adamc@1132 9174
adamc@1132 9175 osf3*)
adamc@1132 9176 if test "$GCC" = yes; then
adamc@1132 9177 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
adamc@1132 9178 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
adamc@1132 9179 else
adamc@1132 9180 allow_undefined_flag=' -expect_unresolved \*'
adamc@1132 9181 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
adamc@1132 9182 fi
adamc@1132 9183 archive_cmds_need_lc='no'
adamc@1132 9184 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 9185 hardcode_libdir_separator=:
adamc@1132 9186 ;;
adamc@1132 9187
adamc@1132 9188 osf4* | osf5*) # as osf3* with the addition of -msym flag
adamc@1132 9189 if test "$GCC" = yes; then
adamc@1132 9190 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
adamc@1132 9191 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
adamc@1132 9192 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
adamc@1132 9193 else
adamc@1132 9194 allow_undefined_flag=' -expect_unresolved \*'
adamc@1132 9195 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
adamc@1132 9196 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~
adamc@1132 9197 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
adamc@1132 9198
adamc@1132 9199 # Both c and cxx compiler support -rpath directly
adamc@1132 9200 hardcode_libdir_flag_spec='-rpath $libdir'
adamc@1132 9201 fi
adamc@1132 9202 archive_cmds_need_lc='no'
adamc@1132 9203 hardcode_libdir_separator=:
adamc@1132 9204 ;;
adamc@1132 9205
adamc@1132 9206 solaris*)
adamc@1132 9207 no_undefined_flag=' -z defs'
adamc@1132 9208 if test "$GCC" = yes; then
adamc@1132 9209 wlarc='${wl}'
adamc@1132 9210 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9211 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
adamc@1132 9212 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
adamc@1132 9213 else
adamc@1132 9214 case `$CC -V 2>&1` in
adamc@1132 9215 *"Compilers 5.0"*)
adamc@1132 9216 wlarc=''
adamc@1132 9217 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9218 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
adamc@1132 9219 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
adamc@1132 9220 ;;
adamc@1132 9221 *)
adamc@1132 9222 wlarc='${wl}'
adamc@1132 9223 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9224 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
adamc@1132 9225 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
adamc@1132 9226 ;;
adamc@1132 9227 esac
adamc@1132 9228 fi
adamc@1132 9229 hardcode_libdir_flag_spec='-R$libdir'
adamc@1132 9230 hardcode_shlibpath_var=no
adamc@1132 9231 case $host_os in
adamc@1132 9232 solaris2.[0-5] | solaris2.[0-5].*) ;;
adamc@1132 9233 *)
adamc@1132 9234 # The compiler driver will combine and reorder linker options,
adamc@1132 9235 # but understands `-z linker_flag'. GCC discards it without `$wl',
adamc@1132 9236 # but is careful enough not to reorder.
adamc@1132 9237 # Supported since Solaris 2.6 (maybe 2.5.1?)
adamc@1132 9238 if test "$GCC" = yes; then
adamc@1132 9239 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
adamc@1132 9240 else
adamc@1132 9241 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
adamc@1132 9242 fi
adamc@1132 9243 ;;
adamc@1132 9244 esac
adamc@1132 9245 link_all_deplibs=yes
adamc@1132 9246 ;;
adamc@1132 9247
adamc@1132 9248 sunos4*)
adamc@1132 9249 if test "x$host_vendor" = xsequent; then
adamc@1132 9250 # Use $CC to link under sequent, because it throws in some extra .o
adamc@1132 9251 # files that make .init and .fini sections work.
adamc@1132 9252 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9253 else
adamc@1132 9254 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9255 fi
adamc@1132 9256 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 9257 hardcode_direct=yes
adamc@1132 9258 hardcode_minus_L=yes
adamc@1132 9259 hardcode_shlibpath_var=no
adamc@1132 9260 ;;
adamc@1132 9261
adamc@1132 9262 sysv4)
adamc@1132 9263 case $host_vendor in
adamc@1132 9264 sni)
adamc@1132 9265 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9266 hardcode_direct=yes # is this really true???
adamc@1132 9267 ;;
adamc@1132 9268 siemens)
adamc@1132 9269 ## LD is ld it makes a PLAMLIB
adamc@1132 9270 ## CC just makes a GrossModule.
adamc@1132 9271 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9272 reload_cmds='$CC -r -o $output$reload_objs'
adamc@1132 9273 hardcode_direct=no
adamc@1132 9274 ;;
adamc@1132 9275 motorola)
adamc@1132 9276 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9277 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
adamc@1132 9278 ;;
adamc@1132 9279 esac
adamc@1132 9280 runpath_var='LD_RUN_PATH'
adamc@1132 9281 hardcode_shlibpath_var=no
adamc@1132 9282 ;;
adamc@1132 9283
adamc@1132 9284 sysv4.3*)
adamc@1132 9285 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9286 hardcode_shlibpath_var=no
adamc@1132 9287 export_dynamic_flag_spec='-Bexport'
adamc@1132 9288 ;;
adamc@1132 9289
adamc@1132 9290 sysv4*MP*)
adamc@1132 9291 if test -d /usr/nec; then
adamc@1132 9292 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9293 hardcode_shlibpath_var=no
adamc@1132 9294 runpath_var=LD_RUN_PATH
adamc@1132 9295 hardcode_runpath_var=yes
adamc@1132 9296 ld_shlibs=yes
adamc@1132 9297 fi
adamc@1132 9298 ;;
adamc@1132 9299
adamc@1132 9300 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
adamc@1132 9301 no_undefined_flag='${wl}-z,text'
adamc@1132 9302 archive_cmds_need_lc=no
adamc@1132 9303 hardcode_shlibpath_var=no
adamc@1132 9304 runpath_var='LD_RUN_PATH'
adamc@1132 9305
adamc@1132 9306 if test "$GCC" = yes; then
adamc@1132 9307 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9308 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9309 else
adamc@1132 9310 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9311 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9312 fi
adamc@1132 9313 ;;
adamc@1132 9314
adamc@1132 9315 sysv5* | sco3.2v5* | sco5v6*)
adamc@1132 9316 # Note: We can NOT use -z defs as we might desire, because we do not
adamc@1132 9317 # link with -lc, and that would cause any symbols used from libc to
adamc@1132 9318 # always be unresolved, which means just about no library would
adamc@1132 9319 # ever link correctly. If we're not using GNU ld we use -z text
adamc@1132 9320 # though, which does catch some bad symbols but isn't as heavy-handed
adamc@1132 9321 # as -z defs.
adamc@1132 9322 no_undefined_flag='${wl}-z,text'
adamc@1132 9323 allow_undefined_flag='${wl}-z,nodefs'
adamc@1132 9324 archive_cmds_need_lc=no
adamc@1132 9325 hardcode_shlibpath_var=no
adamc@1132 9326 hardcode_libdir_flag_spec='${wl}-R,$libdir'
adamc@1132 9327 hardcode_libdir_separator=':'
adamc@1132 9328 link_all_deplibs=yes
adamc@1132 9329 export_dynamic_flag_spec='${wl}-Bexport'
adamc@1132 9330 runpath_var='LD_RUN_PATH'
adamc@1132 9331
adamc@1132 9332 if test "$GCC" = yes; then
adamc@1132 9333 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9334 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9335 else
adamc@1132 9336 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9337 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
adamc@1132 9338 fi
adamc@1132 9339 ;;
adamc@1132 9340
adamc@1132 9341 uts4*)
adamc@1132 9342 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
adamc@1132 9343 hardcode_libdir_flag_spec='-L$libdir'
adamc@1132 9344 hardcode_shlibpath_var=no
adamc@1132 9345 ;;
adamc@1132 9346
adamc@1132 9347 *)
adamc@1132 9348 ld_shlibs=no
adamc@1132 9349 ;;
adamc@1132 9350 esac
adamc@1132 9351
adamc@1132 9352 if test x$host_vendor = xsni; then
adamc@1132 9353 case $host in
adamc@1132 9354 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
adamc@1132 9355 export_dynamic_flag_spec='${wl}-Blargedynsym'
adamc@1132 9356 ;;
adamc@1132 9357 esac
adamc@1132 9358 fi
adamc@1132 9359 fi
adamc@1132 9360
adamc@1132 9361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
adamc@1132 9362 $as_echo "$ld_shlibs" >&6; }
adamc@1132 9363 test "$ld_shlibs" = no && can_build_shared=no
adamc@1132 9364
adamc@1132 9365 with_gnu_ld=$with_gnu_ld
adamc@1132 9366
adamc@1132 9367
adamc@1132 9368
adamc@1132 9369
adamc@1132 9370
adamc@1132 9371
adamc@1132 9372
adamc@1132 9373
adamc@1132 9374
adamc@1132 9375
adamc@1132 9376
adamc@1132 9377
adamc@1132 9378
adamc@1132 9379
adamc@1132 9380
adamc@1132 9381 #
adamc@1132 9382 # Do we need to explicitly link libc?
adamc@1132 9383 #
adamc@1132 9384 case "x$archive_cmds_need_lc" in
adamc@1132 9385 x|xyes)
adamc@1132 9386 # Assume -lc should be added
adamc@1132 9387 archive_cmds_need_lc=yes
adamc@1132 9388
adamc@1132 9389 if test "$enable_shared" = yes && test "$GCC" = yes; then
adamc@1132 9390 case $archive_cmds in
adamc@1132 9391 *'~'*)
adamc@1132 9392 # FIXME: we may have to deal with multi-command sequences.
adamc@1132 9393 ;;
adamc@1132 9394 '$CC '*)
adamc@1132 9395 # Test whether the compiler implicitly links with -lc since on some
adamc@1132 9396 # systems, -lgcc has to come before -lc. If gcc already passes -lc
adamc@1132 9397 # to ld, don't add -lc before -lgcc.
adamc@1132 9398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
adamc@1132 9399 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
adamc@1132 9400 $RM conftest*
adamc@1132 9401 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
adamc@1132 9402
adamc@1132 9403 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
adamc@1132 9404 (eval $ac_compile) 2>&5
adamc@1132 9405 ac_status=$?
adamc@1132 9406 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 9407 test $ac_status = 0; } 2>conftest.err; then
adamc@1132 9408 soname=conftest
adamc@1132 9409 lib=conftest
adamc@1132 9410 libobjs=conftest.$ac_objext
adamc@1132 9411 deplibs=
adamc@1132 9412 wl=$lt_prog_compiler_wl
adamc@1132 9413 pic_flag=$lt_prog_compiler_pic
adamc@1132 9414 compiler_flags=-v
adamc@1132 9415 linker_flags=-v
adamc@1132 9416 verstring=
adamc@1132 9417 output_objdir=.
adamc@1132 9418 libname=conftest
adamc@1132 9419 lt_save_allow_undefined_flag=$allow_undefined_flag
adamc@1132 9420 allow_undefined_flag=
adamc@1132 9421 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
adamc@1132 9422 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
adamc@1132 9423 ac_status=$?
adamc@1132 9424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 9425 test $ac_status = 0; }
adamc@1132 9426 then
adamc@1132 9427 archive_cmds_need_lc=no
adamc@1132 9428 else
adamc@1132 9429 archive_cmds_need_lc=yes
adamc@1132 9430 fi
adamc@1132 9431 allow_undefined_flag=$lt_save_allow_undefined_flag
adamc@1132 9432 else
adamc@1132 9433 cat conftest.err 1>&5
adamc@1132 9434 fi
adamc@1132 9435 $RM conftest*
adamc@1132 9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
adamc@1132 9437 $as_echo "$archive_cmds_need_lc" >&6; }
adamc@1132 9438 ;;
adamc@1132 9439 esac
adamc@1132 9440 fi
adamc@1132 9441 ;;
adamc@1132 9442 esac
adamc@1132 9443
adamc@1132 9444
adamc@1132 9445
adamc@1132 9446
adamc@1132 9447
adamc@1132 9448
adamc@1132 9449
adamc@1132 9450
adamc@1132 9451
adamc@1132 9452
adamc@1132 9453
adamc@1132 9454
adamc@1132 9455
adamc@1132 9456
adamc@1132 9457
adamc@1132 9458
adamc@1132 9459
adamc@1132 9460
adamc@1132 9461
adamc@1132 9462
adamc@1132 9463
adamc@1132 9464
adamc@1132 9465
adamc@1132 9466
adamc@1132 9467
adamc@1132 9468
adamc@1132 9469
adamc@1132 9470
adamc@1132 9471
adamc@1132 9472
adamc@1132 9473
adamc@1132 9474
adamc@1132 9475
adamc@1132 9476
adamc@1132 9477
adamc@1132 9478
adamc@1132 9479
adamc@1132 9480
adamc@1132 9481
adamc@1132 9482
adamc@1132 9483
adamc@1132 9484
adamc@1132 9485
adamc@1132 9486
adamc@1132 9487
adamc@1132 9488
adamc@1132 9489
adamc@1132 9490
adamc@1132 9491
adamc@1132 9492
adamc@1132 9493
adamc@1132 9494
adamc@1132 9495
adamc@1132 9496
adamc@1132 9497
adamc@1132 9498
adamc@1132 9499
adamc@1132 9500
adamc@1132 9501
adamc@1132 9502
adamc@1132 9503
adamc@1132 9504
adamc@1132 9505
adamc@1132 9506
adamc@1132 9507
adamc@1132 9508
adamc@1132 9509
adamc@1132 9510
adamc@1132 9511
adamc@1132 9512
adamc@1132 9513
adamc@1132 9514
adamc@1132 9515
adamc@1132 9516
adamc@1132 9517
adamc@1132 9518
adamc@1132 9519
adamc@1132 9520
adamc@1132 9521
adamc@1132 9522
adamc@1132 9523
adamc@1132 9524
adamc@1132 9525
adamc@1132 9526
adamc@1132 9527
adamc@1132 9528
adamc@1132 9529
adamc@1132 9530
adamc@1132 9531
adamc@1132 9532
adamc@1132 9533
adamc@1132 9534
adamc@1132 9535
adamc@1132 9536
adamc@1132 9537
adamc@1132 9538
adamc@1132 9539
adamc@1132 9540
adamc@1132 9541
adamc@1132 9542
adamc@1132 9543
adamc@1132 9544
adamc@1132 9545
adamc@1132 9546
adamc@1132 9547
adamc@1132 9548
adamc@1132 9549
adamc@1132 9550
adamc@1132 9551
adamc@1132 9552
adamc@1132 9553
adamc@1132 9554
adamc@1132 9555
adamc@1132 9556
adamc@1132 9557
adamc@1132 9558
adamc@1132 9559
adamc@1132 9560
adamc@1132 9561
adamc@1132 9562
adamc@1132 9563
adamc@1132 9564
adamc@1132 9565
adamc@1132 9566
adamc@1132 9567
adamc@1132 9568
adamc@1132 9569
adamc@1132 9570
adamc@1132 9571
adamc@1132 9572
adamc@1132 9573
adamc@1132 9574
adamc@1132 9575
adamc@1132 9576
adamc@1132 9577
adamc@1132 9578
adamc@1132 9579
adamc@1132 9580
adamc@1132 9581
adamc@1132 9582
adamc@1132 9583
adamc@1132 9584
adamc@1132 9585
adamc@1132 9586
adamc@1132 9587
adamc@1132 9588
adamc@1132 9589
adamc@1132 9590
adamc@1132 9591
adamc@1132 9592
adamc@1132 9593
adamc@1132 9594
adamc@1132 9595
adamc@1132 9596
adamc@1132 9597
adamc@1132 9598
adamc@1132 9599
adamc@1132 9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
adamc@1132 9601 $as_echo_n "checking dynamic linker characteristics... " >&6; }
adamc@1132 9602
adamc@1132 9603 if test "$GCC" = yes; then
adamc@1132 9604 case $host_os in
adamc@1132 9605 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
adamc@1132 9606 *) lt_awk_arg="/^libraries:/" ;;
adamc@1132 9607 esac
adamc@1132 9608 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
adamc@1132 9609 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
adamc@1132 9610 # if the path contains ";" then we assume it to be the separator
adamc@1132 9611 # otherwise default to the standard path separator (i.e. ":") - it is
adamc@1132 9612 # assumed that no part of a normal pathname contains ";" but that should
adamc@1132 9613 # okay in the real world where ";" in dirpaths is itself problematic.
adamc@1132 9614 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
adamc@1132 9615 else
adamc@1132 9616 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
adamc@1132 9617 fi
adamc@1132 9618 # Ok, now we have the path, separated by spaces, we can step through it
adamc@1132 9619 # and add multilib dir if necessary.
adamc@1132 9620 lt_tmp_lt_search_path_spec=
adamc@1132 9621 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
adamc@1132 9622 for lt_sys_path in $lt_search_path_spec; do
adamc@1132 9623 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
adamc@1132 9624 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
adamc@1132 9625 else
adamc@1132 9626 test -d "$lt_sys_path" && \
adamc@1132 9627 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
adamc@1132 9628 fi
adamc@1132 9629 done
adamc@1132 9630 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
adamc@1132 9631 BEGIN {RS=" "; FS="/|\n";} {
adamc@1132 9632 lt_foo="";
adamc@1132 9633 lt_count=0;
adamc@1132 9634 for (lt_i = NF; lt_i > 0; lt_i--) {
adamc@1132 9635 if ($lt_i != "" && $lt_i != ".") {
adamc@1132 9636 if ($lt_i == "..") {
adamc@1132 9637 lt_count++;
adamc@1132 9638 } else {
adamc@1132 9639 if (lt_count == 0) {
adamc@1132 9640 lt_foo="/" $lt_i lt_foo;
adamc@1132 9641 } else {
adamc@1132 9642 lt_count--;
adamc@1132 9643 }
adamc@1132 9644 }
adamc@1132 9645 }
adamc@1132 9646 }
adamc@1132 9647 if (lt_foo != "") { lt_freq[lt_foo]++; }
adamc@1132 9648 if (lt_freq[lt_foo] == 1) { print lt_foo; }
adamc@1132 9649 }'`
adamc@1132 9650 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
adamc@1132 9651 else
adamc@1132 9652 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
adamc@1132 9653 fi
adamc@1132 9654 library_names_spec=
adamc@1132 9655 libname_spec='lib$name'
adamc@1132 9656 soname_spec=
adamc@1132 9657 shrext_cmds=".so"
adamc@1132 9658 postinstall_cmds=
adamc@1132 9659 postuninstall_cmds=
adamc@1132 9660 finish_cmds=
adamc@1132 9661 finish_eval=
adamc@1132 9662 shlibpath_var=
adamc@1132 9663 shlibpath_overrides_runpath=unknown
adamc@1132 9664 version_type=none
adamc@1132 9665 dynamic_linker="$host_os ld.so"
adamc@1132 9666 sys_lib_dlsearch_path_spec="/lib /usr/lib"
adamc@1132 9667 need_lib_prefix=unknown
adamc@1132 9668 hardcode_into_libs=no
adamc@1132 9669
adamc@1132 9670 # when you set need_version to no, make sure it does not cause -set_version
adamc@1132 9671 # flags to be left without arguments
adamc@1132 9672 need_version=unknown
adamc@1132 9673
adamc@1132 9674 case $host_os in
adamc@1132 9675 aix3*)
adamc@1132 9676 version_type=linux
adamc@1132 9677 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
adamc@1132 9678 shlibpath_var=LIBPATH
adamc@1132 9679
adamc@1132 9680 # AIX 3 has no versioning support, so we append a major version to the name.
adamc@1132 9681 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9682 ;;
adamc@1132 9683
adamc@1132 9684 aix[4-9]*)
adamc@1132 9685 version_type=linux
adamc@1132 9686 need_lib_prefix=no
adamc@1132 9687 need_version=no
adamc@1132 9688 hardcode_into_libs=yes
adamc@1132 9689 if test "$host_cpu" = ia64; then
adamc@1132 9690 # AIX 5 supports IA64
adamc@1132 9691 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
adamc@1132 9692 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9693 else
adamc@1132 9694 # With GCC up to 2.95.x, collect2 would create an import file
adamc@1132 9695 # for dependence libraries. The import file would start with
adamc@1132 9696 # the line `#! .'. This would cause the generated library to
adamc@1132 9697 # depend on `.', always an invalid library. This was fixed in
adamc@1132 9698 # development snapshots of GCC prior to 3.0.
adamc@1132 9699 case $host_os in
adamc@1132 9700 aix4 | aix4.[01] | aix4.[01].*)
adamc@1132 9701 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
adamc@1132 9702 echo ' yes '
adamc@1132 9703 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
adamc@1132 9704 :
adamc@1132 9705 else
adamc@1132 9706 can_build_shared=no
adamc@1132 9707 fi
adamc@1132 9708 ;;
adamc@1132 9709 esac
adamc@1132 9710 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
adamc@1132 9711 # soname into executable. Probably we can add versioning support to
adamc@1132 9712 # collect2, so additional links can be useful in future.
adamc@1132 9713 if test "$aix_use_runtimelinking" = yes; then
adamc@1132 9714 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
adamc@1132 9715 # instead of lib<name>.a to let people know that these are not
adamc@1132 9716 # typical AIX shared libraries.
adamc@1132 9717 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9718 else
adamc@1132 9719 # We preserve .a as extension for shared libraries through AIX4.2
adamc@1132 9720 # and later when we are not doing run time linking.
adamc@1132 9721 library_names_spec='${libname}${release}.a $libname.a'
adamc@1132 9722 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9723 fi
adamc@1132 9724 shlibpath_var=LIBPATH
adamc@1132 9725 fi
adamc@1132 9726 ;;
adamc@1132 9727
adamc@1132 9728 amigaos*)
adamc@1132 9729 case $host_cpu in
adamc@1132 9730 powerpc)
adamc@1132 9731 # Since July 2007 AmigaOS4 officially supports .so libraries.
adamc@1132 9732 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
adamc@1132 9733 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9734 ;;
adamc@1132 9735 m68k)
adamc@1132 9736 library_names_spec='$libname.ixlibrary $libname.a'
adamc@1132 9737 # Create ${libname}_ixlibrary.a entries in /sys/libs.
adamc@1132 9738 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
adamc@1132 9739 ;;
adamc@1132 9740 esac
adamc@1132 9741 ;;
adamc@1132 9742
adamc@1132 9743 beos*)
adamc@1132 9744 library_names_spec='${libname}${shared_ext}'
adamc@1132 9745 dynamic_linker="$host_os ld.so"
adamc@1132 9746 shlibpath_var=LIBRARY_PATH
adamc@1132 9747 ;;
adamc@1132 9748
adamc@1132 9749 bsdi[45]*)
adamc@1132 9750 version_type=linux
adamc@1132 9751 need_version=no
adamc@1132 9752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9753 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9754 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
adamc@1132 9755 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9756 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
adamc@1132 9757 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
adamc@1132 9758 # the default ld.so.conf also contains /usr/contrib/lib and
adamc@1132 9759 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
adamc@1132 9760 # libtool to hard-code these into programs
adamc@1132 9761 ;;
adamc@1132 9762
adamc@1132 9763 cygwin* | mingw* | pw32* | cegcc*)
adamc@1132 9764 version_type=windows
adamc@1132 9765 shrext_cmds=".dll"
adamc@1132 9766 need_version=no
adamc@1132 9767 need_lib_prefix=no
adamc@1132 9768
adamc@1132 9769 case $GCC,$host_os in
adamc@1132 9770 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
adamc@1132 9771 library_names_spec='$libname.dll.a'
adamc@1132 9772 # DLL is installed to $(libdir)/../bin by postinstall_cmds
adamc@1132 9773 postinstall_cmds='base_file=`basename \${file}`~
adamc@1132 9774 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
adamc@1132 9775 dldir=$destdir/`dirname \$dlpath`~
adamc@1132 9776 test -d \$dldir || mkdir -p \$dldir~
adamc@1132 9777 $install_prog $dir/$dlname \$dldir/$dlname~
adamc@1132 9778 chmod a+x \$dldir/$dlname~
adamc@1132 9779 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
adamc@1132 9780 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
adamc@1132 9781 fi'
adamc@1132 9782 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
adamc@1132 9783 dlpath=$dir/\$dldll~
adamc@1132 9784 $RM \$dlpath'
adamc@1132 9785 shlibpath_overrides_runpath=yes
adamc@1132 9786
adamc@1132 9787 case $host_os in
adamc@1132 9788 cygwin*)
adamc@1132 9789 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
adamc@1132 9790 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
adamc@1132 9791 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
adamc@1132 9792 ;;
adamc@1132 9793 mingw* | cegcc*)
adamc@1132 9794 # MinGW DLLs use traditional 'lib' prefix
adamc@1132 9795 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
adamc@1132 9796 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
adamc@1132 9797 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
adamc@1132 9798 # It is most probably a Windows format PATH printed by
adamc@1132 9799 # mingw gcc, but we are running on Cygwin. Gcc prints its search
adamc@1132 9800 # path with ; separators, and with drive letters. We can handle the
adamc@1132 9801 # drive letters (cygwin fileutils understands them), so leave them,
adamc@1132 9802 # especially as we might pass files found there to a mingw objdump,
adamc@1132 9803 # which wouldn't understand a cygwinified path. Ahh.
adamc@1132 9804 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
adamc@1132 9805 else
adamc@1132 9806 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
adamc@1132 9807 fi
adamc@1132 9808 ;;
adamc@1132 9809 pw32*)
adamc@1132 9810 # pw32 DLLs use 'pw' prefix rather than 'lib'
adamc@1132 9811 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
adamc@1132 9812 ;;
adamc@1132 9813 esac
adamc@1132 9814 ;;
adamc@1132 9815
adamc@1132 9816 *)
adamc@1132 9817 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
adamc@1132 9818 ;;
adamc@1132 9819 esac
adamc@1132 9820 dynamic_linker='Win32 ld.exe'
adamc@1132 9821 # FIXME: first we should search . and the directory the executable is in
adamc@1132 9822 shlibpath_var=PATH
adamc@1132 9823 ;;
adamc@1132 9824
adamc@1132 9825 darwin* | rhapsody*)
adamc@1132 9826 dynamic_linker="$host_os dyld"
adamc@1132 9827 version_type=darwin
adamc@1132 9828 need_lib_prefix=no
adamc@1132 9829 need_version=no
adamc@1132 9830 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
adamc@1132 9831 soname_spec='${libname}${release}${major}$shared_ext'
adamc@1132 9832 shlibpath_overrides_runpath=yes
adamc@1132 9833 shlibpath_var=DYLD_LIBRARY_PATH
adamc@1132 9834 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
adamc@1132 9835
adamc@1132 9836 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
adamc@1132 9837 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
adamc@1132 9838 ;;
adamc@1132 9839
adamc@1132 9840 dgux*)
adamc@1132 9841 version_type=linux
adamc@1132 9842 need_lib_prefix=no
adamc@1132 9843 need_version=no
adamc@1132 9844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
adamc@1132 9845 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9846 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9847 ;;
adamc@1132 9848
adamc@1132 9849 freebsd1*)
adamc@1132 9850 dynamic_linker=no
adamc@1132 9851 ;;
adamc@1132 9852
adamc@1132 9853 freebsd* | dragonfly*)
adamc@1132 9854 # DragonFly does not have aout. When/if they implement a new
adamc@1132 9855 # versioning mechanism, adjust this.
adamc@1132 9856 if test -x /usr/bin/objformat; then
adamc@1132 9857 objformat=`/usr/bin/objformat`
adamc@1132 9858 else
adamc@1132 9859 case $host_os in
adamc@1132 9860 freebsd[123]*) objformat=aout ;;
adamc@1132 9861 *) objformat=elf ;;
adamc@1132 9862 esac
adamc@1132 9863 fi
adamc@1132 9864 version_type=freebsd-$objformat
adamc@1132 9865 case $version_type in
adamc@1132 9866 freebsd-elf*)
adamc@1132 9867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
adamc@1132 9868 need_version=no
adamc@1132 9869 need_lib_prefix=no
adamc@1132 9870 ;;
adamc@1132 9871 freebsd-*)
adamc@1132 9872 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
adamc@1132 9873 need_version=yes
adamc@1132 9874 ;;
adamc@1132 9875 esac
adamc@1132 9876 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9877 case $host_os in
adamc@1132 9878 freebsd2*)
adamc@1132 9879 shlibpath_overrides_runpath=yes
adamc@1132 9880 ;;
adamc@1132 9881 freebsd3.[01]* | freebsdelf3.[01]*)
adamc@1132 9882 shlibpath_overrides_runpath=yes
adamc@1132 9883 hardcode_into_libs=yes
adamc@1132 9884 ;;
adamc@1132 9885 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
adamc@1132 9886 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
adamc@1132 9887 shlibpath_overrides_runpath=no
adamc@1132 9888 hardcode_into_libs=yes
adamc@1132 9889 ;;
adamc@1132 9890 *) # from 4.6 on, and DragonFly
adamc@1132 9891 shlibpath_overrides_runpath=yes
adamc@1132 9892 hardcode_into_libs=yes
adamc@1132 9893 ;;
adamc@1132 9894 esac
adamc@1132 9895 ;;
adamc@1132 9896
adamc@1132 9897 gnu*)
adamc@1132 9898 version_type=linux
adamc@1132 9899 need_lib_prefix=no
adamc@1132 9900 need_version=no
adamc@1132 9901 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
adamc@1132 9902 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9903 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9904 hardcode_into_libs=yes
adamc@1132 9905 ;;
adamc@1132 9906
adamc@1132 9907 hpux9* | hpux10* | hpux11*)
adamc@1132 9908 # Give a soname corresponding to the major version so that dld.sl refuses to
adamc@1132 9909 # link against other versions.
adamc@1132 9910 version_type=sunos
adamc@1132 9911 need_lib_prefix=no
adamc@1132 9912 need_version=no
adamc@1132 9913 case $host_cpu in
adamc@1132 9914 ia64*)
adamc@1132 9915 shrext_cmds='.so'
adamc@1132 9916 hardcode_into_libs=yes
adamc@1132 9917 dynamic_linker="$host_os dld.so"
adamc@1132 9918 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9919 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
adamc@1132 9920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9921 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9922 if test "X$HPUX_IA64_MODE" = X32; then
adamc@1132 9923 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
adamc@1132 9924 else
adamc@1132 9925 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
adamc@1132 9926 fi
adamc@1132 9927 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
adamc@1132 9928 ;;
adamc@1132 9929 hppa*64*)
adamc@1132 9930 shrext_cmds='.sl'
adamc@1132 9931 hardcode_into_libs=yes
adamc@1132 9932 dynamic_linker="$host_os dld.sl"
adamc@1132 9933 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
adamc@1132 9934 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
adamc@1132 9935 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9936 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9937 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
adamc@1132 9938 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
adamc@1132 9939 ;;
adamc@1132 9940 *)
adamc@1132 9941 shrext_cmds='.sl'
adamc@1132 9942 dynamic_linker="$host_os dld.sl"
adamc@1132 9943 shlibpath_var=SHLIB_PATH
adamc@1132 9944 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
adamc@1132 9945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 9946 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9947 ;;
adamc@1132 9948 esac
adamc@1132 9949 # HP-UX runs *really* slowly unless shared libraries are mode 555.
adamc@1132 9950 postinstall_cmds='chmod 555 $lib'
adamc@1132 9951 ;;
adamc@1132 9952
adamc@1132 9953 interix[3-9]*)
adamc@1132 9954 version_type=linux
adamc@1132 9955 need_lib_prefix=no
adamc@1132 9956 need_version=no
adamc@1132 9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
adamc@1132 9958 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9959 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
adamc@1132 9960 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 9961 shlibpath_overrides_runpath=no
adamc@1132 9962 hardcode_into_libs=yes
adamc@1132 9963 ;;
adamc@1132 9964
adamc@1132 9965 irix5* | irix6* | nonstopux*)
adamc@1132 9966 case $host_os in
adamc@1132 9967 nonstopux*) version_type=nonstopux ;;
adamc@1132 9968 *)
adamc@1132 9969 if test "$lt_cv_prog_gnu_ld" = yes; then
adamc@1132 9970 version_type=linux
adamc@1132 9971 else
adamc@1132 9972 version_type=irix
adamc@1132 9973 fi ;;
adamc@1132 9974 esac
adamc@1132 9975 need_lib_prefix=no
adamc@1132 9976 need_version=no
adamc@1132 9977 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 9978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
adamc@1132 9979 case $host_os in
adamc@1132 9980 irix5* | nonstopux*)
adamc@1132 9981 libsuff= shlibsuff=
adamc@1132 9982 ;;
adamc@1132 9983 *)
adamc@1132 9984 case $LD in # libtool.m4 will add one of these switches to LD
adamc@1132 9985 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
adamc@1132 9986 libsuff= shlibsuff= libmagic=32-bit;;
adamc@1132 9987 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
adamc@1132 9988 libsuff=32 shlibsuff=N32 libmagic=N32;;
adamc@1132 9989 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
adamc@1132 9990 libsuff=64 shlibsuff=64 libmagic=64-bit;;
adamc@1132 9991 *) libsuff= shlibsuff= libmagic=never-match;;
adamc@1132 9992 esac
adamc@1132 9993 ;;
adamc@1132 9994 esac
adamc@1132 9995 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
adamc@1132 9996 shlibpath_overrides_runpath=no
adamc@1132 9997 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
adamc@1132 9998 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
adamc@1132 9999 hardcode_into_libs=yes
adamc@1132 10000 ;;
adamc@1132 10001
adamc@1132 10002 # No shared lib support for Linux oldld, aout, or coff.
adamc@1132 10003 linux*oldld* | linux*aout* | linux*coff*)
adamc@1132 10004 dynamic_linker=no
adamc@1132 10005 ;;
adamc@1132 10006
adamc@1132 10007 # This must be Linux ELF.
adamc@1132 10008 linux* | k*bsd*-gnu | kopensolaris*-gnu)
adamc@1132 10009 version_type=linux
adamc@1132 10010 need_lib_prefix=no
adamc@1132 10011 need_version=no
adamc@1132 10012 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10013 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10014 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
adamc@1132 10015 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10016 shlibpath_overrides_runpath=no
adamc@1132 10017 # Some binutils ld are patched to set DT_RUNPATH
adamc@1132 10018 save_LDFLAGS=$LDFLAGS
adamc@1132 10019 save_libdir=$libdir
adamc@1132 10020 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
adamc@1132 10021 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
adamc@1132 10022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10023 /* end confdefs.h. */
adamc@1132 10024
adamc@1132 10025 int
adamc@1132 10026 main ()
adamc@1132 10027 {
adamc@1132 10028
adamc@1132 10029 ;
adamc@1132 10030 return 0;
adamc@1132 10031 }
adamc@1132 10032 _ACEOF
adamc@1132 10033 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10034 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
adamc@1132 10035 shlibpath_overrides_runpath=yes
adamc@1132 10036 fi
adamc@1132 10037 fi
adamc@1132 10038 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10039 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10040 LDFLAGS=$save_LDFLAGS
adamc@1132 10041 libdir=$save_libdir
adamc@1132 10042
adamc@1132 10043 # This implies no fast_install, which is unacceptable.
adamc@1132 10044 # Some rework will be needed to allow for fast_install
adamc@1132 10045 # before this can be enabled.
adamc@1132 10046 hardcode_into_libs=yes
adamc@1132 10047
adamc@1132 10048 # Append ld.so.conf contents to the search path
adamc@1132 10049 if test -f /etc/ld.so.conf; then
adamc@1132 10050 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;/^$/d' | tr '\n' ' '`
adamc@1132 10051 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
adamc@1132 10052 fi
adamc@1132 10053
adamc@1132 10054 # We used to test for /lib/ld.so.1 and disable shared libraries on
adamc@1132 10055 # powerpc, because MkLinux only supported shared libraries with the
adamc@1132 10056 # GNU dynamic linker. Since this was broken with cross compilers,
adamc@1132 10057 # most powerpc-linux boxes support dynamic linking these days and
adamc@1132 10058 # people can always --disable-shared, the test was removed, and we
adamc@1132 10059 # assume the GNU/Linux dynamic linker is in use.
adamc@1132 10060 dynamic_linker='GNU/Linux ld.so'
adamc@1132 10061 ;;
adamc@1132 10062
adamc@1132 10063 netbsdelf*-gnu)
adamc@1132 10064 version_type=linux
adamc@1132 10065 need_lib_prefix=no
adamc@1132 10066 need_version=no
adamc@1132 10067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
adamc@1132 10068 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10069 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10070 shlibpath_overrides_runpath=no
adamc@1132 10071 hardcode_into_libs=yes
adamc@1132 10072 dynamic_linker='NetBSD ld.elf_so'
adamc@1132 10073 ;;
adamc@1132 10074
adamc@1132 10075 netbsd*)
adamc@1132 10076 version_type=sunos
adamc@1132 10077 need_lib_prefix=no
adamc@1132 10078 need_version=no
adamc@1132 10079 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
adamc@1132 10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
adamc@1132 10081 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
adamc@1132 10082 dynamic_linker='NetBSD (a.out) ld.so'
adamc@1132 10083 else
adamc@1132 10084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
adamc@1132 10085 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10086 dynamic_linker='NetBSD ld.elf_so'
adamc@1132 10087 fi
adamc@1132 10088 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10089 shlibpath_overrides_runpath=yes
adamc@1132 10090 hardcode_into_libs=yes
adamc@1132 10091 ;;
adamc@1132 10092
adamc@1132 10093 newsos6)
adamc@1132 10094 version_type=linux
adamc@1132 10095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10096 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10097 shlibpath_overrides_runpath=yes
adamc@1132 10098 ;;
adamc@1132 10099
adamc@1132 10100 *nto* | *qnx*)
adamc@1132 10101 version_type=qnx
adamc@1132 10102 need_lib_prefix=no
adamc@1132 10103 need_version=no
adamc@1132 10104 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10105 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10106 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10107 shlibpath_overrides_runpath=no
adamc@1132 10108 hardcode_into_libs=yes
adamc@1132 10109 dynamic_linker='ldqnx.so'
adamc@1132 10110 ;;
adamc@1132 10111
adamc@1132 10112 openbsd*)
adamc@1132 10113 version_type=sunos
adamc@1132 10114 sys_lib_dlsearch_path_spec="/usr/lib"
adamc@1132 10115 need_lib_prefix=no
adamc@1132 10116 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
adamc@1132 10117 case $host_os in
adamc@1132 10118 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
adamc@1132 10119 *) need_version=no ;;
adamc@1132 10120 esac
adamc@1132 10121 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
adamc@1132 10122 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
adamc@1132 10123 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10124 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
adamc@1132 10125 case $host_os in
adamc@1132 10126 openbsd2.[89] | openbsd2.[89].*)
adamc@1132 10127 shlibpath_overrides_runpath=no
adamc@1132 10128 ;;
adamc@1132 10129 *)
adamc@1132 10130 shlibpath_overrides_runpath=yes
adamc@1132 10131 ;;
adamc@1132 10132 esac
adamc@1132 10133 else
adamc@1132 10134 shlibpath_overrides_runpath=yes
adamc@1132 10135 fi
adamc@1132 10136 ;;
adamc@1132 10137
adamc@1132 10138 os2*)
adamc@1132 10139 libname_spec='$name'
adamc@1132 10140 shrext_cmds=".dll"
adamc@1132 10141 need_lib_prefix=no
adamc@1132 10142 library_names_spec='$libname${shared_ext} $libname.a'
adamc@1132 10143 dynamic_linker='OS/2 ld.exe'
adamc@1132 10144 shlibpath_var=LIBPATH
adamc@1132 10145 ;;
adamc@1132 10146
adamc@1132 10147 osf3* | osf4* | osf5*)
adamc@1132 10148 version_type=osf
adamc@1132 10149 need_lib_prefix=no
adamc@1132 10150 need_version=no
adamc@1132 10151 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10152 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10153 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10154 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
adamc@1132 10155 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
adamc@1132 10156 ;;
adamc@1132 10157
adamc@1132 10158 rdos*)
adamc@1132 10159 dynamic_linker=no
adamc@1132 10160 ;;
adamc@1132 10161
adamc@1132 10162 solaris*)
adamc@1132 10163 version_type=linux
adamc@1132 10164 need_lib_prefix=no
adamc@1132 10165 need_version=no
adamc@1132 10166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10167 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10168 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10169 shlibpath_overrides_runpath=yes
adamc@1132 10170 hardcode_into_libs=yes
adamc@1132 10171 # ldd complains unless libraries are executable
adamc@1132 10172 postinstall_cmds='chmod +x $lib'
adamc@1132 10173 ;;
adamc@1132 10174
adamc@1132 10175 sunos4*)
adamc@1132 10176 version_type=sunos
adamc@1132 10177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
adamc@1132 10178 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
adamc@1132 10179 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10180 shlibpath_overrides_runpath=yes
adamc@1132 10181 if test "$with_gnu_ld" = yes; then
adamc@1132 10182 need_lib_prefix=no
adamc@1132 10183 fi
adamc@1132 10184 need_version=yes
adamc@1132 10185 ;;
adamc@1132 10186
adamc@1132 10187 sysv4 | sysv4.3*)
adamc@1132 10188 version_type=linux
adamc@1132 10189 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10190 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10191 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10192 case $host_vendor in
adamc@1132 10193 sni)
adamc@1132 10194 shlibpath_overrides_runpath=no
adamc@1132 10195 need_lib_prefix=no
adamc@1132 10196 runpath_var=LD_RUN_PATH
adamc@1132 10197 ;;
adamc@1132 10198 siemens)
adamc@1132 10199 need_lib_prefix=no
adamc@1132 10200 ;;
adamc@1132 10201 motorola)
adamc@1132 10202 need_lib_prefix=no
adamc@1132 10203 need_version=no
adamc@1132 10204 shlibpath_overrides_runpath=no
adamc@1132 10205 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
adamc@1132 10206 ;;
adamc@1132 10207 esac
adamc@1132 10208 ;;
adamc@1132 10209
adamc@1132 10210 sysv4*MP*)
adamc@1132 10211 if test -d /usr/nec ;then
adamc@1132 10212 version_type=linux
adamc@1132 10213 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
adamc@1132 10214 soname_spec='$libname${shared_ext}.$major'
adamc@1132 10215 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10216 fi
adamc@1132 10217 ;;
adamc@1132 10218
adamc@1132 10219 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
adamc@1132 10220 version_type=freebsd-elf
adamc@1132 10221 need_lib_prefix=no
adamc@1132 10222 need_version=no
adamc@1132 10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
adamc@1132 10224 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10225 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10226 shlibpath_overrides_runpath=yes
adamc@1132 10227 hardcode_into_libs=yes
adamc@1132 10228 if test "$with_gnu_ld" = yes; then
adamc@1132 10229 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
adamc@1132 10230 else
adamc@1132 10231 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
adamc@1132 10232 case $host_os in
adamc@1132 10233 sco3.2v5*)
adamc@1132 10234 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
adamc@1132 10235 ;;
adamc@1132 10236 esac
adamc@1132 10237 fi
adamc@1132 10238 sys_lib_dlsearch_path_spec='/usr/lib'
adamc@1132 10239 ;;
adamc@1132 10240
adamc@1132 10241 tpf*)
adamc@1132 10242 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
adamc@1132 10243 version_type=linux
adamc@1132 10244 need_lib_prefix=no
adamc@1132 10245 need_version=no
adamc@1132 10246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10247 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10248 shlibpath_overrides_runpath=no
adamc@1132 10249 hardcode_into_libs=yes
adamc@1132 10250 ;;
adamc@1132 10251
adamc@1132 10252 uts4*)
adamc@1132 10253 version_type=linux
adamc@1132 10254 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
adamc@1132 10255 soname_spec='${libname}${release}${shared_ext}$major'
adamc@1132 10256 shlibpath_var=LD_LIBRARY_PATH
adamc@1132 10257 ;;
adamc@1132 10258
adamc@1132 10259 *)
adamc@1132 10260 dynamic_linker=no
adamc@1132 10261 ;;
adamc@1132 10262 esac
adamc@1132 10263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
adamc@1132 10264 $as_echo "$dynamic_linker" >&6; }
adamc@1132 10265 test "$dynamic_linker" = no && can_build_shared=no
adamc@1132 10266
adamc@1132 10267 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
adamc@1132 10268 if test "$GCC" = yes; then
adamc@1132 10269 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
adamc@1132 10270 fi
adamc@1132 10271
adamc@1132 10272 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
adamc@1132 10273 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
adamc@1132 10274 fi
adamc@1132 10275 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
adamc@1132 10276 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
adamc@1132 10277 fi
adamc@1132 10278
adamc@1132 10279
adamc@1132 10280
adamc@1132 10281
adamc@1132 10282
adamc@1132 10283
adamc@1132 10284
adamc@1132 10285
adamc@1132 10286
adamc@1132 10287
adamc@1132 10288
adamc@1132 10289
adamc@1132 10290
adamc@1132 10291
adamc@1132 10292
adamc@1132 10293
adamc@1132 10294
adamc@1132 10295
adamc@1132 10296
adamc@1132 10297
adamc@1132 10298
adamc@1132 10299
adamc@1132 10300
adamc@1132 10301
adamc@1132 10302
adamc@1132 10303
adamc@1132 10304
adamc@1132 10305
adamc@1132 10306
adamc@1132 10307
adamc@1132 10308
adamc@1132 10309
adamc@1132 10310
adamc@1132 10311
adamc@1132 10312
adamc@1132 10313
adamc@1132 10314
adamc@1132 10315
adamc@1132 10316
adamc@1132 10317
adamc@1132 10318
adamc@1132 10319
adamc@1132 10320
adamc@1132 10321
adamc@1132 10322
adamc@1132 10323
adamc@1132 10324
adamc@1132 10325
adamc@1132 10326
adamc@1132 10327
adamc@1132 10328
adamc@1132 10329
adamc@1132 10330
adamc@1132 10331
adamc@1132 10332
adamc@1132 10333
adamc@1132 10334
adamc@1132 10335
adamc@1132 10336
adamc@1132 10337
adamc@1132 10338
adamc@1132 10339
adamc@1132 10340
adamc@1132 10341
adamc@1132 10342
adamc@1132 10343
adamc@1132 10344
adamc@1132 10345
adamc@1132 10346
adamc@1132 10347
adamc@1132 10348
adamc@1132 10349
adamc@1132 10350
adamc@1132 10351
adamc@1132 10352
adamc@1132 10353
adamc@1132 10354
adamc@1132 10355
adamc@1132 10356
adamc@1132 10357
adamc@1132 10358
adamc@1132 10359
adamc@1132 10360
adamc@1132 10361
adamc@1132 10362
adamc@1132 10363
adamc@1132 10364
adamc@1132 10365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
adamc@1132 10366 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
adamc@1132 10367 hardcode_action=
adamc@1132 10368 if test -n "$hardcode_libdir_flag_spec" ||
adamc@1132 10369 test -n "$runpath_var" ||
adamc@1132 10370 test "X$hardcode_automatic" = "Xyes" ; then
adamc@1132 10371
adamc@1132 10372 # We can hardcode non-existent directories.
adamc@1132 10373 if test "$hardcode_direct" != no &&
adamc@1132 10374 # If the only mechanism to avoid hardcoding is shlibpath_var, we
adamc@1132 10375 # have to relink, otherwise we might link with an installed library
adamc@1132 10376 # when we should be linking with a yet-to-be-installed one
adamc@1132 10377 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
adamc@1132 10378 test "$hardcode_minus_L" != no; then
adamc@1132 10379 # Linking always hardcodes the temporary library directory.
adamc@1132 10380 hardcode_action=relink
adamc@1132 10381 else
adamc@1132 10382 # We can link without hardcoding, and we can hardcode nonexisting dirs.
adamc@1132 10383 hardcode_action=immediate
adamc@1132 10384 fi
adamc@1132 10385 else
adamc@1132 10386 # We cannot hardcode anything, or else we can only hardcode existing
adamc@1132 10387 # directories.
adamc@1132 10388 hardcode_action=unsupported
adamc@1132 10389 fi
adamc@1132 10390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
adamc@1132 10391 $as_echo "$hardcode_action" >&6; }
adamc@1132 10392
adamc@1132 10393 if test "$hardcode_action" = relink ||
adamc@1132 10394 test "$inherit_rpath" = yes; then
adamc@1132 10395 # Fast installation is not supported
adamc@1132 10396 enable_fast_install=no
adamc@1132 10397 elif test "$shlibpath_overrides_runpath" = yes ||
adamc@1132 10398 test "$enable_shared" = no; then
adamc@1132 10399 # Fast installation is not necessary
adamc@1132 10400 enable_fast_install=needless
adamc@1132 10401 fi
adamc@1132 10402
adamc@1132 10403
adamc@1132 10404
adamc@1132 10405
adamc@1132 10406
adamc@1132 10407
adamc@1132 10408 if test "x$enable_dlopen" != xyes; then
adamc@1132 10409 enable_dlopen=unknown
adamc@1132 10410 enable_dlopen_self=unknown
adamc@1132 10411 enable_dlopen_self_static=unknown
adamc@1132 10412 else
adamc@1132 10413 lt_cv_dlopen=no
adamc@1132 10414 lt_cv_dlopen_libs=
adamc@1132 10415
adamc@1132 10416 case $host_os in
adamc@1132 10417 beos*)
adamc@1132 10418 lt_cv_dlopen="load_add_on"
adamc@1132 10419 lt_cv_dlopen_libs=
adamc@1132 10420 lt_cv_dlopen_self=yes
adamc@1132 10421 ;;
adamc@1132 10422
adamc@1132 10423 mingw* | pw32* | cegcc*)
adamc@1132 10424 lt_cv_dlopen="LoadLibrary"
adamc@1132 10425 lt_cv_dlopen_libs=
adamc@1132 10426 ;;
adamc@1132 10427
adamc@1132 10428 cygwin*)
adamc@1132 10429 lt_cv_dlopen="dlopen"
adamc@1132 10430 lt_cv_dlopen_libs=
adamc@1132 10431 ;;
adamc@1132 10432
adamc@1132 10433 darwin*)
adamc@1132 10434 # if libdl is installed we need to link against it
adamc@1132 10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
adamc@1132 10436 $as_echo_n "checking for dlopen in -ldl... " >&6; }
adamc@1132 10437 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
adamc@1132 10438 $as_echo_n "(cached) " >&6
adamc@1132 10439 else
adamc@1132 10440 ac_check_lib_save_LIBS=$LIBS
adamc@1132 10441 LIBS="-ldl $LIBS"
adamc@1132 10442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10443 /* end confdefs.h. */
adamc@1132 10444
adamc@1132 10445 /* Override any GCC internal prototype to avoid an error.
adamc@1132 10446 Use char because int might match the return type of a GCC
adamc@1132 10447 builtin and then its argument prototype would still apply. */
adamc@1132 10448 #ifdef __cplusplus
adamc@1132 10449 extern "C"
adamc@1132 10450 #endif
adamc@1132 10451 char dlopen ();
adamc@1132 10452 int
adamc@1132 10453 main ()
adamc@1132 10454 {
adamc@1132 10455 return dlopen ();
adamc@1132 10456 ;
adamc@1132 10457 return 0;
adamc@1132 10458 }
adamc@1132 10459 _ACEOF
adamc@1132 10460 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10461 ac_cv_lib_dl_dlopen=yes
adamc@1132 10462 else
adamc@1132 10463 ac_cv_lib_dl_dlopen=no
adamc@1132 10464 fi
adamc@1132 10465 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10466 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10467 LIBS=$ac_check_lib_save_LIBS
adamc@1132 10468 fi
adamc@1132 10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
adamc@1132 10470 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
adamc@1132 10471 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
adamc@1132 10472 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
adamc@1132 10473 else
adamc@1132 10474
adamc@1132 10475 lt_cv_dlopen="dyld"
adamc@1132 10476 lt_cv_dlopen_libs=
adamc@1132 10477 lt_cv_dlopen_self=yes
adamc@1132 10478
adamc@1132 10479 fi
adamc@1132 10480
adamc@1132 10481 ;;
adamc@1132 10482
adamc@1132 10483 *)
adamc@1132 10484 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
adamc@1132 10485 if test "x$ac_cv_func_shl_load" = x""yes; then :
adamc@1132 10486 lt_cv_dlopen="shl_load"
adamc@1132 10487 else
adamc@1132 10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
adamc@1132 10489 $as_echo_n "checking for shl_load in -ldld... " >&6; }
adamc@1132 10490 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
adamc@1132 10491 $as_echo_n "(cached) " >&6
adamc@1132 10492 else
adamc@1132 10493 ac_check_lib_save_LIBS=$LIBS
adamc@1132 10494 LIBS="-ldld $LIBS"
adamc@1132 10495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10496 /* end confdefs.h. */
adamc@1132 10497
adamc@1132 10498 /* Override any GCC internal prototype to avoid an error.
adamc@1132 10499 Use char because int might match the return type of a GCC
adamc@1132 10500 builtin and then its argument prototype would still apply. */
adamc@1132 10501 #ifdef __cplusplus
adamc@1132 10502 extern "C"
adamc@1132 10503 #endif
adamc@1132 10504 char shl_load ();
adamc@1132 10505 int
adamc@1132 10506 main ()
adamc@1132 10507 {
adamc@1132 10508 return shl_load ();
adamc@1132 10509 ;
adamc@1132 10510 return 0;
adamc@1132 10511 }
adamc@1132 10512 _ACEOF
adamc@1132 10513 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10514 ac_cv_lib_dld_shl_load=yes
adamc@1132 10515 else
adamc@1132 10516 ac_cv_lib_dld_shl_load=no
adamc@1132 10517 fi
adamc@1132 10518 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10519 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10520 LIBS=$ac_check_lib_save_LIBS
adamc@1132 10521 fi
adamc@1132 10522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
adamc@1132 10523 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
adamc@1132 10524 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
adamc@1132 10525 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
adamc@1132 10526 else
adamc@1132 10527 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
adamc@1132 10528 if test "x$ac_cv_func_dlopen" = x""yes; then :
adamc@1132 10529 lt_cv_dlopen="dlopen"
adamc@1132 10530 else
adamc@1132 10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
adamc@1132 10532 $as_echo_n "checking for dlopen in -ldl... " >&6; }
adamc@1132 10533 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
adamc@1132 10534 $as_echo_n "(cached) " >&6
adamc@1132 10535 else
adamc@1132 10536 ac_check_lib_save_LIBS=$LIBS
adamc@1132 10537 LIBS="-ldl $LIBS"
adamc@1132 10538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10539 /* end confdefs.h. */
adamc@1132 10540
adamc@1132 10541 /* Override any GCC internal prototype to avoid an error.
adamc@1132 10542 Use char because int might match the return type of a GCC
adamc@1132 10543 builtin and then its argument prototype would still apply. */
adamc@1132 10544 #ifdef __cplusplus
adamc@1132 10545 extern "C"
adamc@1132 10546 #endif
adamc@1132 10547 char dlopen ();
adamc@1132 10548 int
adamc@1132 10549 main ()
adamc@1132 10550 {
adamc@1132 10551 return dlopen ();
adamc@1132 10552 ;
adamc@1132 10553 return 0;
adamc@1132 10554 }
adamc@1132 10555 _ACEOF
adamc@1132 10556 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10557 ac_cv_lib_dl_dlopen=yes
adamc@1132 10558 else
adamc@1132 10559 ac_cv_lib_dl_dlopen=no
adamc@1132 10560 fi
adamc@1132 10561 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10562 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10563 LIBS=$ac_check_lib_save_LIBS
adamc@1132 10564 fi
adamc@1132 10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
adamc@1132 10566 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
adamc@1132 10567 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
adamc@1132 10568 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
adamc@1132 10569 else
adamc@1132 10570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
adamc@1132 10571 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
adamc@1132 10572 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
adamc@1132 10573 $as_echo_n "(cached) " >&6
adamc@1132 10574 else
adamc@1132 10575 ac_check_lib_save_LIBS=$LIBS
adamc@1132 10576 LIBS="-lsvld $LIBS"
adamc@1132 10577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10578 /* end confdefs.h. */
adamc@1132 10579
adamc@1132 10580 /* Override any GCC internal prototype to avoid an error.
adamc@1132 10581 Use char because int might match the return type of a GCC
adamc@1132 10582 builtin and then its argument prototype would still apply. */
adamc@1132 10583 #ifdef __cplusplus
adamc@1132 10584 extern "C"
adamc@1132 10585 #endif
adamc@1132 10586 char dlopen ();
adamc@1132 10587 int
adamc@1132 10588 main ()
adamc@1132 10589 {
adamc@1132 10590 return dlopen ();
adamc@1132 10591 ;
adamc@1132 10592 return 0;
adamc@1132 10593 }
adamc@1132 10594 _ACEOF
adamc@1132 10595 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10596 ac_cv_lib_svld_dlopen=yes
adamc@1132 10597 else
adamc@1132 10598 ac_cv_lib_svld_dlopen=no
adamc@1132 10599 fi
adamc@1132 10600 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10601 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10602 LIBS=$ac_check_lib_save_LIBS
adamc@1132 10603 fi
adamc@1132 10604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
adamc@1132 10605 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
adamc@1132 10606 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
adamc@1132 10607 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
adamc@1132 10608 else
adamc@1132 10609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
adamc@1132 10610 $as_echo_n "checking for dld_link in -ldld... " >&6; }
adamc@1132 10611 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
adamc@1132 10612 $as_echo_n "(cached) " >&6
adamc@1132 10613 else
adamc@1132 10614 ac_check_lib_save_LIBS=$LIBS
adamc@1132 10615 LIBS="-ldld $LIBS"
adamc@1132 10616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1132 10617 /* end confdefs.h. */
adamc@1132 10618
adamc@1132 10619 /* Override any GCC internal prototype to avoid an error.
adamc@1132 10620 Use char because int might match the return type of a GCC
adamc@1132 10621 builtin and then its argument prototype would still apply. */
adamc@1132 10622 #ifdef __cplusplus
adamc@1132 10623 extern "C"
adamc@1132 10624 #endif
adamc@1132 10625 char dld_link ();
adamc@1132 10626 int
adamc@1132 10627 main ()
adamc@1132 10628 {
adamc@1132 10629 return dld_link ();
adamc@1132 10630 ;
adamc@1132 10631 return 0;
adamc@1132 10632 }
adamc@1132 10633 _ACEOF
adamc@1132 10634 if ac_fn_c_try_link "$LINENO"; then :
adamc@1132 10635 ac_cv_lib_dld_dld_link=yes
adamc@1132 10636 else
adamc@1132 10637 ac_cv_lib_dld_dld_link=no
adamc@1132 10638 fi
adamc@1132 10639 rm -f core conftest.err conftest.$ac_objext \
adamc@1132 10640 conftest$ac_exeext conftest.$ac_ext
adamc@1132 10641 LIBS=$ac_check_lib_save_LIBS
adamc@1132 10642 fi
adamc@1132 10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
adamc@1132 10644 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
adamc@1132 10645 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
adamc@1132 10646 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
adamc@1132 10647 fi
adamc@1132 10648
adamc@1132 10649
adamc@1132 10650 fi
adamc@1132 10651
adamc@1132 10652
adamc@1132 10653 fi
adamc@1132 10654
adamc@1132 10655
adamc@1132 10656 fi
adamc@1132 10657
adamc@1132 10658
adamc@1132 10659 fi
adamc@1132 10660
adamc@1132 10661
adamc@1132 10662 fi
adamc@1132 10663
adamc@1132 10664 ;;
adamc@1132 10665 esac
adamc@1132 10666
adamc@1132 10667 if test "x$lt_cv_dlopen" != xno; then
adamc@1132 10668 enable_dlopen=yes
adamc@1132 10669 else
adamc@1132 10670 enable_dlopen=no
adamc@1132 10671 fi
adamc@1132 10672
adamc@1132 10673 case $lt_cv_dlopen in
adamc@1132 10674 dlopen)
adamc@1132 10675 save_CPPFLAGS="$CPPFLAGS"
adamc@1132 10676 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
adamc@1132 10677
adamc@1132 10678 save_LDFLAGS="$LDFLAGS"
adamc@1132 10679 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
adamc@1132 10680
adamc@1132 10681 save_LIBS="$LIBS"
adamc@1132 10682 LIBS="$lt_cv_dlopen_libs $LIBS"
adamc@1132 10683
adamc@1132 10684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
adamc@1132 10685 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
adamc@1132 10686 if test "${lt_cv_dlopen_self+set}" = set; then :
adamc@1132 10687 $as_echo_n "(cached) " >&6
adamc@1132 10688 else
adamc@1132 10689 if test "$cross_compiling" = yes; then :
adamc@1132 10690 lt_cv_dlopen_self=cross
adamc@1132 10691 else
adamc@1132 10692 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
adamc@1132 10693 lt_status=$lt_dlunknown
adamc@1132 10694 cat > conftest.$ac_ext <<_LT_EOF
adam@1441 10695 #line 10695 "configure"
adamc@1132 10696 #include "confdefs.h"
adamc@1132 10697
adamc@1132 10698 #if HAVE_DLFCN_H
adamc@1132 10699 #include <dlfcn.h>
adamc@1132 10700 #endif
adamc@1132 10701
adamc@1132 10702 #include <stdio.h>
adamc@1132 10703
adamc@1132 10704 #ifdef RTLD_GLOBAL
adamc@1132 10705 # define LT_DLGLOBAL RTLD_GLOBAL
adamc@1132 10706 #else
adamc@1132 10707 # ifdef DL_GLOBAL
adamc@1132 10708 # define LT_DLGLOBAL DL_GLOBAL
adamc@1132 10709 # else
adamc@1132 10710 # define LT_DLGLOBAL 0
adamc@1132 10711 # endif
adamc@1132 10712 #endif
adamc@1132 10713
adamc@1132 10714 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
adamc@1132 10715 find out it does not work in some platform. */
adamc@1132 10716 #ifndef LT_DLLAZY_OR_NOW
adamc@1132 10717 # ifdef RTLD_LAZY
adamc@1132 10718 # define LT_DLLAZY_OR_NOW RTLD_LAZY
adamc@1132 10719 # else
adamc@1132 10720 # ifdef DL_LAZY
adamc@1132 10721 # define LT_DLLAZY_OR_NOW DL_LAZY
adamc@1132 10722 # else
adamc@1132 10723 # ifdef RTLD_NOW
adamc@1132 10724 # define LT_DLLAZY_OR_NOW RTLD_NOW
adamc@1132 10725 # else
adamc@1132 10726 # ifdef DL_NOW
adamc@1132 10727 # define LT_DLLAZY_OR_NOW DL_NOW
adamc@1132 10728 # else
adamc@1132 10729 # define LT_DLLAZY_OR_NOW 0
adamc@1132 10730 # endif
adamc@1132 10731 # endif
adamc@1132 10732 # endif
adamc@1132 10733 # endif
adamc@1132 10734 #endif
adamc@1132 10735
adamc@1132 10736 void fnord() { int i=42;}
adamc@1132 10737 int main ()
adamc@1132 10738 {
adamc@1132 10739 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
adamc@1132 10740 int status = $lt_dlunknown;
adamc@1132 10741
adamc@1132 10742 if (self)
adamc@1132 10743 {
adamc@1132 10744 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
adamc@1132 10745 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
adamc@1132 10746 /* dlclose (self); */
adamc@1132 10747 }
adamc@1132 10748 else
adamc@1132 10749 puts (dlerror ());
adamc@1132 10750
adamc@1132 10751 return status;
adamc@1132 10752 }
adamc@1132 10753 _LT_EOF
adamc@1132 10754 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
adamc@1132 10755 (eval $ac_link) 2>&5
adamc@1132 10756 ac_status=$?
adamc@1132 10757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 10758 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
adamc@1132 10759 (./conftest; exit; ) >&5 2>/dev/null
adamc@1132 10760 lt_status=$?
adamc@1132 10761 case x$lt_status in
adamc@1132 10762 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
adamc@1132 10763 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
adamc@1132 10764 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
adamc@1132 10765 esac
adamc@1132 10766 else :
adamc@1132 10767 # compilation failed
adamc@1132 10768 lt_cv_dlopen_self=no
adamc@1132 10769 fi
adamc@1132 10770 fi
adamc@1132 10771 rm -fr conftest*
adamc@1132 10772
adamc@1132 10773
adamc@1132 10774 fi
adamc@1132 10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
adamc@1132 10776 $as_echo "$lt_cv_dlopen_self" >&6; }
adamc@1132 10777
adamc@1132 10778 if test "x$lt_cv_dlopen_self" = xyes; then
adamc@1132 10779 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
adamc@1132 10780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
adamc@1132 10781 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
adamc@1132 10782 if test "${lt_cv_dlopen_self_static+set}" = set; then :
adamc@1132 10783 $as_echo_n "(cached) " >&6
adamc@1132 10784 else
adamc@1132 10785 if test "$cross_compiling" = yes; then :
adamc@1132 10786 lt_cv_dlopen_self_static=cross
adamc@1132 10787 else
adamc@1132 10788 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
adamc@1132 10789 lt_status=$lt_dlunknown
adamc@1132 10790 cat > conftest.$ac_ext <<_LT_EOF
adam@1441 10791 #line 10791 "configure"
adamc@1132 10792 #include "confdefs.h"
adamc@1132 10793
adamc@1132 10794 #if HAVE_DLFCN_H
adamc@1132 10795 #include <dlfcn.h>
adamc@1132 10796 #endif
adamc@1132 10797
adamc@1132 10798 #include <stdio.h>
adamc@1132 10799
adamc@1132 10800 #ifdef RTLD_GLOBAL
adamc@1132 10801 # define LT_DLGLOBAL RTLD_GLOBAL
adamc@1132 10802 #else
adamc@1132 10803 # ifdef DL_GLOBAL
adamc@1132 10804 # define LT_DLGLOBAL DL_GLOBAL
adamc@1132 10805 # else
adamc@1132 10806 # define LT_DLGLOBAL 0
adamc@1132 10807 # endif
adamc@1132 10808 #endif
adamc@1132 10809
adamc@1132 10810 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
adamc@1132 10811 find out it does not work in some platform. */
adamc@1132 10812 #ifndef LT_DLLAZY_OR_NOW
adamc@1132 10813 # ifdef RTLD_LAZY
adamc@1132 10814 # define LT_DLLAZY_OR_NOW RTLD_LAZY
adamc@1132 10815 # else
adamc@1132 10816 # ifdef DL_LAZY
adamc@1132 10817 # define LT_DLLAZY_OR_NOW DL_LAZY
adamc@1132 10818 # else
adamc@1132 10819 # ifdef RTLD_NOW
adamc@1132 10820 # define LT_DLLAZY_OR_NOW RTLD_NOW
adamc@1132 10821 # else
adamc@1132 10822 # ifdef DL_NOW
adamc@1132 10823 # define LT_DLLAZY_OR_NOW DL_NOW
adamc@1132 10824 # else
adamc@1132 10825 # define LT_DLLAZY_OR_NOW 0
adamc@1132 10826 # endif
adamc@1132 10827 # endif
adamc@1132 10828 # endif
adamc@1132 10829 # endif
adamc@1132 10830 #endif
adamc@1132 10831
adamc@1132 10832 void fnord() { int i=42;}
adamc@1132 10833 int main ()
adamc@1132 10834 {
adamc@1132 10835 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
adamc@1132 10836 int status = $lt_dlunknown;
adamc@1132 10837
adamc@1132 10838 if (self)
adamc@1132 10839 {
adamc@1132 10840 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
adamc@1132 10841 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
adamc@1132 10842 /* dlclose (self); */
adamc@1132 10843 }
adamc@1132 10844 else
adamc@1132 10845 puts (dlerror ());
adamc@1132 10846
adamc@1132 10847 return status;
adamc@1132 10848 }
adamc@1132 10849 _LT_EOF
adamc@1132 10850 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
adamc@1132 10851 (eval $ac_link) 2>&5
adamc@1132 10852 ac_status=$?
adamc@1132 10853 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
adamc@1132 10854 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
adamc@1132 10855 (./conftest; exit; ) >&5 2>/dev/null
adamc@1132 10856 lt_status=$?
adamc@1132 10857 case x$lt_status in
adamc@1132 10858 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
adamc@1132 10859 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
adamc@1132 10860 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
adamc@1132 10861 esac
adamc@1132 10862 else :
adamc@1132 10863 # compilation failed
adamc@1132 10864 lt_cv_dlopen_self_static=no
adamc@1132 10865 fi
adamc@1132 10866 fi
adamc@1132 10867 rm -fr conftest*
adamc@1132 10868
adamc@1132 10869
adamc@1132 10870 fi
adamc@1132 10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
adamc@1132 10872 $as_echo "$lt_cv_dlopen_self_static" >&6; }
adamc@1132 10873 fi
adamc@1132 10874
adamc@1132 10875 CPPFLAGS="$save_CPPFLAGS"
adamc@1132 10876 LDFLAGS="$save_LDFLAGS"
adamc@1132 10877 LIBS="$save_LIBS"
adamc@1132 10878 ;;
adamc@1132 10879 esac
adamc@1132 10880
adamc@1132 10881 case $lt_cv_dlopen_self in
adamc@1132 10882 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
adamc@1132 10883 *) enable_dlopen_self=unknown ;;
adamc@1132 10884 esac
adamc@1132 10885
adamc@1132 10886 case $lt_cv_dlopen_self_static in
adamc@1132 10887 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
adamc@1132 10888 *) enable_dlopen_self_static=unknown ;;
adamc@1132 10889 esac
adamc@1132 10890 fi
adamc@1132 10891
adamc@1132 10892
adamc@1132 10893
adamc@1132 10894
adamc@1132 10895
adamc@1132 10896
adamc@1132 10897
adamc@1132 10898
adamc@1132 10899
adamc@1132 10900
adamc@1132 10901
adamc@1132 10902
adamc@1132 10903
adamc@1132 10904
adamc@1132 10905
adamc@1132 10906
adamc@1132 10907
adamc@1132 10908 striplib=
adamc@1132 10909 old_striplib=
adamc@1132 10910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
adamc@1132 10911 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
adamc@1132 10912 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
adamc@1132 10913 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
adamc@1132 10914 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
adamc@1132 10915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1132 10916 $as_echo "yes" >&6; }
adamc@1132 10917 else
adamc@1132 10918 # FIXME - insert some real tests, host_os isn't really good enough
adamc@1132 10919 case $host_os in
adamc@1132 10920 darwin*)
adamc@1132 10921 if test -n "$STRIP" ; then
adamc@1132 10922 striplib="$STRIP -x"
adamc@1132 10923 old_striplib="$STRIP -S"
adamc@1132 10924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adamc@1132 10925 $as_echo "yes" >&6; }
adamc@1132 10926 else
adamc@1132 10927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 10928 $as_echo "no" >&6; }
adamc@1132 10929 fi
adamc@1132 10930 ;;
adamc@1132 10931 *)
adamc@1132 10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1132 10933 $as_echo "no" >&6; }
adamc@1132 10934 ;;
adamc@1132 10935 esac
adamc@1132 10936 fi
adamc@1132 10937
adamc@1132 10938
adamc@1132 10939
adamc@1132 10940
adamc@1132 10941
adamc@1132 10942
adamc@1132 10943
adamc@1132 10944
adamc@1132 10945
adamc@1132 10946
adamc@1132 10947
adamc@1132 10948
adamc@1132 10949 # Report which library types will actually be built
adamc@1132 10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
adamc@1132 10951 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
adamc@1132 10952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
adamc@1132 10953 $as_echo "$can_build_shared" >&6; }
adamc@1132 10954
adamc@1132 10955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
adamc@1132 10956 $as_echo_n "checking whether to build shared libraries... " >&6; }
adamc@1132 10957 test "$can_build_shared" = "no" && enable_shared=no
adamc@1132 10958
adamc@1132 10959 # On AIX, shared libraries and static libraries use the same namespace, and
adamc@1132 10960 # are all built from PIC.
adamc@1132 10961 case $host_os in
adamc@1132 10962 aix3*)
adamc@1132 10963 test "$enable_shared" = yes && enable_static=no
adamc@1132 10964 if test -n "$RANLIB"; then
adamc@1132 10965 archive_cmds="$archive_cmds~\$RANLIB \$lib"
adamc@1132 10966 postinstall_cmds='$RANLIB $lib'
adamc@1132 10967 fi
adamc@1132 10968 ;;
adamc@1132 10969
adamc@1132 10970 aix[4-9]*)
adamc@1132 10971 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
adamc@1132 10972 test "$enable_shared" = yes && enable_static=no
adamc@1132 10973 fi
adamc@1132 10974 ;;
adamc@1132 10975 esac
adamc@1132 10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
adamc@1132 10977 $as_echo "$enable_shared" >&6; }
adamc@1132 10978
adamc@1132 10979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
adamc@1132 10980 $as_echo_n "checking whether to build static libraries... " >&6; }
adamc@1132 10981 # Make sure either enable_shared or enable_static is yes.
adamc@1132 10982 test "$enable_shared" = yes || enable_static=yes
adamc@1132 10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
adamc@1132 10984 $as_echo "$enable_static" >&6; }
adamc@1132 10985
adamc@1132 10986
adamc@1132 10987
adamc@1132 10988
adamc@1132 10989 fi
adamc@1132 10990 ac_ext=c
adamc@1132 10991 ac_cpp='$CPP $CPPFLAGS'
adamc@1132 10992 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
adamc@1132 10993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
adamc@1132 10994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
adamc@1132 10995
adamc@1132 10996 CC="$lt_save_CC"
adamc@1132 10997
adamc@1132 10998
adamc@1132 10999
adamc@1132 11000
adamc@1132 11001
adamc@1132 11002
adamc@1132 11003
adamc@1132 11004
adamc@1132 11005
adamc@1132 11006
adamc@1132 11007
adamc@1132 11008
adamc@1132 11009
adamc@1132 11010 ac_config_commands="$ac_config_commands libtool"
adamc@1132 11011
adamc@1132 11012
adamc@1132 11013
adamc@1132 11014
adamc@1132 11015 # Only expand once:
adamc@1132 11016
adamc@1132 11017
adamc@378 11018
adamc@1263 11019 ac_config_headers="$ac_config_headers config.h"
adamc@1263 11020
adamc@1141 11021
adam@1317 11022
adam@1368 11023 found=false
adam@1368 11024
adam@1368 11025 # Check whether --with-openssl was given.
adam@1368 11026 if test "${with_openssl+set}" = set; then :
adam@1368 11027 withval=$with_openssl;
adam@1368 11028 case "$withval" in
adam@1368 11029 "" | y | ye | yes | n | no)
adam@1368 11030 as_fn_error $? "Invalid --with-openssl value" "$LINENO" 5
adam@1368 11031 ;;
adam@1368 11032 *) ssldirs="$withval"
adam@1368 11033 ;;
adam@1368 11034 esac
adam@1368 11035
adam@1368 11036 else
adam@1368 11037
adam@1368 11038 # if pkg-config is installed and openssl has installed a .pc file,
adam@1368 11039 # then use that information and don't search ssldirs
adam@1368 11040 # Extract the first word of "pkg-config", so it can be a program name with args.
adam@1368 11041 set dummy pkg-config; ac_word=$2
adam@1368 11042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adam@1368 11043 $as_echo_n "checking for $ac_word... " >&6; }
adam@1368 11044 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
adam@1368 11045 $as_echo_n "(cached) " >&6
adam@1368 11046 else
adam@1368 11047 case $PKG_CONFIG in
adam@1368 11048 [\\/]* | ?:[\\/]*)
adam@1368 11049 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
adam@1368 11050 ;;
adam@1368 11051 *)
adam@1368 11052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adam@1368 11053 for as_dir in $PATH
adam@1368 11054 do
adam@1368 11055 IFS=$as_save_IFS
adam@1368 11056 test -z "$as_dir" && as_dir=.
adam@1368 11057 for ac_exec_ext in '' $ac_executable_extensions; do
adam@1368 11058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adam@1368 11059 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
adam@1368 11060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adam@1368 11061 break 2
adam@1368 11062 fi
adam@1368 11063 done
adam@1368 11064 done
adam@1368 11065 IFS=$as_save_IFS
adam@1368 11066
adam@1368 11067 ;;
adam@1368 11068 esac
adam@1368 11069 fi
adam@1368 11070 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
adam@1368 11071 if test -n "$PKG_CONFIG"; then
adam@1368 11072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
adam@1368 11073 $as_echo "$PKG_CONFIG" >&6; }
adam@1368 11074 else
adam@1368 11075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adam@1368 11076 $as_echo "no" >&6; }
adam@1368 11077 fi
adam@1368 11078
adam@1368 11079
adam@1368 11080 if test x"$PKG_CONFIG" != x""; then
adam@1368 11081 OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null`
adam@1368 11082 if test $? = 0; then
adam@1368 11083 OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null`
adam@1368 11084 OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null`
adam@1368 11085 found=true
adam@1368 11086 fi
adam@1368 11087 fi
adam@1368 11088
adam@1368 11089 # no such luck; use some default ssldirs
adam@1368 11090 if ! $found; then
adam@1368 11091 ssldirs="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr"
adam@1368 11092 fi
adam@1368 11093
adam@1368 11094
adam@1368 11095 fi
adam@1368 11096
adam@1368 11097
adam@1368 11098
adam@1368 11099 # note that we #include <openssl/foo.h>, so the OpenSSL headers have to be in
adam@1368 11100 # an 'openssl' subdirectory
adam@1368 11101
adam@1368 11102 if ! $found; then
adam@1368 11103 OPENSSL_INCLUDES=
adam@1368 11104 for ssldir in $ssldirs; do
adam@1368 11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/ssl.h in $ssldir" >&5
adam@1368 11106 $as_echo_n "checking for openssl/ssl.h in $ssldir... " >&6; }
adam@1368 11107 if test -f "$ssldir/include/openssl/ssl.h"; then
adam@1368 11108 OPENSSL_INCLUDES="-I$ssldir/include"
adam@1368 11109 OPENSSL_LDFLAGS="-L$ssldir/lib"
adam@1368 11110 OPENSSL_LIBS="-lssl -lcrypto"
adam@1368 11111 found=true
adam@1368 11112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adam@1368 11113 $as_echo "yes" >&6; }
adam@1368 11114 break
adam@1368 11115 else
adam@1368 11116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adam@1368 11117 $as_echo "no" >&6; }
adam@1368 11118 fi
adam@1368 11119 done
adam@1368 11120
adam@1368 11121 # if the file wasn't found, well, go ahead and try the link anyway -- maybe
adam@1368 11122 # it will just work!
adam@1368 11123 fi
adam@1368 11124
adam@1368 11125 # try the preprocessor and linker with our new flags,
adam@1368 11126 # being careful not to pollute the global LIBS, LDFLAGS, and CPPFLAGS
adam@1368 11127
adam@1368 11128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling and linking against OpenSSL works" >&5
adam@1368 11129 $as_echo_n "checking whether compiling and linking against OpenSSL works... " >&6; }
adam@1368 11130 echo "Trying link with OPENSSL_LDFLAGS=$OPENSSL_LDFLAGS;" \
adam@1368 11131 "OPENSSL_LIBS=$OPENSSL_LIBS; OPENSSL_INCLUDES=$OPENSSL_INCLUDES" >&5
adam@1368 11132
adam@1368 11133 save_LIBS="$LIBS"
adam@1368 11134 save_LDFLAGS="$LDFLAGS"
adam@1368 11135 save_CPPFLAGS="$CPPFLAGS"
adam@1368 11136 LDFLAGS="$LDFLAGS $OPENSSL_LDFLAGS"
adam@1368 11137 LIBS="$OPENSSL_LIBS $LIBS"
adam@1368 11138 CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
adam@1368 11139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
adamc@1165 11140 /* end confdefs.h. */
adam@1368 11141 #include <openssl/ssl.h>
adamc@1165 11142 int
adamc@1165 11143 main ()
adamc@1165 11144 {
adam@1368 11145 SSL_new(NULL)
adamc@1165 11146 ;
adamc@1165 11147 return 0;
adamc@1165 11148 }
adamc@1165 11149 _ACEOF
adamc@1165 11150 if ac_fn_c_try_link "$LINENO"; then :
adam@1368 11151
adam@1368 11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
adam@1368 11153 $as_echo "yes" >&6; }
adam@1368 11154 echo >/dev/null
adam@1368 11155
adam@1368 11156 else
adam@1368 11157
adam@1368 11158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adam@1368 11159 $as_echo "no" >&6; }
adam@1369 11160 echo "You must install OpenSSL development files."; exit 1
adam@1368 11161
adamc@1165 11162 fi
adamc@1165 11163 rm -f core conftest.err conftest.$ac_objext \
adamc@1165 11164 conftest$ac_exeext conftest.$ac_ext
adam@1368 11165 CPPFLAGS="$save_CPPFLAGS"
adam@1368 11166 LDFLAGS="$save_LDFLAGS"
adam@1368 11167 LIBS="$save_LIBS"
adam@1368 11168
adam@1368 11169
adam@1368 11170
adamc@1165 11171
adamc@1165 11172
adamc@1165 11173
adamc@1165 11174 # Extract the first word of "mlton", so it can be a program name with args.
adamc@1165 11175 set dummy mlton; ac_word=$2
adamc@1165 11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1165 11177 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1165 11178 if test "${ac_cv_prog_MLTON+set}" = set; then :
adamc@1165 11179 $as_echo_n "(cached) " >&6
adamc@1165 11180 else
adamc@1165 11181 if test -n "$MLTON"; then
adamc@1165 11182 ac_cv_prog_MLTON="$MLTON" # Let the user override the test.
adamc@1165 11183 else
adamc@1165 11184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1165 11185 for as_dir in $PATH
adamc@1165 11186 do
adamc@1165 11187 IFS=$as_save_IFS
adamc@1165 11188 test -z "$as_dir" && as_dir=.
adamc@1165 11189 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1165 11190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1165 11191 ac_cv_prog_MLTON="yes"
adamc@1165 11192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1165 11193 break 2
adamc@1165 11194 fi
adamc@1165 11195 done
adamc@1165 11196 done
adamc@1165 11197 IFS=$as_save_IFS
adamc@1165 11198
adamc@1165 11199 fi
adamc@1165 11200 fi
adamc@1165 11201 MLTON=$ac_cv_prog_MLTON
adamc@1165 11202 if test -n "$MLTON"; then
adamc@1165 11203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MLTON" >&5
adamc@1165 11204 $as_echo "$MLTON" >&6; }
adamc@1165 11205 else
adamc@1165 11206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1165 11207 $as_echo "no" >&6; }
adamc@1165 11208 fi
adamc@1165 11209
adamc@1165 11210
adamc@1165 11211
adamc@1165 11212 if test -z $MLTON; then
adamc@1165 11213 echo "You must install MLton."
adamc@1165 11214 exit 1
adamc@1165 11215 fi
adamc@1165 11216
adamc@1165 11217 # Extract the first word of "mllex", so it can be a program name with args.
adamc@1165 11218 set dummy mllex; ac_word=$2
adamc@1165 11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1165 11220 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1165 11221 if test "${ac_cv_prog_MLLEX+set}" = set; then :
adamc@1165 11222 $as_echo_n "(cached) " >&6
adamc@1165 11223 else
adamc@1165 11224 if test -n "$MLLEX"; then
adamc@1165 11225 ac_cv_prog_MLLEX="$MLLEX" # Let the user override the test.
adamc@1165 11226 else
adamc@1165 11227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1165 11228 for as_dir in $PATH
adamc@1165 11229 do
adamc@1165 11230 IFS=$as_save_IFS
adamc@1165 11231 test -z "$as_dir" && as_dir=.
adamc@1165 11232 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1165 11233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1165 11234 ac_cv_prog_MLLEX="yes"
adamc@1165 11235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1165 11236 break 2
adamc@1165 11237 fi
adamc@1165 11238 done
adamc@1165 11239 done
adamc@1165 11240 IFS=$as_save_IFS
adamc@1165 11241
adamc@1165 11242 fi
adamc@1165 11243 fi
adamc@1165 11244 MLLEX=$ac_cv_prog_MLLEX
adamc@1165 11245 if test -n "$MLLEX"; then
adamc@1165 11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MLLEX" >&5
adamc@1165 11247 $as_echo "$MLLEX" >&6; }
adamc@1165 11248 else
adamc@1165 11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1165 11250 $as_echo "no" >&6; }
adamc@1165 11251 fi
adamc@1165 11252
adamc@1165 11253
adamc@1165 11254
adamc@1165 11255 if test -z $MLLEX; then
adamc@1165 11256 echo "You must install MLton (to get mllex)."
adamc@1165 11257 exit 1
adamc@1165 11258 fi
adamc@1165 11259
adamc@1165 11260 # Extract the first word of "mlyacc", so it can be a program name with args.
adamc@1165 11261 set dummy mlyacc; ac_word=$2
adamc@1165 11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
adamc@1165 11263 $as_echo_n "checking for $ac_word... " >&6; }
adamc@1165 11264 if test "${ac_cv_prog_MLYACC+set}" = set; then :
adamc@1165 11265 $as_echo_n "(cached) " >&6
adamc@1165 11266 else
adamc@1165 11267 if test -n "$MLYACC"; then
adamc@1165 11268 ac_cv_prog_MLYACC="$MLYACC" # Let the user override the test.
adamc@1165 11269 else
adamc@1165 11270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@1165 11271 for as_dir in $PATH
adamc@1165 11272 do
adamc@1165 11273 IFS=$as_save_IFS
adamc@1165 11274 test -z "$as_dir" && as_dir=.
adamc@1165 11275 for ac_exec_ext in '' $ac_executable_extensions; do
adamc@1165 11276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
adamc@1165 11277 ac_cv_prog_MLYACC="yes"
adamc@1165 11278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
adamc@1165 11279 break 2
adamc@1165 11280 fi
adamc@1165 11281 done
adamc@1165 11282 done
adamc@1165 11283 IFS=$as_save_IFS
adamc@1165 11284
adamc@1165 11285 fi
adamc@1165 11286 fi
adamc@1165 11287 MLYACC=$ac_cv_prog_MLYACC
adamc@1165 11288 if test -n "$MLYACC"; then
adamc@1165 11289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MLYACC" >&5
adamc@1165 11290 $as_echo "$MLYACC" >&6; }
adamc@1165 11291 else
adamc@1165 11292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
adamc@1165 11293 $as_echo "no" >&6; }
adamc@1165 11294 fi
adamc@1165 11295
adamc@1165 11296
adamc@1165 11297
adamc@1165 11298 if test -z $MLYACC; then
adamc@1165 11299 echo "You must install MLton (to get mlyacc)."
adamc@1165 11300 exit 1
adamc@1165 11301 fi
adamc@1165 11302
adamc@429 11303 if test $prefix = "NONE"; then
adamc@429 11304 prefix=/usr/local
adamc@429 11305 fi
adamc@429 11306
adamc@378 11307 if test -z $BIN; then
adamc@429 11308 BIN=$prefix/bin
adamc@378 11309 fi
adamc@378 11310
adamc@378 11311 if test -z $LIB; then
adamc@429 11312 LIB=$prefix/lib/urweb
adamc@378 11313 fi
adamc@378 11314
adamc@378 11315 if test -z $INCLUDE; then
adamc@429 11316 INCLUDE=$prefix/include/urweb
adamc@378 11317 fi
adamc@378 11318
adamc@378 11319 if test -z $SITELISP; then
adamc@429 11320 SITELISP=$prefix/share/emacs/site-lisp/urweb-mode
adamc@378 11321 fi
adamc@378 11322
adamc@378 11323
adam@1441 11324 # Check whether --with-emacs was given.
adam@1441 11325 if test "${with_emacs+set}" = set; then :
adam@1441 11326 withval=$with_emacs;
adam@1441 11327 else
adam@1441 11328 with_emacs=yes
adam@1441 11329 fi
adam@1441 11330
adam@1441 11331
adam@1441 11332 if test "x$with_emacs" = xyes; then
adam@1441 11333 USE_EMACS_TRUE=
adam@1441 11334 USE_EMACS_FALSE='#'
adam@1441 11335 else
adam@1441 11336 USE_EMACS_TRUE='#'
adam@1441 11337 USE_EMACS_FALSE=
adam@1441 11338 fi
adam@1441 11339
adam@1441 11340
adam@1441 11341
adamc@1132 11342
adamc@1132 11343
adamc@1132 11344
adamc@1132 11345
adamc@1132 11346
adamc@1132 11347 ac_config_files="$ac_config_files Makefile src/c/Makefile src/config.sml"
adamc@1132 11348
adamc@378 11349
adamc@378 11350 cat >confcache <<\_ACEOF
adamc@378 11351 # This file is a shell script that caches the results of configure
adamc@378 11352 # tests run on this system so they can be shared between configure
adamc@378 11353 # scripts and configure runs, see configure's option --config-cache.
adamc@378 11354 # It is not useful on other systems. If it contains results you don't
adamc@378 11355 # want to keep, you may remove or edit it.
adamc@378 11356 #
adamc@378 11357 # config.status only pays attention to the cache file if you give it
adamc@378 11358 # the --recheck option to rerun configure.
adamc@378 11359 #
adamc@378 11360 # `ac_cv_env_foo' variables (set or unset) will be overridden when
adamc@378 11361 # loading this file, other *unset* `ac_cv_foo' will be assigned the
adamc@378 11362 # following values.
adamc@378 11363
adamc@378 11364 _ACEOF
adamc@378 11365
adamc@378 11366 # The following way of writing the cache mishandles newlines in values,
adamc@378 11367 # but we know of no workaround that is simple, portable, and efficient.
adamc@378 11368 # So, we kill variables containing newlines.
adamc@378 11369 # Ultrix sh set writes to stderr and can't be redirected directly,
adamc@378 11370 # and sets the high bit in the cache file unless we assign to the vars.
adamc@378 11371 (
adamc@378 11372 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
adamc@378 11373 eval ac_val=\$$ac_var
adamc@378 11374 case $ac_val in #(
adamc@378 11375 *${as_nl}*)
adamc@378 11376 case $ac_var in #(
adamc@1095 11377 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
adamc@1095 11378 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
adamc@378 11379 esac
adamc@378 11380 case $ac_var in #(
adamc@378 11381 _ | IFS | as_nl) ;; #(
adamc@1095 11382 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
adamc@1095 11383 *) { eval $ac_var=; unset $ac_var;} ;;
adamc@378 11384 esac ;;
adamc@378 11385 esac
adamc@378 11386 done
adamc@378 11387
adamc@378 11388 (set) 2>&1 |
adamc@378 11389 case $as_nl`(ac_space=' '; set) 2>&1` in #(
adamc@378 11390 *${as_nl}ac_space=\ *)
adamc@1095 11391 # `set' does not quote correctly, so add quotes: double-quote
adamc@1095 11392 # substitution turns \\\\ into \\, and sed turns \\ into \.
adamc@378 11393 sed -n \
adamc@378 11394 "s/'/'\\\\''/g;
adamc@378 11395 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
adamc@378 11396 ;; #(
adamc@378 11397 *)
adamc@378 11398 # `set' quotes correctly as required by POSIX, so do not add quotes.
adamc@378 11399 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
adamc@378 11400 ;;
adamc@378 11401 esac |
adamc@378 11402 sort
adamc@378 11403 ) |
adamc@378 11404 sed '
adamc@378 11405 /^ac_cv_env_/b end
adamc@378 11406 t clear
adamc@378 11407 :clear
adamc@378 11408 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
adamc@378 11409 t end
adamc@378 11410 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
adamc@378 11411 :end' >>confcache
adamc@378 11412 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
adamc@378 11413 if test -w "$cache_file"; then
adamc@378 11414 test "x$cache_file" != "x/dev/null" &&
adamc@1095 11415 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
adamc@1095 11416 $as_echo "$as_me: updating cache $cache_file" >&6;}
adamc@378 11417 cat confcache >$cache_file
adamc@378 11418 else
adamc@1095 11419 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
adamc@1095 11420 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
adamc@378 11421 fi
adamc@378 11422 fi
adamc@378 11423 rm -f confcache
adamc@378 11424
adamc@378 11425 test "x$prefix" = xNONE && prefix=$ac_default_prefix
adamc@378 11426 # Let make expand exec_prefix.
adamc@378 11427 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
adamc@378 11428
adamc@1263 11429 DEFS=-DHAVE_CONFIG_H
adamc@378 11430
adamc@378 11431 ac_libobjs=
adamc@378 11432 ac_ltlibobjs=
adam@1315 11433 U=
adamc@378 11434 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
adamc@378 11435 # 1. Remove the extension, and $U if already installed.
adamc@378 11436 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
adamc@1095 11437 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
adamc@378 11438 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
adamc@378 11439 # will be set to the directory where LIBOBJS objects are built.
adamc@1095 11440 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
adamc@1095 11441 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
adamc@378 11442 done
adamc@378 11443 LIBOBJS=$ac_libobjs
adamc@378 11444
adamc@378 11445 LTLIBOBJS=$ac_ltlibobjs
adamc@378 11446
adamc@378 11447
adamc@1149 11448 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
adam@1315 11449 as_fn_error $? "conditional \"AMDEP\" was never defined.
adamc@1149 11450 Usually this means the macro was only invoked conditionally." "$LINENO" 5
adamc@1149 11451 fi
adamc@1149 11452 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
adam@1315 11453 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
adamc@1149 11454 Usually this means the macro was only invoked conditionally." "$LINENO" 5
adamc@1149 11455 fi
adamc@1132 11456 if test -n "$EXEEXT"; then
adamc@1132 11457 am__EXEEXT_TRUE=
adamc@1132 11458 am__EXEEXT_FALSE='#'
adamc@1132 11459 else
adamc@1132 11460 am__EXEEXT_TRUE='#'
adamc@1132 11461 am__EXEEXT_FALSE=
adamc@1132 11462 fi
adamc@1132 11463
adam@1441 11464 if test -z "${USE_EMACS_TRUE}" && test -z "${USE_EMACS_FALSE}"; then
adam@1441 11465 as_fn_error $? "conditional \"USE_EMACS\" was never defined.
adam@1441 11466 Usually this means the macro was only invoked conditionally." "$LINENO" 5
adam@1441 11467 fi
adamc@378 11468
adamc@378 11469 : ${CONFIG_STATUS=./config.status}
adamc@1095 11470 ac_write_fail=0
adamc@378 11471 ac_clean_files_save=$ac_clean_files
adamc@378 11472 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
adamc@1095 11473 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
adamc@1095 11474 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
adamc@1095 11475 as_write_fail=0
adamc@1095 11476 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
adamc@378 11477 #! $SHELL
adamc@378 11478 # Generated by $as_me.
adamc@378 11479 # Run this file to recreate the current configuration.
adamc@378 11480 # Compiler output produced by configure, useful for debugging
adamc@378 11481 # configure, is in config.log if it exists.
adamc@378 11482
adamc@378 11483 debug=false
adamc@378 11484 ac_cs_recheck=false
adamc@378 11485 ac_cs_silent=false
adamc@1095 11486
adamc@378 11487 SHELL=\${CONFIG_SHELL-$SHELL}
adamc@1095 11488 export SHELL
adamc@1095 11489 _ASEOF
adamc@1095 11490 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
adamc@1095 11491 ## -------------------- ##
adamc@1095 11492 ## M4sh Initialization. ##
adamc@1095 11493 ## -------------------- ##
adamc@378 11494
adamc@378 11495 # Be more Bourne compatible
adamc@378 11496 DUALCASE=1; export DUALCASE # for MKS sh
adamc@1095 11497 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
adamc@378 11498 emulate sh
adamc@378 11499 NULLCMD=:
adamc@1095 11500 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
adamc@378 11501 # is contrary to our usage. Disable this feature.
adamc@378 11502 alias -g '${1+"$@"}'='"$@"'
adamc@378 11503 setopt NO_GLOB_SUBST
adamc@378 11504 else
adamc@1095 11505 case `(set -o) 2>/dev/null` in #(
adamc@1095 11506 *posix*) :
adamc@1095 11507 set -o posix ;; #(
adamc@1095 11508 *) :
adamc@1095 11509 ;;
adamc@378 11510 esac
adamc@378 11511 fi
adamc@378 11512
adamc@378 11513
adamc@1095 11514 as_nl='
adamc@1095 11515 '
adamc@1095 11516 export as_nl
adamc@1095 11517 # Printing a long string crashes Solaris 7 /usr/bin/printf.
adamc@1095 11518 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
adamc@1095 11519 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
adamc@1095 11520 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
adamc@1095 11521 # Prefer a ksh shell builtin over an external printf program on Solaris,
adamc@1095 11522 # but without wasting forks for bash or zsh.
adamc@1095 11523 if test -z "$BASH_VERSION$ZSH_VERSION" \
adamc@1095 11524 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
adamc@1095 11525 as_echo='print -r --'
adamc@1095 11526 as_echo_n='print -rn --'
adamc@1095 11527 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
adamc@1095 11528 as_echo='printf %s\n'
adamc@1095 11529 as_echo_n='printf %s'
adamc@1095 11530 else
adamc@1095 11531 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
adamc@1095 11532 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
adamc@1095 11533 as_echo_n='/usr/ucb/echo -n'
adamc@1095 11534 else
adamc@1095 11535 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
adamc@1095 11536 as_echo_n_body='eval
adamc@1095 11537 arg=$1;
adamc@1095 11538 case $arg in #(
adamc@1095 11539 *"$as_nl"*)
adamc@1095 11540 expr "X$arg" : "X\\(.*\\)$as_nl";
adamc@1095 11541 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
adamc@1095 11542 esac;
adamc@1095 11543 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
adamc@1095 11544 '
adamc@1095 11545 export as_echo_n_body
adamc@1095 11546 as_echo_n='sh -c $as_echo_n_body as_echo'
adamc@1095 11547 fi
adamc@1095 11548 export as_echo_body
adamc@1095 11549 as_echo='sh -c $as_echo_body as_echo'
adamc@1095 11550 fi
adamc@378 11551
adamc@378 11552 # The user is always right.
adamc@378 11553 if test "${PATH_SEPARATOR+set}" != set; then
adamc@1095 11554 PATH_SEPARATOR=:
adamc@1095 11555 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
adamc@1095 11556 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
adamc@1095 11557 PATH_SEPARATOR=';'
adamc@1095 11558 }
adamc@378 11559 fi
adamc@378 11560
adamc@378 11561
adamc@378 11562 # IFS
adamc@378 11563 # We need space, tab and new line, in precisely that order. Quoting is
adamc@378 11564 # there to prevent editors from complaining about space-tab.
adamc@378 11565 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
adamc@378 11566 # splitting by setting IFS to empty value.)
adamc@378 11567 IFS=" "" $as_nl"
adamc@378 11568
adamc@378 11569 # Find who we are. Look in the path if we contain no directory separator.
adamc@1095 11570 case $0 in #((
adamc@378 11571 *[\\/]* ) as_myself=$0 ;;
adamc@378 11572 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
adamc@378 11573 for as_dir in $PATH
adamc@378 11574 do
adamc@378 11575 IFS=$as_save_IFS
adamc@378 11576 test -z "$as_dir" && as_dir=.
adamc@1095 11577 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
adamc@1095 11578 done
adamc@378 11579 IFS=$as_save_IFS
adamc@378 11580
adamc@378 11581 ;;
adamc@378 11582 esac
adamc@378 11583 # We did not find ourselves, most probably we were run as `sh COMMAND'
adamc@378 11584 # in which case we are not to be found in the path.
adamc@378 11585 if test "x$as_myself" = x; then
adamc@378 11586 as_myself=$0
adamc@378 11587 fi
adamc@378 11588 if test ! -f "$as_myself"; then
adamc@1095 11589 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
adamc@1095 11590 exit 1
adamc@378 11591 fi
adamc@378 11592
adamc@1095 11593 # Unset variables that we do not need and which cause bugs (e.g. in
adamc@1095 11594 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
adamc@1095 11595 # suppresses any "Segmentation fault" message there. '((' could
adamc@1095 11596 # trigger a bug in pdksh 5.2.14.
adamc@1095 11597 for as_var in BASH_ENV ENV MAIL MAILPATH
adamc@1095 11598 do eval test x\${$as_var+set} = xset \
adamc@1095 11599 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
adamc@378 11600 done
adamc@378 11601 PS1='$ '
adamc@378 11602 PS2='> '
adamc@378 11603 PS4='+ '
adamc@378 11604
adamc@378 11605 # NLS nuisances.
adamc@1095 11606 LC_ALL=C
adamc@1095 11607 export LC_ALL
adamc@1095 11608 LANGUAGE=C
adamc@1095 11609 export LANGUAGE
adamc@1095 11610
adamc@1095 11611 # CDPATH.
adamc@1095 11612 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
adamc@1095 11613
adamc@1095 11614
adam@1315 11615 # as_fn_error STATUS ERROR [LINENO LOG_FD]
adam@1315 11616 # ----------------------------------------
adamc@1095 11617 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
adamc@1095 11618 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
adam@1315 11619 # script with STATUS, using 1 if that was 0.
adamc@1095 11620 as_fn_error ()
adamc@1095 11621 {
adam@1315 11622 as_status=$1; test $as_status -eq 0 && as_status=1
adam@1315 11623 if test "$4"; then
adam@1315 11624 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
adam@1315 11625 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
adam@1315 11626 fi
adam@1315 11627 $as_echo "$as_me: error: $2" >&2
adamc@1095 11628 as_fn_exit $as_status
adamc@1095 11629 } # as_fn_error
adamc@378 11630
adamc@1095 11631
adamc@1095 11632 # as_fn_set_status STATUS
adamc@1095 11633 # -----------------------
adamc@1095 11634 # Set $? to STATUS, without forking.
adamc@1095 11635 as_fn_set_status ()
adamc@1095 11636 {
adamc@1095 11637 return $1
adamc@1095 11638 } # as_fn_set_status
adamc@1095 11639
adamc@1095 11640 # as_fn_exit STATUS
adamc@1095 11641 # -----------------
adamc@1095 11642 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
adamc@1095 11643 as_fn_exit ()
adamc@1095 11644 {
adamc@1095 11645 set +e
adamc@1095 11646 as_fn_set_status $1
adamc@1095 11647 exit $1
adamc@1095 11648 } # as_fn_exit
adamc@1095 11649
adamc@1095 11650 # as_fn_unset VAR
adamc@1095 11651 # ---------------
adamc@1095 11652 # Portably unset VAR.
adamc@1095 11653 as_fn_unset ()
adamc@1095 11654 {
adamc@1095 11655 { eval $1=; unset $1;}
adamc@1095 11656 }
adamc@1095 11657 as_unset=as_fn_unset
adamc@1095 11658 # as_fn_append VAR VALUE
adamc@1095 11659 # ----------------------
adamc@1095 11660 # Append the text in VALUE to the end of the definition contained in VAR. Take
adamc@1095 11661 # advantage of any shell optimizations that allow amortized linear growth over
adamc@1095 11662 # repeated appends, instead of the typical quadratic growth present in naive
adamc@1095 11663 # implementations.
adamc@1095 11664 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
adamc@1095 11665 eval 'as_fn_append ()
adamc@1095 11666 {
adamc@1095 11667 eval $1+=\$2
adamc@1095 11668 }'
adamc@1095 11669 else
adamc@1095 11670 as_fn_append ()
adamc@1095 11671 {
adamc@1095 11672 eval $1=\$$1\$2
adamc@1095 11673 }
adamc@1095 11674 fi # as_fn_append
adamc@1095 11675
adamc@1095 11676 # as_fn_arith ARG...
adamc@1095 11677 # ------------------
adamc@1095 11678 # Perform arithmetic evaluation on the ARGs, and store the result in the
adamc@1095 11679 # global $as_val. Take advantage of shells that can avoid forks. The arguments
adamc@1095 11680 # must be portable across $(()) and expr.
adamc@1095 11681 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
adamc@1095 11682 eval 'as_fn_arith ()
adamc@1095 11683 {
adamc@1095 11684 as_val=$(( $* ))
adamc@1095 11685 }'
adamc@1095 11686 else
adamc@1095 11687 as_fn_arith ()
adamc@1095 11688 {
adamc@1095 11689 as_val=`expr "$@" || test $? -eq 1`
adamc@1095 11690 }
adamc@1095 11691 fi # as_fn_arith
adamc@1095 11692
adamc@1095 11693
adamc@378 11694 if expr a : '\(a\)' >/dev/null 2>&1 &&
adamc@378 11695 test "X`expr 00001 : '.*\(...\)'`" = X001; then
adamc@378 11696 as_expr=expr
adamc@378 11697 else
adamc@378 11698 as_expr=false
adamc@378 11699 fi
adamc@378 11700
adamc@378 11701 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
adamc@378 11702 as_basename=basename
adamc@378 11703 else
adamc@378 11704 as_basename=false
adamc@378 11705 fi
adamc@378 11706
adamc@1095 11707 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
adamc@1095 11708 as_dirname=dirname
adamc@1095 11709 else
adamc@1095 11710 as_dirname=false
adamc@1095 11711 fi
adamc@378 11712
adamc@378 11713 as_me=`$as_basename -- "$0" ||
adamc@378 11714 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
adamc@378 11715 X"$0" : 'X\(//\)$' \| \
adamc@378 11716 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 11717 $as_echo X/"$0" |
adamc@378 11718 sed '/^.*\/\([^/][^/]*\)\/*$/{
adamc@378 11719 s//\1/
adamc@378 11720 q
adamc@378 11721 }
adamc@378 11722 /^X\/\(\/\/\)$/{
adamc@378 11723 s//\1/
adamc@378 11724 q
adamc@378 11725 }
adamc@378 11726 /^X\/\(\/\).*/{
adamc@378 11727 s//\1/
adamc@378 11728 q
adamc@378 11729 }
adamc@378 11730 s/.*/./; q'`
adamc@378 11731
adamc@1095 11732 # Avoid depending upon Character Ranges.
adamc@1095 11733 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
adamc@1095 11734 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
adamc@1095 11735 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
adamc@1095 11736 as_cr_digits='0123456789'
adamc@1095 11737 as_cr_alnum=$as_cr_Letters$as_cr_digits
adamc@378 11738
adamc@378 11739 ECHO_C= ECHO_N= ECHO_T=
adamc@1095 11740 case `echo -n x` in #(((((
adamc@378 11741 -n*)
adamc@1095 11742 case `echo 'xy\c'` in
adamc@378 11743 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
adamc@1095 11744 xy) ECHO_C='\c';;
adamc@1095 11745 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
adamc@1095 11746 ECHO_T=' ';;
adamc@378 11747 esac;;
adamc@378 11748 *)
adamc@378 11749 ECHO_N='-n';;
adamc@378 11750 esac
adamc@378 11751
adamc@378 11752 rm -f conf$$ conf$$.exe conf$$.file
adamc@378 11753 if test -d conf$$.dir; then
adamc@378 11754 rm -f conf$$.dir/conf$$.file
adamc@378 11755 else
adamc@378 11756 rm -f conf$$.dir
adamc@1095 11757 mkdir conf$$.dir 2>/dev/null
adamc@378 11758 fi
adamc@1095 11759 if (echo >conf$$.file) 2>/dev/null; then
adamc@1095 11760 if ln -s conf$$.file conf$$ 2>/dev/null; then
adamc@1095 11761 as_ln_s='ln -s'
adamc@1095 11762 # ... but there are two gotchas:
adamc@1095 11763 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
adamc@1095 11764 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
adamc@1095 11765 # In both cases, we have to default to `cp -p'.
adamc@1095 11766 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
adamc@1095 11767 as_ln_s='cp -p'
adamc@1095 11768 elif ln conf$$.file conf$$ 2>/dev/null; then
adamc@1095 11769 as_ln_s=ln
adamc@1095 11770 else
adamc@378 11771 as_ln_s='cp -p'
adamc@1095 11772 fi
adamc@378 11773 else
adamc@378 11774 as_ln_s='cp -p'
adamc@378 11775 fi
adamc@378 11776 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
adamc@378 11777 rmdir conf$$.dir 2>/dev/null
adamc@378 11778
adamc@1095 11779
adamc@1095 11780 # as_fn_mkdir_p
adamc@1095 11781 # -------------
adamc@1095 11782 # Create "$as_dir" as a directory, including parents if necessary.
adamc@1095 11783 as_fn_mkdir_p ()
adamc@1095 11784 {
adamc@1095 11785
adamc@1095 11786 case $as_dir in #(
adamc@1095 11787 -*) as_dir=./$as_dir;;
adamc@1095 11788 esac
adamc@1095 11789 test -d "$as_dir" || eval $as_mkdir_p || {
adamc@1095 11790 as_dirs=
adamc@1095 11791 while :; do
adamc@1095 11792 case $as_dir in #(
adamc@1095 11793 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
adamc@1095 11794 *) as_qdir=$as_dir;;
adamc@1095 11795 esac
adamc@1095 11796 as_dirs="'$as_qdir' $as_dirs"
adamc@1095 11797 as_dir=`$as_dirname -- "$as_dir" ||
adamc@1095 11798 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1095 11799 X"$as_dir" : 'X\(//\)[^/]' \| \
adamc@1095 11800 X"$as_dir" : 'X\(//\)$' \| \
adamc@1095 11801 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 11802 $as_echo X"$as_dir" |
adamc@1095 11803 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@1095 11804 s//\1/
adamc@1095 11805 q
adamc@1095 11806 }
adamc@1095 11807 /^X\(\/\/\)[^/].*/{
adamc@1095 11808 s//\1/
adamc@1095 11809 q
adamc@1095 11810 }
adamc@1095 11811 /^X\(\/\/\)$/{
adamc@1095 11812 s//\1/
adamc@1095 11813 q
adamc@1095 11814 }
adamc@1095 11815 /^X\(\/\).*/{
adamc@1095 11816 s//\1/
adamc@1095 11817 q
adamc@1095 11818 }
adamc@1095 11819 s/.*/./; q'`
adamc@1095 11820 test -d "$as_dir" && break
adamc@1095 11821 done
adamc@1095 11822 test -z "$as_dirs" || eval "mkdir $as_dirs"
adam@1315 11823 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
adamc@1095 11824
adamc@1095 11825
adamc@1095 11826 } # as_fn_mkdir_p
adamc@378 11827 if mkdir -p . 2>/dev/null; then
adamc@1095 11828 as_mkdir_p='mkdir -p "$as_dir"'
adamc@378 11829 else
adamc@378 11830 test -d ./-p && rmdir ./-p
adamc@378 11831 as_mkdir_p=false
adamc@378 11832 fi
adamc@378 11833
adamc@378 11834 if test -x / >/dev/null 2>&1; then
adamc@378 11835 as_test_x='test -x'
adamc@378 11836 else
adamc@378 11837 if ls -dL / >/dev/null 2>&1; then
adamc@378 11838 as_ls_L_option=L
adamc@378 11839 else
adamc@378 11840 as_ls_L_option=
adamc@378 11841 fi
adamc@378 11842 as_test_x='
adamc@378 11843 eval sh -c '\''
adamc@378 11844 if test -d "$1"; then
adamc@1095 11845 test -d "$1/.";
adamc@378 11846 else
adamc@1095 11847 case $1 in #(
adamc@1095 11848 -*)set "./$1";;
adamc@378 11849 esac;
adamc@1095 11850 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
adamc@378 11851 ???[sx]*):;;*)false;;esac;fi
adamc@378 11852 '\'' sh
adamc@378 11853 '
adamc@378 11854 fi
adamc@378 11855 as_executable_p=$as_test_x
adamc@378 11856
adamc@378 11857 # Sed expression to map a string onto a valid CPP name.
adamc@378 11858 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
adamc@378 11859
adamc@378 11860 # Sed expression to map a string onto a valid variable name.
adamc@378 11861 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
adamc@378 11862
adamc@378 11863
adamc@378 11864 exec 6>&1
adamc@1095 11865 ## ----------------------------------- ##
adamc@1095 11866 ## Main body of $CONFIG_STATUS script. ##
adamc@1095 11867 ## ----------------------------------- ##
adamc@1095 11868 _ASEOF
adamc@1095 11869 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
adamc@378 11870
adamc@1095 11871 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@1095 11872 # Save the log message, to keep $0 and so on meaningful, and to
adamc@378 11873 # report actual input values of CONFIG_FILES etc. instead of their
adamc@378 11874 # values after options handling.
adamc@378 11875 ac_log="
adamc@1132 11876 This file was extended by urweb $as_me 1.0, which was
adam@1315 11877 generated by GNU Autoconf 2.67. Invocation command line was
adamc@378 11878
adamc@378 11879 CONFIG_FILES = $CONFIG_FILES
adamc@378 11880 CONFIG_HEADERS = $CONFIG_HEADERS
adamc@378 11881 CONFIG_LINKS = $CONFIG_LINKS
adamc@378 11882 CONFIG_COMMANDS = $CONFIG_COMMANDS
adamc@378 11883 $ $0 $@
adamc@378 11884
adamc@378 11885 on `(hostname || uname -n) 2>/dev/null | sed 1q`
adamc@378 11886 "
adamc@378 11887
adamc@378 11888 _ACEOF
adamc@378 11889
adamc@1095 11890 case $ac_config_files in *"
adamc@1095 11891 "*) set x $ac_config_files; shift; ac_config_files=$*;;
adamc@1095 11892 esac
adamc@1095 11893
adamc@1263 11894 case $ac_config_headers in *"
adamc@1263 11895 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
adamc@1263 11896 esac
adamc@1095 11897
adamc@1095 11898
adamc@1095 11899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@378 11900 # Files that config.status was made for.
adamc@378 11901 config_files="$ac_config_files"
adamc@1263 11902 config_headers="$ac_config_headers"
adamc@1132 11903 config_commands="$ac_config_commands"
adamc@378 11904
adamc@378 11905 _ACEOF
adamc@378 11906
adamc@1095 11907 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 11908 ac_cs_usage="\
adamc@1095 11909 \`$as_me' instantiates files and other configuration actions
adamc@1095 11910 from templates according to the current configuration. Unless the files
adamc@1095 11911 and actions are specified as TAGs, all are instantiated by default.
adamc@378 11912
adamc@1095 11913 Usage: $0 [OPTION]... [TAG]...
adamc@378 11914
adamc@378 11915 -h, --help print this help, then exit
adamc@378 11916 -V, --version print version number and configuration settings, then exit
adamc@1095 11917 --config print configuration, then exit
adamc@1095 11918 -q, --quiet, --silent
adamc@1095 11919 do not print progress messages
adamc@378 11920 -d, --debug don't remove temporary files
adamc@378 11921 --recheck update $as_me by reconfiguring in the same conditions
adamc@1095 11922 --file=FILE[:TEMPLATE]
adamc@1095 11923 instantiate the configuration file FILE
adamc@1263 11924 --header=FILE[:TEMPLATE]
adamc@1263 11925 instantiate the configuration header FILE
adamc@378 11926
adamc@378 11927 Configuration files:
adamc@378 11928 $config_files
adamc@378 11929
adamc@1263 11930 Configuration headers:
adamc@1263 11931 $config_headers
adamc@1263 11932
adamc@1132 11933 Configuration commands:
adamc@1132 11934 $config_commands
adamc@1132 11935
adamc@1095 11936 Report bugs to the package provider."
adamc@378 11937
adamc@378 11938 _ACEOF
adamc@1095 11939 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1095 11940 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
adamc@378 11941 ac_cs_version="\\
adamc@1132 11942 urweb config.status 1.0
adam@1315 11943 configured by $0, generated by GNU Autoconf 2.67,
adamc@1095 11944 with options \\"\$ac_cs_config\\"
adamc@378 11945
adam@1315 11946 Copyright (C) 2010 Free Software Foundation, Inc.
adamc@378 11947 This config.status script is free software; the Free Software Foundation
adamc@378 11948 gives unlimited permission to copy, distribute and modify it."
adamc@378 11949
adamc@378 11950 ac_pwd='$ac_pwd'
adamc@378 11951 srcdir='$srcdir'
adamc@1132 11952 INSTALL='$INSTALL'
adamc@1132 11953 MKDIR_P='$MKDIR_P'
adamc@1132 11954 AWK='$AWK'
adamc@1095 11955 test -n "\$AWK" || AWK=awk
adamc@378 11956 _ACEOF
adamc@378 11957
adamc@1095 11958 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@1095 11959 # The default lists apply if the user does not specify any file.
adamc@378 11960 ac_need_defaults=:
adamc@378 11961 while test $# != 0
adamc@378 11962 do
adamc@378 11963 case $1 in
adam@1315 11964 --*=?*)
adamc@378 11965 ac_option=`expr "X$1" : 'X\([^=]*\)='`
adamc@378 11966 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
adamc@378 11967 ac_shift=:
adamc@378 11968 ;;
adam@1315 11969 --*=)
adam@1315 11970 ac_option=`expr "X$1" : 'X\([^=]*\)='`
adam@1315 11971 ac_optarg=
adam@1315 11972 ac_shift=:
adam@1315 11973 ;;
adamc@378 11974 *)
adamc@378 11975 ac_option=$1
adamc@378 11976 ac_optarg=$2
adamc@378 11977 ac_shift=shift
adamc@378 11978 ;;
adamc@378 11979 esac
adamc@378 11980
adamc@378 11981 case $ac_option in
adamc@378 11982 # Handling of the options.
adamc@378 11983 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
adamc@378 11984 ac_cs_recheck=: ;;
adamc@378 11985 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
adamc@1095 11986 $as_echo "$ac_cs_version"; exit ;;
adamc@1095 11987 --config | --confi | --conf | --con | --co | --c )
adamc@1095 11988 $as_echo "$ac_cs_config"; exit ;;
adamc@378 11989 --debug | --debu | --deb | --de | --d | -d )
adamc@378 11990 debug=: ;;
adamc@378 11991 --file | --fil | --fi | --f )
adamc@378 11992 $ac_shift
adamc@1095 11993 case $ac_optarg in
adamc@1095 11994 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
adam@1315 11995 '') as_fn_error $? "missing file argument" ;;
adamc@1095 11996 esac
adamc@1095 11997 as_fn_append CONFIG_FILES " '$ac_optarg'"
adamc@378 11998 ac_need_defaults=false;;
adamc@1263 11999 --header | --heade | --head | --hea )
adamc@1263 12000 $ac_shift
adamc@1263 12001 case $ac_optarg in
adamc@1263 12002 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
adamc@1263 12003 esac
adamc@1263 12004 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
adamc@1263 12005 ac_need_defaults=false;;
adamc@1263 12006 --he | --h)
adamc@1263 12007 # Conflict between --help and --header
adam@1315 12008 as_fn_error $? "ambiguous option: \`$1'
adamc@1263 12009 Try \`$0 --help' for more information.";;
adamc@1263 12010 --help | --hel | -h )
adamc@1095 12011 $as_echo "$ac_cs_usage"; exit ;;
adamc@378 12012 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
adamc@378 12013 | -silent | --silent | --silen | --sile | --sil | --si | --s)
adamc@378 12014 ac_cs_silent=: ;;
adamc@378 12015
adamc@378 12016 # This is an error.
adam@1315 12017 -*) as_fn_error $? "unrecognized option: \`$1'
adamc@1095 12018 Try \`$0 --help' for more information." ;;
adamc@378 12019
adamc@1095 12020 *) as_fn_append ac_config_targets " $1"
adamc@378 12021 ac_need_defaults=false ;;
adamc@378 12022
adamc@378 12023 esac
adamc@378 12024 shift
adamc@378 12025 done
adamc@378 12026
adamc@378 12027 ac_configure_extra_args=
adamc@378 12028
adamc@378 12029 if $ac_cs_silent; then
adamc@378 12030 exec 6>/dev/null
adamc@378 12031 ac_configure_extra_args="$ac_configure_extra_args --silent"
adamc@378 12032 fi
adamc@378 12033
adamc@378 12034 _ACEOF
adamc@1095 12035 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@378 12036 if \$ac_cs_recheck; then
adamc@1095 12037 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
adamc@1095 12038 shift
adamc@1095 12039 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
adamc@1095 12040 CONFIG_SHELL='$SHELL'
adamc@378 12041 export CONFIG_SHELL
adamc@1095 12042 exec "\$@"
adamc@378 12043 fi
adamc@378 12044
adamc@378 12045 _ACEOF
adamc@1095 12046 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 12047 exec 5>>config.log
adamc@378 12048 {
adamc@378 12049 echo
adamc@378 12050 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
adamc@378 12051 ## Running $as_me. ##
adamc@378 12052 _ASBOX
adamc@1095 12053 $as_echo "$ac_log"
adamc@378 12054 } >&5
adamc@378 12055
adamc@378 12056 _ACEOF
adamc@1095 12057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1132 12058 #
adamc@1132 12059 # INIT-COMMANDS
adamc@1132 12060 #
adamc@1132 12061 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
adamc@1132 12062
adamc@1132 12063
adamc@1132 12064 # The HP-UX ksh and POSIX shell print the target directory to stdout
adamc@1132 12065 # if CDPATH is set.
adamc@1132 12066 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
adamc@1132 12067
adamc@1132 12068 sed_quote_subst='$sed_quote_subst'
adamc@1132 12069 double_quote_subst='$double_quote_subst'
adamc@1132 12070 delay_variable_subst='$delay_variable_subst'
adamc@1132 12071 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12072 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12073 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12074 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12075 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12076 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12077 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12078 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12079 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12080 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12081 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12082 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12083 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12084 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12085 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12086 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12087 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12088 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12089 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12090 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12091 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12092 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12093 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12094 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12095 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12096 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12097 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12098 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12099 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12100 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12101 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12102 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12103 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12104 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12105 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12106 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12107 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12108 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12109 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12110 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12111 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12112 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12113 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12114 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12115 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12116 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12117 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12118 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12119 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12120 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12121 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12122 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12123 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12124 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12125 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12126 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12127 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12128 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12129 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12130 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12131 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12132 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12133 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12134 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12135 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12136 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12137 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12138 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12139 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12140 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12141 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12142 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12143 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12144 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12145 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12146 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12147 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12148 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12149 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12150 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12151 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12152 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12153 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12154 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12155 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12156 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12157 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12158 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12159 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12160 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12161 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12162 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12163 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12164 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12165 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12166 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12167 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12168 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12169 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12170 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12171 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12172 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12173 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12174 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12175 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12176 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12177 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12178 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12179 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12180 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12181 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12182 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12183 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12184 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12185 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12186 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12187 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12188 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
adamc@1132 12189
adamc@1132 12190 LTCC='$LTCC'
adamc@1132 12191 LTCFLAGS='$LTCFLAGS'
adamc@1132 12192 compiler='$compiler_DEFAULT'
adamc@1132 12193
adamc@1132 12194 # Quote evaled strings.
adamc@1132 12195 for var in SED \
adamc@1132 12196 GREP \
adamc@1132 12197 EGREP \
adamc@1132 12198 FGREP \
adamc@1132 12199 LD \
adamc@1132 12200 NM \
adamc@1132 12201 LN_S \
adamc@1132 12202 lt_SP2NL \
adamc@1132 12203 lt_NL2SP \
adamc@1132 12204 reload_flag \
adamc@1132 12205 OBJDUMP \
adamc@1132 12206 deplibs_check_method \
adamc@1132 12207 file_magic_cmd \
adamc@1132 12208 AR \
adamc@1132 12209 AR_FLAGS \
adamc@1132 12210 STRIP \
adamc@1132 12211 RANLIB \
adamc@1132 12212 CC \
adamc@1132 12213 CFLAGS \
adamc@1132 12214 compiler \
adamc@1132 12215 lt_cv_sys_global_symbol_pipe \
adamc@1132 12216 lt_cv_sys_global_symbol_to_cdecl \
adamc@1132 12217 lt_cv_sys_global_symbol_to_c_name_address \
adamc@1132 12218 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
adamc@1132 12219 SHELL \
adamc@1132 12220 ECHO \
adamc@1132 12221 lt_prog_compiler_no_builtin_flag \
adamc@1132 12222 lt_prog_compiler_wl \
adamc@1132 12223 lt_prog_compiler_pic \
adamc@1132 12224 lt_prog_compiler_static \
adamc@1132 12225 lt_cv_prog_compiler_c_o \
adamc@1132 12226 need_locks \
adamc@1132 12227 DSYMUTIL \
adamc@1132 12228 NMEDIT \
adamc@1132 12229 LIPO \
adamc@1132 12230 OTOOL \
adamc@1132 12231 OTOOL64 \
adamc@1132 12232 shrext_cmds \
adamc@1132 12233 export_dynamic_flag_spec \
adamc@1132 12234 whole_archive_flag_spec \
adamc@1132 12235 compiler_needs_object \
adamc@1132 12236 with_gnu_ld \
adamc@1132 12237 allow_undefined_flag \
adamc@1132 12238 no_undefined_flag \
adamc@1132 12239 hardcode_libdir_flag_spec \
adamc@1132 12240 hardcode_libdir_flag_spec_ld \
adamc@1132 12241 hardcode_libdir_separator \
adamc@1132 12242 fix_srcfile_path \
adamc@1132 12243 exclude_expsyms \
adamc@1132 12244 include_expsyms \
adamc@1132 12245 file_list_spec \
adamc@1132 12246 variables_saved_for_relink \
adamc@1132 12247 libname_spec \
adamc@1132 12248 library_names_spec \
adamc@1132 12249 soname_spec \
adamc@1132 12250 finish_eval \
adamc@1132 12251 old_striplib \
adamc@1132 12252 striplib; do
adamc@1132 12253 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
adamc@1132 12254 *[\\\\\\\`\\"\\\$]*)
adamc@1132 12255 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
adamc@1132 12256 ;;
adamc@1132 12257 *)
adamc@1132 12258 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
adamc@1132 12259 ;;
adamc@1132 12260 esac
adamc@1132 12261 done
adamc@1132 12262
adamc@1132 12263 # Double-quote double-evaled strings.
adamc@1132 12264 for var in reload_cmds \
adamc@1132 12265 old_postinstall_cmds \
adamc@1132 12266 old_postuninstall_cmds \
adamc@1132 12267 old_archive_cmds \
adamc@1132 12268 extract_expsyms_cmds \
adamc@1132 12269 old_archive_from_new_cmds \
adamc@1132 12270 old_archive_from_expsyms_cmds \
adamc@1132 12271 archive_cmds \
adamc@1132 12272 archive_expsym_cmds \
adamc@1132 12273 module_cmds \
adamc@1132 12274 module_expsym_cmds \
adamc@1132 12275 export_symbols_cmds \
adamc@1132 12276 prelink_cmds \
adamc@1132 12277 postinstall_cmds \
adamc@1132 12278 postuninstall_cmds \
adamc@1132 12279 finish_cmds \
adamc@1132 12280 sys_lib_search_path_spec \
adamc@1132 12281 sys_lib_dlsearch_path_spec; do
adamc@1132 12282 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
adamc@1132 12283 *[\\\\\\\`\\"\\\$]*)
adamc@1132 12284 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
adamc@1132 12285 ;;
adamc@1132 12286 *)
adamc@1132 12287 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
adamc@1132 12288 ;;
adamc@1132 12289 esac
adamc@1132 12290 done
adamc@1132 12291
adamc@1132 12292 # Fix-up fallback echo if it was mangled by the above quoting rules.
adamc@1132 12293 case \$lt_ECHO in
adamc@1132 12294 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
adamc@1132 12295 ;;
adamc@1132 12296 esac
adamc@1132 12297
adamc@1132 12298 ac_aux_dir='$ac_aux_dir'
adamc@1132 12299 xsi_shell='$xsi_shell'
adamc@1132 12300 lt_shell_append='$lt_shell_append'
adamc@1132 12301
adamc@1132 12302 # See if we are running on zsh, and set the options which allow our
adamc@1132 12303 # commands through without removal of \ escapes INIT.
adamc@1132 12304 if test -n "\${ZSH_VERSION+set}" ; then
adamc@1132 12305 setopt NO_GLOB_SUBST
adamc@1132 12306 fi
adamc@1132 12307
adamc@1132 12308
adamc@1132 12309 PACKAGE='$PACKAGE'
adamc@1132 12310 VERSION='$VERSION'
adamc@1132 12311 TIMESTAMP='$TIMESTAMP'
adamc@1132 12312 RM='$RM'
adamc@1132 12313 ofile='$ofile'
adamc@1132 12314
adamc@1132 12315
adamc@1132 12316
adamc@1132 12317
adamc@378 12318 _ACEOF
adamc@378 12319
adamc@1095 12320 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 12321
adamc@378 12322 # Handling of arguments.
adamc@378 12323 for ac_config_target in $ac_config_targets
adamc@378 12324 do
adamc@378 12325 case $ac_config_target in
adamc@1132 12326 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
adamc@1132 12327 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
adamc@1263 12328 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
adamc@378 12329 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
adamc@1132 12330 "src/c/Makefile") CONFIG_FILES="$CONFIG_FILES src/c/Makefile" ;;
adamc@378 12331 "src/config.sml") CONFIG_FILES="$CONFIG_FILES src/config.sml" ;;
adamc@378 12332
adam@1315 12333 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
adamc@378 12334 esac
adamc@378 12335 done
adamc@378 12336
adamc@378 12337
adamc@378 12338 # If the user did not use the arguments to specify the items to instantiate,
adamc@378 12339 # then the envvar interface is used. Set only those that are not.
adamc@378 12340 # We use the long form for the default assignment because of an extremely
adamc@378 12341 # bizarre bug on SunOS 4.1.3.
adamc@378 12342 if $ac_need_defaults; then
adamc@378 12343 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
adamc@1263 12344 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
adamc@1132 12345 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
adamc@378 12346 fi
adamc@378 12347
adamc@378 12348 # Have a temporary directory for convenience. Make it in the build tree
adamc@378 12349 # simply because there is no reason against having it here, and in addition,
adamc@378 12350 # creating and moving files from /tmp can sometimes cause problems.
adamc@378 12351 # Hook for its removal unless debugging.
adamc@378 12352 # Note that there is a small window in which the directory will not be cleaned:
adamc@378 12353 # after its creation but before its name has been assigned to `$tmp'.
adamc@378 12354 $debug ||
adamc@378 12355 {
adamc@378 12356 tmp=
adamc@378 12357 trap 'exit_status=$?
adamc@378 12358 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
adamc@378 12359 ' 0
adamc@1095 12360 trap 'as_fn_exit 1' 1 2 13 15
adamc@378 12361 }
adamc@378 12362 # Create a (secure) tmp directory for tmp files.
adamc@378 12363
adamc@378 12364 {
adamc@378 12365 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
adamc@378 12366 test -n "$tmp" && test -d "$tmp"
adamc@378 12367 } ||
adamc@378 12368 {
adamc@378 12369 tmp=./conf$$-$RANDOM
adamc@378 12370 (umask 077 && mkdir "$tmp")
adam@1315 12371 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
adamc@378 12372
adamc@1095 12373 # Set up the scripts for CONFIG_FILES section.
adamc@1095 12374 # No need to generate them if there are no CONFIG_FILES.
adamc@1095 12375 # This happens for instance with `./config.status config.h'.
adamc@378 12376 if test -n "$CONFIG_FILES"; then
adamc@378 12377
adamc@1095 12378
adamc@1095 12379 ac_cr=`echo X | tr X '\015'`
adamc@1095 12380 # On cygwin, bash can eat \r inside `` if the user requested igncr.
adamc@1095 12381 # But we know of no other shell where ac_cr would be empty at this
adamc@1095 12382 # point, so we can use a bashism as a fallback.
adamc@1095 12383 if test "x$ac_cr" = x; then
adamc@1095 12384 eval ac_cr=\$\'\\r\'
adamc@1095 12385 fi
adamc@1095 12386 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
adamc@1095 12387 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
adam@1315 12388 ac_cs_awk_cr='\\r'
adamc@1095 12389 else
adamc@1095 12390 ac_cs_awk_cr=$ac_cr
adamc@1095 12391 fi
adamc@1095 12392
adamc@1095 12393 echo 'BEGIN {' >"$tmp/subs1.awk" &&
adamc@378 12394 _ACEOF
adamc@378 12395
adamc@378 12396
adamc@1095 12397 {
adamc@1095 12398 echo "cat >conf$$subs.awk <<_ACEOF" &&
adamc@1095 12399 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
adamc@1095 12400 echo "_ACEOF"
adamc@1095 12401 } >conf$$subs.sh ||
adam@1315 12402 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
adam@1315 12403 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
adamc@378 12404 ac_delim='%!_!# '
adamc@378 12405 for ac_last_try in false false false false false :; do
adamc@1095 12406 . ./conf$$subs.sh ||
adam@1315 12407 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
adamc@378 12408
adamc@1095 12409 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
adamc@1095 12410 if test $ac_delim_n = $ac_delim_num; then
adamc@378 12411 break
adamc@378 12412 elif $ac_last_try; then
adam@1315 12413 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
adamc@378 12414 else
adamc@378 12415 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
adamc@378 12416 fi
adamc@378 12417 done
adamc@1095 12418 rm -f conf$$subs.sh
adamc@378 12419
adamc@1095 12420 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1095 12421 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
adamc@1095 12422 _ACEOF
adamc@1095 12423 sed -n '
adamc@1095 12424 h
adamc@1095 12425 s/^/S["/; s/!.*/"]=/
adamc@1095 12426 p
adamc@1095 12427 g
adamc@1095 12428 s/^[^!]*!//
adamc@1095 12429 :repl
adamc@1095 12430 t repl
adamc@1095 12431 s/'"$ac_delim"'$//
adamc@1095 12432 t delim
adamc@1095 12433 :nl
adamc@1095 12434 h
adamc@1095 12435 s/\(.\{148\}\)..*/\1/
adamc@1095 12436 t more1
adamc@1095 12437 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
adamc@1095 12438 p
adamc@1095 12439 n
adamc@1095 12440 b repl
adamc@1095 12441 :more1
adamc@1095 12442 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
adamc@1095 12443 p
adamc@1095 12444 g
adamc@1095 12445 s/.\{148\}//
adamc@1095 12446 t nl
adamc@1095 12447 :delim
adamc@1095 12448 h
adamc@1095 12449 s/\(.\{148\}\)..*/\1/
adamc@1095 12450 t more2
adamc@1095 12451 s/["\\]/\\&/g; s/^/"/; s/$/"/
adamc@1095 12452 p
adamc@1095 12453 b
adamc@1095 12454 :more2
adamc@1095 12455 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
adamc@1095 12456 p
adamc@1095 12457 g
adamc@1095 12458 s/.\{148\}//
adamc@1095 12459 t delim
adamc@1095 12460 ' <conf$$subs.awk | sed '
adamc@1095 12461 /^[^""]/{
adamc@1095 12462 N
adamc@1095 12463 s/\n//
adamc@1095 12464 }
adamc@1095 12465 ' >>$CONFIG_STATUS || ac_write_fail=1
adamc@1095 12466 rm -f conf$$subs.awk
adamc@1095 12467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1095 12468 _ACAWK
adamc@1095 12469 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
adamc@1095 12470 for (key in S) S_is_set[key] = 1
adamc@1095 12471 FS = ""
adamc@378 12472
adamc@1095 12473 }
adamc@1095 12474 {
adamc@1095 12475 line = $ 0
adamc@1095 12476 nfields = split(line, field, "@")
adamc@1095 12477 substed = 0
adamc@1095 12478 len = length(field[1])
adamc@1095 12479 for (i = 2; i < nfields; i++) {
adamc@1095 12480 key = field[i]
adamc@1095 12481 keylen = length(key)
adamc@1095 12482 if (S_is_set[key]) {
adamc@1095 12483 value = S[key]
adamc@1095 12484 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
adamc@1095 12485 len += length(value) + length(field[++i])
adamc@1095 12486 substed = 1
adamc@1095 12487 } else
adamc@1095 12488 len += 1 + keylen
adamc@1095 12489 }
adamc@1095 12490
adamc@1095 12491 print line
adamc@1095 12492 }
adamc@1095 12493
adamc@1095 12494 _ACAWK
adamc@378 12495 _ACEOF
adamc@1095 12496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@1095 12497 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
adamc@1095 12498 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
adamc@1095 12499 else
adamc@1095 12500 cat
adamc@1095 12501 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
adam@1315 12502 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
adam@1315 12503 _ACEOF
adam@1315 12504
adam@1315 12505 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
adam@1315 12506 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
adamc@378 12507 # trailing colons and then remove the whole line if VPATH becomes empty
adamc@378 12508 # (actually we leave an empty line to preserve line numbers).
adamc@378 12509 if test "x$srcdir" = x.; then
adam@1315 12510 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
adam@1315 12511 h
adam@1315 12512 s///
adam@1315 12513 s/^/:/
adam@1315 12514 s/[ ]*$/:/
adam@1315 12515 s/:\$(srcdir):/:/g
adam@1315 12516 s/:\${srcdir}:/:/g
adam@1315 12517 s/:@srcdir@:/:/g
adam@1315 12518 s/^:*//
adamc@378 12519 s/:*$//
adam@1315 12520 x
adam@1315 12521 s/\(=[ ]*\).*/\1/
adam@1315 12522 G
adam@1315 12523 s/\n//
adamc@378 12524 s/^[^=]*=[ ]*$//
adamc@378 12525 }'
adamc@378 12526 fi
adamc@378 12527
adamc@1095 12528 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 12529 fi # test -n "$CONFIG_FILES"
adamc@378 12530
adamc@1263 12531 # Set up the scripts for CONFIG_HEADERS section.
adamc@1263 12532 # No need to generate them if there are no CONFIG_HEADERS.
adamc@1263 12533 # This happens for instance with `./config.status Makefile'.
adamc@1263 12534 if test -n "$CONFIG_HEADERS"; then
adamc@1263 12535 cat >"$tmp/defines.awk" <<\_ACAWK ||
adamc@1263 12536 BEGIN {
adamc@1263 12537 _ACEOF
adamc@1263 12538
adamc@1263 12539 # Transform confdefs.h into an awk script `defines.awk', embedded as
adamc@1263 12540 # here-document in config.status, that substitutes the proper values into
adamc@1263 12541 # config.h.in to produce config.h.
adamc@1263 12542
adamc@1263 12543 # Create a delimiter string that does not exist in confdefs.h, to ease
adamc@1263 12544 # handling of long lines.
adamc@1263 12545 ac_delim='%!_!# '
adamc@1263 12546 for ac_last_try in false false :; do
adamc@1263 12547 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
adamc@1263 12548 if test -z "$ac_t"; then
adamc@1263 12549 break
adamc@1263 12550 elif $ac_last_try; then
adam@1315 12551 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
adamc@1263 12552 else
adamc@1263 12553 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
adamc@1263 12554 fi
adamc@1263 12555 done
adamc@1263 12556
adamc@1263 12557 # For the awk script, D is an array of macro values keyed by name,
adamc@1263 12558 # likewise P contains macro parameters if any. Preserve backslash
adamc@1263 12559 # newline sequences.
adamc@1263 12560
adamc@1263 12561 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
adamc@1263 12562 sed -n '
adamc@1263 12563 s/.\{148\}/&'"$ac_delim"'/g
adamc@1263 12564 t rset
adamc@1263 12565 :rset
adamc@1263 12566 s/^[ ]*#[ ]*define[ ][ ]*/ /
adamc@1263 12567 t def
adamc@1263 12568 d
adamc@1263 12569 :def
adamc@1263 12570 s/\\$//
adamc@1263 12571 t bsnl
adamc@1263 12572 s/["\\]/\\&/g
adamc@1263 12573 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
adamc@1263 12574 D["\1"]=" \3"/p
adamc@1263 12575 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
adamc@1263 12576 d
adamc@1263 12577 :bsnl
adamc@1263 12578 s/["\\]/\\&/g
adamc@1263 12579 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
adamc@1263 12580 D["\1"]=" \3\\\\\\n"\\/p
adamc@1263 12581 t cont
adamc@1263 12582 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
adamc@1263 12583 t cont
adamc@1263 12584 d
adamc@1263 12585 :cont
adamc@1263 12586 n
adamc@1263 12587 s/.\{148\}/&'"$ac_delim"'/g
adamc@1263 12588 t clear
adamc@1263 12589 :clear
adamc@1263 12590 s/\\$//
adamc@1263 12591 t bsnlc
adamc@1263 12592 s/["\\]/\\&/g; s/^/"/; s/$/"/p
adamc@1263 12593 d
adamc@1263 12594 :bsnlc
adamc@1263 12595 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
adamc@1263 12596 b cont
adamc@1263 12597 ' <confdefs.h | sed '
adamc@1263 12598 s/'"$ac_delim"'/"\\\
adamc@1263 12599 "/g' >>$CONFIG_STATUS || ac_write_fail=1
adamc@1263 12600
adamc@1263 12601 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1263 12602 for (key in D) D_is_set[key] = 1
adamc@1263 12603 FS = ""
adamc@1263 12604 }
adamc@1263 12605 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
adamc@1263 12606 line = \$ 0
adamc@1263 12607 split(line, arg, " ")
adamc@1263 12608 if (arg[1] == "#") {
adamc@1263 12609 defundef = arg[2]
adamc@1263 12610 mac1 = arg[3]
adamc@1263 12611 } else {
adamc@1263 12612 defundef = substr(arg[1], 2)
adamc@1263 12613 mac1 = arg[2]
adamc@1263 12614 }
adamc@1263 12615 split(mac1, mac2, "(") #)
adamc@1263 12616 macro = mac2[1]
adamc@1263 12617 prefix = substr(line, 1, index(line, defundef) - 1)
adamc@1263 12618 if (D_is_set[macro]) {
adamc@1263 12619 # Preserve the white space surrounding the "#".
adamc@1263 12620 print prefix "define", macro P[macro] D[macro]
adamc@1263 12621 next
adamc@1263 12622 } else {
adamc@1263 12623 # Replace #undef with comments. This is necessary, for example,
adamc@1263 12624 # in the case of _POSIX_SOURCE, which is predefined and required
adamc@1263 12625 # on some systems where configure will not decide to define it.
adamc@1263 12626 if (defundef == "undef") {
adamc@1263 12627 print "/*", prefix defundef, macro, "*/"
adamc@1263 12628 next
adamc@1263 12629 }
adamc@1263 12630 }
adamc@1263 12631 }
adamc@1263 12632 { print }
adamc@1263 12633 _ACAWK
adamc@1263 12634 _ACEOF
adamc@1263 12635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adam@1315 12636 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
adamc@1263 12637 fi # test -n "$CONFIG_HEADERS"
adamc@1263 12638
adamc@1263 12639
adamc@1263 12640 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
adamc@1095 12641 shift
adamc@1095 12642 for ac_tag
adamc@378 12643 do
adamc@378 12644 case $ac_tag in
adamc@378 12645 :[FHLC]) ac_mode=$ac_tag; continue;;
adamc@378 12646 esac
adamc@378 12647 case $ac_mode$ac_tag in
adamc@378 12648 :[FHL]*:*);;
adam@1315 12649 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
adamc@378 12650 :[FH]-) ac_tag=-:-;;
adamc@378 12651 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
adamc@378 12652 esac
adamc@378 12653 ac_save_IFS=$IFS
adamc@378 12654 IFS=:
adamc@378 12655 set x $ac_tag
adamc@378 12656 IFS=$ac_save_IFS
adamc@378 12657 shift
adamc@378 12658 ac_file=$1
adamc@378 12659 shift
adamc@378 12660
adamc@378 12661 case $ac_mode in
adamc@378 12662 :L) ac_source=$1;;
adamc@378 12663 :[FH])
adamc@378 12664 ac_file_inputs=
adamc@378 12665 for ac_f
adamc@378 12666 do
adamc@378 12667 case $ac_f in
adamc@378 12668 -) ac_f="$tmp/stdin";;
adamc@378 12669 *) # Look for the file first in the build tree, then in the source tree
adamc@378 12670 # (if the path is not absolute). The absolute path cannot be DOS-style,
adamc@378 12671 # because $ac_f cannot contain `:'.
adamc@378 12672 test -f "$ac_f" ||
adamc@378 12673 case $ac_f in
adamc@378 12674 [\\/$]*) false;;
adamc@378 12675 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
adamc@378 12676 esac ||
adam@1315 12677 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
adamc@378 12678 esac
adamc@1095 12679 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
adamc@1095 12680 as_fn_append ac_file_inputs " '$ac_f'"
adamc@378 12681 done
adamc@378 12682
adamc@378 12683 # Let's still pretend it is `configure' which instantiates (i.e., don't
adamc@378 12684 # use $as_me), people would be surprised to read:
adamc@378 12685 # /* config.h. Generated by config.status. */
adamc@1095 12686 configure_input='Generated from '`
adamc@1095 12687 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
adamc@1095 12688 `' by configure.'
adamc@378 12689 if test x"$ac_file" != x-; then
adamc@378 12690 configure_input="$ac_file. $configure_input"
adamc@1095 12691 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
adamc@1095 12692 $as_echo "$as_me: creating $ac_file" >&6;}
adamc@378 12693 fi
adamc@1095 12694 # Neutralize special characters interpreted by sed in replacement strings.
adamc@1095 12695 case $configure_input in #(
adamc@1095 12696 *\&* | *\|* | *\\* )
adamc@1095 12697 ac_sed_conf_input=`$as_echo "$configure_input" |
adamc@1095 12698 sed 's/[\\\\&|]/\\\\&/g'`;; #(
adamc@1095 12699 *) ac_sed_conf_input=$configure_input;;
adamc@1095 12700 esac
adamc@378 12701
adamc@378 12702 case $ac_tag in
adamc@1095 12703 *:-:* | *:-) cat >"$tmp/stdin" \
adam@1315 12704 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
adamc@378 12705 esac
adamc@378 12706 ;;
adamc@378 12707 esac
adamc@378 12708
adamc@378 12709 ac_dir=`$as_dirname -- "$ac_file" ||
adamc@378 12710 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@378 12711 X"$ac_file" : 'X\(//\)[^/]' \| \
adamc@378 12712 X"$ac_file" : 'X\(//\)$' \| \
adamc@378 12713 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1095 12714 $as_echo X"$ac_file" |
adamc@378 12715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@378 12716 s//\1/
adamc@378 12717 q
adamc@378 12718 }
adamc@378 12719 /^X\(\/\/\)[^/].*/{
adamc@378 12720 s//\1/
adamc@378 12721 q
adamc@378 12722 }
adamc@378 12723 /^X\(\/\/\)$/{
adamc@378 12724 s//\1/
adamc@378 12725 q
adamc@378 12726 }
adamc@378 12727 /^X\(\/\).*/{
adamc@378 12728 s//\1/
adamc@378 12729 q
adamc@378 12730 }
adamc@378 12731 s/.*/./; q'`
adamc@1095 12732 as_dir="$ac_dir"; as_fn_mkdir_p
adamc@378 12733 ac_builddir=.
adamc@378 12734
adamc@378 12735 case "$ac_dir" in
adamc@378 12736 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
adamc@378 12737 *)
adamc@1095 12738 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
adamc@378 12739 # A ".." for each directory in $ac_dir_suffix.
adamc@1095 12740 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
adamc@378 12741 case $ac_top_builddir_sub in
adamc@378 12742 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
adamc@378 12743 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
adamc@378 12744 esac ;;
adamc@378 12745 esac
adamc@378 12746 ac_abs_top_builddir=$ac_pwd
adamc@378 12747 ac_abs_builddir=$ac_pwd$ac_dir_suffix
adamc@378 12748 # for backward compatibility:
adamc@378 12749 ac_top_builddir=$ac_top_build_prefix
adamc@378 12750
adamc@378 12751 case $srcdir in
adamc@378 12752 .) # We are building in place.
adamc@378 12753 ac_srcdir=.
adamc@378 12754 ac_top_srcdir=$ac_top_builddir_sub
adamc@378 12755 ac_abs_top_srcdir=$ac_pwd ;;
adamc@378 12756 [\\/]* | ?:[\\/]* ) # Absolute name.
adamc@378 12757 ac_srcdir=$srcdir$ac_dir_suffix;
adamc@378 12758 ac_top_srcdir=$srcdir
adamc@378 12759 ac_abs_top_srcdir=$srcdir ;;
adamc@378 12760 *) # Relative name.
adamc@378 12761 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
adamc@378 12762 ac_top_srcdir=$ac_top_build_prefix$srcdir
adamc@378 12763 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
adamc@378 12764 esac
adamc@378 12765 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
adamc@378 12766
adamc@378 12767
adamc@378 12768 case $ac_mode in
adamc@378 12769 :F)
adamc@378 12770 #
adamc@378 12771 # CONFIG_FILE
adamc@378 12772 #
adamc@378 12773
adamc@1132 12774 case $INSTALL in
adamc@1132 12775 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
adamc@1132 12776 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
adamc@1132 12777 esac
adamc@1132 12778 ac_MKDIR_P=$MKDIR_P
adamc@1132 12779 case $MKDIR_P in
adamc@1132 12780 [\\/$]* | ?:[\\/]* ) ;;
adamc@1132 12781 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
adamc@1132 12782 esac
adamc@378 12783 _ACEOF
adamc@378 12784
adamc@1095 12785 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 12786 # If the template does not know about datarootdir, expand it.
adamc@378 12787 # FIXME: This hack should be removed a few years after 2.60.
adamc@378 12788 ac_datarootdir_hack=; ac_datarootdir_seen=
adamc@1095 12789 ac_sed_dataroot='
adamc@1095 12790 /datarootdir/ {
adamc@378 12791 p
adamc@378 12792 q
adamc@378 12793 }
adamc@378 12794 /@datadir@/p
adamc@378 12795 /@docdir@/p
adamc@378 12796 /@infodir@/p
adamc@378 12797 /@localedir@/p
adamc@1095 12798 /@mandir@/p'
adamc@1095 12799 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
adamc@378 12800 *datarootdir*) ac_datarootdir_seen=yes;;
adamc@378 12801 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
adamc@1095 12802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
adamc@1095 12803 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
adamc@378 12804 _ACEOF
adamc@1095 12805 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@378 12806 ac_datarootdir_hack='
adamc@378 12807 s&@datadir@&$datadir&g
adamc@378 12808 s&@docdir@&$docdir&g
adamc@378 12809 s&@infodir@&$infodir&g
adamc@378 12810 s&@localedir@&$localedir&g
adamc@378 12811 s&@mandir@&$mandir&g
adamc@1095 12812 s&\\\${datarootdir}&$datarootdir&g' ;;
adamc@378 12813 esac
adamc@378 12814 _ACEOF
adamc@378 12815
adamc@378 12816 # Neutralize VPATH when `$srcdir' = `.'.
adamc@378 12817 # Shell code in configure.ac might set extrasub.
adamc@378 12818 # FIXME: do we really want to maintain this feature?
adamc@1095 12819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
adamc@1095 12820 ac_sed_extra="$ac_vpsub
adamc@378 12821 $extrasub
adamc@378 12822 _ACEOF
adamc@1095 12823 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
adamc@378 12824 :t
adamc@378 12825 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
adamc@1095 12826 s|@configure_input@|$ac_sed_conf_input|;t t
adamc@378 12827 s&@top_builddir@&$ac_top_builddir_sub&;t t
adamc@1095 12828 s&@top_build_prefix@&$ac_top_build_prefix&;t t
adamc@378 12829 s&@srcdir@&$ac_srcdir&;t t
adamc@378 12830 s&@abs_srcdir@&$ac_abs_srcdir&;t t
adamc@378 12831 s&@top_srcdir@&$ac_top_srcdir&;t t
adamc@378 12832 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
adamc@378 12833 s&@builddir@&$ac_builddir&;t t
adamc@378 12834 s&@abs_builddir@&$ac_abs_builddir&;t t
adamc@378 12835 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
adamc@1132 12836 s&@INSTALL@&$ac_INSTALL&;t t
adamc@1132 12837 s&@MKDIR_P@&$ac_MKDIR_P&;t t
adamc@378 12838 $ac_datarootdir_hack
adamc@1095 12839 "
adamc@1095 12840 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
adam@1315 12841 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
adamc@378 12842
adamc@378 12843 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
adamc@378 12844 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
adamc@378 12845 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
adamc@1095 12846 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
adam@1315 12847 which seems to be undefined. Please make sure it is defined" >&5
adamc@1095 12848 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
adam@1315 12849 which seems to be undefined. Please make sure it is defined" >&2;}
adamc@378 12850
adamc@378 12851 rm -f "$tmp/stdin"
adamc@378 12852 case $ac_file in
adamc@1095 12853 -) cat "$tmp/out" && rm -f "$tmp/out";;
adamc@1095 12854 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
adamc@1095 12855 esac \
adam@1315 12856 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
adamc@378 12857 ;;
adamc@1263 12858 :H)
adamc@1263 12859 #
adamc@1263 12860 # CONFIG_HEADER
adamc@1263 12861 #
adamc@1263 12862 if test x"$ac_file" != x-; then
adamc@1263 12863 {
adamc@1263 12864 $as_echo "/* $configure_input */" \
adamc@1263 12865 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
adamc@1263 12866 } >"$tmp/config.h" \
adam@1315 12867 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
adamc@1263 12868 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
adamc@1263 12869 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
adamc@1263 12870 $as_echo "$as_me: $ac_file is unchanged" >&6;}
adamc@1263 12871 else
adamc@1263 12872 rm -f "$ac_file"
adamc@1263 12873 mv "$tmp/config.h" "$ac_file" \
adam@1315 12874 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
adamc@1263 12875 fi
adamc@1263 12876 else
adamc@1263 12877 $as_echo "/* $configure_input */" \
adamc@1263 12878 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
adam@1315 12879 || as_fn_error $? "could not create -" "$LINENO" 5
adamc@1263 12880 fi
adamc@1263 12881 # Compute "$ac_file"'s index in $config_headers.
adamc@1263 12882 _am_arg="$ac_file"
adamc@1263 12883 _am_stamp_count=1
adamc@1263 12884 for _am_header in $config_headers :; do
adamc@1263 12885 case $_am_header in
adamc@1263 12886 $_am_arg | $_am_arg:* )
adamc@1263 12887 break ;;
adamc@1263 12888 * )
adamc@1263 12889 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
adamc@1263 12890 esac
adamc@1263 12891 done
adamc@1263 12892 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
adamc@1263 12893 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1263 12894 X"$_am_arg" : 'X\(//\)[^/]' \| \
adamc@1263 12895 X"$_am_arg" : 'X\(//\)$' \| \
adamc@1263 12896 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1263 12897 $as_echo X"$_am_arg" |
adamc@1263 12898 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@1263 12899 s//\1/
adamc@1263 12900 q
adamc@1263 12901 }
adamc@1263 12902 /^X\(\/\/\)[^/].*/{
adamc@1263 12903 s//\1/
adamc@1263 12904 q
adamc@1263 12905 }
adamc@1263 12906 /^X\(\/\/\)$/{
adamc@1263 12907 s//\1/
adamc@1263 12908 q
adamc@1263 12909 }
adamc@1263 12910 /^X\(\/\).*/{
adamc@1263 12911 s//\1/
adamc@1263 12912 q
adamc@1263 12913 }
adamc@1263 12914 s/.*/./; q'`/stamp-h$_am_stamp_count
adamc@1263 12915 ;;
adamc@378 12916
adamc@1132 12917 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
adamc@1132 12918 $as_echo "$as_me: executing $ac_file commands" >&6;}
adamc@1132 12919 ;;
adamc@378 12920 esac
adamc@378 12921
adamc@378 12922
adamc@378 12923 case $ac_file$ac_mode in
adamc@1132 12924 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
adamc@1132 12925 # Autoconf 2.62 quotes --file arguments for eval, but not when files
adamc@1132 12926 # are listed without --file. Let's play safe and only enable the eval
adamc@1132 12927 # if we detect the quoting.
adamc@1132 12928 case $CONFIG_FILES in
adamc@1132 12929 *\'*) eval set x "$CONFIG_FILES" ;;
adamc@1132 12930 *) set x $CONFIG_FILES ;;
adamc@1132 12931 esac
adamc@1132 12932 shift
adamc@1132 12933 for mf
adamc@1132 12934 do
adamc@1132 12935 # Strip MF so we end up with the name of the file.
adamc@1132 12936 mf=`echo "$mf" | sed -e 's/:.*$//'`
adamc@1132 12937 # Check whether this is an Automake generated Makefile or not.
adamc@1132 12938 # We used to match only the files named `Makefile.in', but
adamc@1132 12939 # some people rename them; so instead we look at the file content.
adamc@1132 12940 # Grep'ing the first line is not enough: some people post-process
adamc@1132 12941 # each Makefile.in and add a new line on top of each file to say so.
adamc@1132 12942 # Grep'ing the whole file is not good either: AIX grep has a line
adamc@1132 12943 # limit of 2048, but all sed's we know have understand at least 4000.
adamc@1132 12944 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
adamc@1132 12945 dirpart=`$as_dirname -- "$mf" ||
adamc@1132 12946 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1132 12947 X"$mf" : 'X\(//\)[^/]' \| \
adamc@1132 12948 X"$mf" : 'X\(//\)$' \| \
adamc@1132 12949 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1132 12950 $as_echo X"$mf" |
adamc@1132 12951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@1132 12952 s//\1/
adamc@1132 12953 q
adamc@1132 12954 }
adamc@1132 12955 /^X\(\/\/\)[^/].*/{
adamc@1132 12956 s//\1/
adamc@1132 12957 q
adamc@1132 12958 }
adamc@1132 12959 /^X\(\/\/\)$/{
adamc@1132 12960 s//\1/
adamc@1132 12961 q
adamc@1132 12962 }
adamc@1132 12963 /^X\(\/\).*/{
adamc@1132 12964 s//\1/
adamc@1132 12965 q
adamc@1132 12966 }
adamc@1132 12967 s/.*/./; q'`
adamc@1132 12968 else
adamc@1132 12969 continue
adamc@1132 12970 fi
adamc@1132 12971 # Extract the definition of DEPDIR, am__include, and am__quote
adamc@1132 12972 # from the Makefile without running `make'.
adamc@1132 12973 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
adamc@1132 12974 test -z "$DEPDIR" && continue
adamc@1132 12975 am__include=`sed -n 's/^am__include = //p' < "$mf"`
adamc@1132 12976 test -z "am__include" && continue
adamc@1132 12977 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
adamc@1132 12978 # When using ansi2knr, U may be empty or an underscore; expand it
adamc@1132 12979 U=`sed -n 's/^U = //p' < "$mf"`
adamc@1132 12980 # Find all dependency output files, they are included files with
adamc@1132 12981 # $(DEPDIR) in their names. We invoke sed twice because it is the
adamc@1132 12982 # simplest approach to changing $(DEPDIR) to its actual value in the
adamc@1132 12983 # expansion.
adamc@1132 12984 for file in `sed -n "
adamc@1132 12985 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
adamc@1132 12986 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
adamc@1132 12987 # Make sure the directory exists.
adamc@1132 12988 test -f "$dirpart/$file" && continue
adamc@1132 12989 fdir=`$as_dirname -- "$file" ||
adamc@1132 12990 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
adamc@1132 12991 X"$file" : 'X\(//\)[^/]' \| \
adamc@1132 12992 X"$file" : 'X\(//\)$' \| \
adamc@1132 12993 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
adamc@1132 12994 $as_echo X"$file" |
adamc@1132 12995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
adamc@1132 12996 s//\1/
adamc@1132 12997 q
adamc@1132 12998 }
adamc@1132 12999 /^X\(\/\/\)[^/].*/{
adamc@1132 13000 s//\1/
adamc@1132 13001 q
adamc@1132 13002 }
adamc@1132 13003 /^X\(\/\/\)$/{
adamc@1132 13004 s//\1/
adamc@1132 13005 q
adamc@1132 13006 }
adamc@1132 13007 /^X\(\/\).*/{
adamc@1132 13008 s//\1/
adamc@1132 13009 q
adamc@1132 13010 }
adamc@1132 13011 s/.*/./; q'`
adamc@1132 13012 as_dir=$dirpart/$fdir; as_fn_mkdir_p
adamc@1132 13013 # echo "creating $dirpart/$file"
adamc@1132 13014 echo '# dummy' > "$dirpart/$file"
adamc@1132 13015 done
adamc@1132 13016 done
adamc@1132 13017 }
adamc@1132 13018 ;;
adamc@1132 13019 "libtool":C)
adamc@1132 13020
adamc@1132 13021 # See if we are running on zsh, and set the options which allow our
adamc@1132 13022 # commands through without removal of \ escapes.
adamc@1132 13023 if test -n "${ZSH_VERSION+set}" ; then
adamc@1132 13024 setopt NO_GLOB_SUBST
adamc@1132 13025 fi
adamc@1132 13026
adamc@1132 13027 cfgfile="${ofile}T"
adamc@1132 13028 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
adamc@1132 13029 $RM "$cfgfile"
adamc@1132 13030
adamc@1132 13031 cat <<_LT_EOF >> "$cfgfile"
adamc@1132 13032 #! $SHELL
adamc@1132 13033
adamc@1132 13034 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
adamc@1132 13035 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
adamc@1132 13036 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
adamc@1132 13037 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
adamc@1132 13038 #
adamc@1132 13039 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
adamc@1132 13040 # 2006, 2007, 2008 Free Software Foundation, Inc.
adamc@1132 13041 # Written by Gordon Matzigkeit, 1996
adamc@1132 13042 #
adamc@1132 13043 # This file is part of GNU Libtool.
adamc@1132 13044 #
adamc@1132 13045 # GNU Libtool is free software; you can redistribute it and/or
adamc@1132 13046 # modify it under the terms of the GNU General Public License as
adamc@1132 13047 # published by the Free Software Foundation; either version 2 of
adamc@1132 13048 # the License, or (at your option) any later version.
adamc@1132 13049 #
adamc@1132 13050 # As a special exception to the GNU General Public License,
adamc@1132 13051 # if you distribute this file as part of a program or library that
adamc@1132 13052 # is built using GNU Libtool, you may include this file under the
adamc@1132 13053 # same distribution terms that you use for the rest of that program.
adamc@1132 13054 #
adamc@1132 13055 # GNU Libtool is distributed in the hope that it will be useful,
adamc@1132 13056 # but WITHOUT ANY WARRANTY; without even the implied warranty of
adamc@1132 13057 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
adamc@1132 13058 # GNU General Public License for more details.
adamc@1132 13059 #
adamc@1132 13060 # You should have received a copy of the GNU General Public License
adamc@1132 13061 # along with GNU Libtool; see the file COPYING. If not, a copy
adamc@1132 13062 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
adamc@1132 13063 # obtained by writing to the Free Software Foundation, Inc.,
adamc@1132 13064 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
adamc@1132 13065
adamc@1132 13066
adamc@1132 13067 # The names of the tagged configurations supported by this script.
adamc@1132 13068 available_tags=""
adamc@1132 13069
adamc@1132 13070 # ### BEGIN LIBTOOL CONFIG
adamc@1132 13071
adamc@1132 13072 # Which release of libtool.m4 was used?
adamc@1132 13073 macro_version=$macro_version
adamc@1132 13074 macro_revision=$macro_revision
adamc@1132 13075
adamc@1132 13076 # Whether or not to build shared libraries.
adamc@1132 13077 build_libtool_libs=$enable_shared
adamc@1132 13078
adamc@1132 13079 # Whether or not to build static libraries.
adamc@1132 13080 build_old_libs=$enable_static
adamc@1132 13081
adamc@1132 13082 # What type of objects to build.
adamc@1132 13083 pic_mode=$pic_mode
adamc@1132 13084
adamc@1132 13085 # Whether or not to optimize for fast installation.
adamc@1132 13086 fast_install=$enable_fast_install
adamc@1132 13087
adamc@1132 13088 # The host system.
adamc@1132 13089 host_alias=$host_alias
adamc@1132 13090 host=$host
adamc@1132 13091 host_os=$host_os
adamc@1132 13092
adamc@1132 13093 # The build system.
adamc@1132 13094 build_alias=$build_alias
adamc@1132 13095 build=$build
adamc@1132 13096 build_os=$build_os
adamc@1132 13097
adamc@1132 13098 # A sed program that does not truncate output.
adamc@1132 13099 SED=$lt_SED
adamc@1132 13100
adamc@1132 13101 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
adamc@1132 13102 Xsed="\$SED -e 1s/^X//"
adamc@1132 13103
adamc@1132 13104 # A grep program that handles long lines.
adamc@1132 13105 GREP=$lt_GREP
adamc@1132 13106
adamc@1132 13107 # An ERE matcher.
adamc@1132 13108 EGREP=$lt_EGREP
adamc@1132 13109
adamc@1132 13110 # A literal string matcher.
adamc@1132 13111 FGREP=$lt_FGREP
adamc@1132 13112
adamc@1132 13113 # A BSD- or MS-compatible name lister.
adamc@1132 13114 NM=$lt_NM
adamc@1132 13115
adamc@1132 13116 # Whether we need soft or hard links.
adamc@1132 13117 LN_S=$lt_LN_S
adamc@1132 13118
adamc@1132 13119 # What is the maximum length of a command?
adamc@1132 13120 max_cmd_len=$max_cmd_len
adamc@1132 13121
adamc@1132 13122 # Object file suffix (normally "o").
adamc@1132 13123 objext=$ac_objext
adamc@1132 13124
adamc@1132 13125 # Executable file suffix (normally "").
adamc@1132 13126 exeext=$exeext
adamc@1132 13127
adamc@1132 13128 # whether the shell understands "unset".
adamc@1132 13129 lt_unset=$lt_unset
adamc@1132 13130
adamc@1132 13131 # turn spaces into newlines.
adamc@1132 13132 SP2NL=$lt_lt_SP2NL
adamc@1132 13133
adamc@1132 13134 # turn newlines into spaces.
adamc@1132 13135 NL2SP=$lt_lt_NL2SP
adamc@1132 13136
adamc@1132 13137 # How to create reloadable object files.
adamc@1132 13138 reload_flag=$lt_reload_flag
adamc@1132 13139 reload_cmds=$lt_reload_cmds
adamc@1132 13140
adamc@1132 13141 # An object symbol dumper.
adamc@1132 13142 OBJDUMP=$lt_OBJDUMP
adamc@1132 13143
adamc@1132 13144 # Method to check whether dependent libraries are shared objects.
adamc@1132 13145 deplibs_check_method=$lt_deplibs_check_method
adamc@1132 13146
adamc@1132 13147 # Command to use when deplibs_check_method == "file_magic".
adamc@1132 13148 file_magic_cmd=$lt_file_magic_cmd
adamc@1132 13149
adamc@1132 13150 # The archiver.
adamc@1132 13151 AR=$lt_AR
adamc@1132 13152 AR_FLAGS=$lt_AR_FLAGS
adamc@1132 13153
adamc@1132 13154 # A symbol stripping program.
adamc@1132 13155 STRIP=$lt_STRIP
adamc@1132 13156
adamc@1132 13157 # Commands used to install an old-style archive.
adamc@1132 13158 RANLIB=$lt_RANLIB
adamc@1132 13159 old_postinstall_cmds=$lt_old_postinstall_cmds
adamc@1132 13160 old_postuninstall_cmds=$lt_old_postuninstall_cmds
adamc@1132 13161
adamc@1132 13162 # A C compiler.
adamc@1132 13163 LTCC=$lt_CC
adamc@1132 13164
adamc@1132 13165 # LTCC compiler flags.
adamc@1132 13166 LTCFLAGS=$lt_CFLAGS
adamc@1132 13167
adamc@1132 13168 # Take the output of nm and produce a listing of raw symbols and C names.
adamc@1132 13169 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
adamc@1132 13170
adamc@1132 13171 # Transform the output of nm in a proper C declaration.
adamc@1132 13172 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
adamc@1132 13173
adamc@1132 13174 # Transform the output of nm in a C name address pair.
adamc@1132 13175 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
adamc@1132 13176
adamc@1132 13177 # Transform the output of nm in a C name address pair when lib prefix is needed.
adamc@1132 13178 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
adamc@1132 13179
adamc@1132 13180 # The name of the directory that contains temporary libtool files.
adamc@1132 13181 objdir=$objdir
adamc@1132 13182
adamc@1132 13183 # Shell to use when invoking shell scripts.
adamc@1132 13184 SHELL=$lt_SHELL
adamc@1132 13185
adamc@1132 13186 # An echo program that does not interpret backslashes.
adamc@1132 13187 ECHO=$lt_ECHO
adamc@1132 13188
adamc@1132 13189 # Used to examine libraries when file_magic_cmd begins with "file".
adamc@1132 13190 MAGIC_CMD=$MAGIC_CMD
adamc@1132 13191
adamc@1132 13192 # Must we lock files when doing compilation?
adamc@1132 13193 need_locks=$lt_need_locks
adamc@1132 13194
adamc@1132 13195 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
adamc@1132 13196 DSYMUTIL=$lt_DSYMUTIL
adamc@1132 13197
adamc@1132 13198 # Tool to change global to local symbols on Mac OS X.
adamc@1132 13199 NMEDIT=$lt_NMEDIT
adamc@1132 13200
adamc@1132 13201 # Tool to manipulate fat objects and archives on Mac OS X.
adamc@1132 13202 LIPO=$lt_LIPO
adamc@1132 13203
adamc@1132 13204 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
adamc@1132 13205 OTOOL=$lt_OTOOL
adamc@1132 13206
adamc@1132 13207 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
adamc@1132 13208 OTOOL64=$lt_OTOOL64
adamc@1132 13209
adamc@1132 13210 # Old archive suffix (normally "a").
adamc@1132 13211 libext=$libext
adamc@1132 13212
adamc@1132 13213 # Shared library suffix (normally ".so").
adamc@1132 13214 shrext_cmds=$lt_shrext_cmds
adamc@1132 13215
adamc@1132 13216 # The commands to extract the exported symbol list from a shared archive.
adamc@1132 13217 extract_expsyms_cmds=$lt_extract_expsyms_cmds
adamc@1132 13218
adamc@1132 13219 # Variables whose values should be saved in libtool wrapper scripts and
adamc@1132 13220 # restored at link time.
adamc@1132 13221 variables_saved_for_relink=$lt_variables_saved_for_relink
adamc@1132 13222
adamc@1132 13223 # Do we need the "lib" prefix for modules?
adamc@1132 13224 need_lib_prefix=$need_lib_prefix
adamc@1132 13225
adamc@1132 13226 # Do we need a version for libraries?
adamc@1132 13227 need_version=$need_version
adamc@1132 13228
adamc@1132 13229 # Library versioning type.
adamc@1132 13230 version_type=$version_type
adamc@1132 13231
adamc@1132 13232 # Shared library runtime path variable.
adamc@1132 13233 runpath_var=$runpath_var
adamc@1132 13234
adamc@1132 13235 # Shared library path variable.
adamc@1132 13236 shlibpath_var=$shlibpath_var
adamc@1132 13237
adamc@1132 13238 # Is shlibpath searched before the hard-coded library search path?
adamc@1132 13239 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
adamc@1132 13240
adamc@1132 13241 # Format of library name prefix.
adamc@1132 13242 libname_spec=$lt_libname_spec
adamc@1132 13243
adamc@1132 13244 # List of archive names. First name is the real one, the rest are links.
adamc@1132 13245 # The last name is the one that the linker finds with -lNAME
adamc@1132 13246 library_names_spec=$lt_library_names_spec
adamc@1132 13247
adamc@1132 13248 # The coded name of the library, if different from the real name.
adamc@1132 13249 soname_spec=$lt_soname_spec
adamc@1132 13250
adamc@1132 13251 # Command to use after installation of a shared archive.
adamc@1132 13252 postinstall_cmds=$lt_postinstall_cmds
adamc@1132 13253
adamc@1132 13254 # Command to use after uninstallation of a shared archive.
adamc@1132 13255 postuninstall_cmds=$lt_postuninstall_cmds
adamc@1132 13256
adamc@1132 13257 # Commands used to finish a libtool library installation in a directory.
adamc@1132 13258 finish_cmds=$lt_finish_cmds
adamc@1132 13259
adamc@1132 13260 # As "finish_cmds", except a single script fragment to be evaled but
adamc@1132 13261 # not shown.
adamc@1132 13262 finish_eval=$lt_finish_eval
adamc@1132 13263
adamc@1132 13264 # Whether we should hardcode library paths into libraries.
adamc@1132 13265 hardcode_into_libs=$hardcode_into_libs
adamc@1132 13266
adamc@1132 13267 # Compile-time system search path for libraries.
adamc@1132 13268 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
adamc@1132 13269
adamc@1132 13270 # Run-time system search path for libraries.
adamc@1132 13271 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
adamc@1132 13272
adamc@1132 13273 # Whether dlopen is supported.
adamc@1132 13274 dlopen_support=$enable_dlopen
adamc@1132 13275
adamc@1132 13276 # Whether dlopen of programs is supported.
adamc@1132 13277 dlopen_self=$enable_dlopen_self
adamc@1132 13278
adamc@1132 13279 # Whether dlopen of statically linked programs is supported.
adamc@1132 13280 dlopen_self_static=$enable_dlopen_self_static
adamc@1132 13281
adamc@1132 13282 # Commands to strip libraries.
adamc@1132 13283 old_striplib=$lt_old_striplib
adamc@1132 13284 striplib=$lt_striplib
adamc@1132 13285
adamc@1132 13286
adamc@1132 13287 # The linker used to build libraries.
adamc@1132 13288 LD=$lt_LD
adamc@1132 13289
adamc@1132 13290 # Commands used to build an old-style archive.
adamc@1132 13291 old_archive_cmds=$lt_old_archive_cmds
adamc@1132 13292
adamc@1132 13293 # A language specific compiler.
adamc@1132 13294 CC=$lt_compiler
adamc@1132 13295
adamc@1132 13296 # Is the compiler the GNU compiler?
adamc@1132 13297 with_gcc=$GCC
adamc@1132 13298
adamc@1132 13299 # Compiler flag to turn off builtin functions.
adamc@1132 13300 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
adamc@1132 13301
adamc@1132 13302 # How to pass a linker flag through the compiler.
adamc@1132 13303 wl=$lt_lt_prog_compiler_wl
adamc@1132 13304
adamc@1132 13305 # Additional compiler flags for building library objects.
adamc@1132 13306 pic_flag=$lt_lt_prog_compiler_pic
adamc@1132 13307
adamc@1132 13308 # Compiler flag to prevent dynamic linking.
adamc@1132 13309 link_static_flag=$lt_lt_prog_compiler_static
adamc@1132 13310
adamc@1132 13311 # Does compiler simultaneously support -c and -o options?
adamc@1132 13312 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
adamc@1132 13313
adamc@1132 13314 # Whether or not to add -lc for building shared libraries.
adamc@1132 13315 build_libtool_need_lc=$archive_cmds_need_lc
adamc@1132 13316
adamc@1132 13317 # Whether or not to disallow shared libs when runtime libs are static.
adamc@1132 13318 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
adamc@1132 13319
adamc@1132 13320 # Compiler flag to allow reflexive dlopens.
adamc@1132 13321 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
adamc@1132 13322
adamc@1132 13323 # Compiler flag to generate shared objects directly from archives.
adamc@1132 13324 whole_archive_flag_spec=$lt_whole_archive_flag_spec
adamc@1132 13325
adamc@1132 13326 # Whether the compiler copes with passing no objects directly.
adamc@1132 13327 compiler_needs_object=$lt_compiler_needs_object
adamc@1132 13328
adamc@1132 13329 # Create an old-style archive from a shared archive.
adamc@1132 13330 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
adamc@1132 13331
adamc@1132 13332 # Create a temporary old-style archive to link instead of a shared archive.
adamc@1132 13333 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
adamc@1132 13334
adamc@1132 13335 # Commands used to build a shared archive.
adamc@1132 13336 archive_cmds=$lt_archive_cmds
adamc@1132 13337 archive_expsym_cmds=$lt_archive_expsym_cmds
adamc@1132 13338
adamc@1132 13339 # Commands used to build a loadable module if different from building
adamc@1132 13340 # a shared archive.
adamc@1132 13341 module_cmds=$lt_module_cmds
adamc@1132 13342 module_expsym_cmds=$lt_module_expsym_cmds
adamc@1132 13343
adamc@1132 13344 # Whether we are building with GNU ld or not.
adamc@1132 13345 with_gnu_ld=$lt_with_gnu_ld
adamc@1132 13346
adamc@1132 13347 # Flag that allows shared libraries with undefined symbols to be built.
adamc@1132 13348 allow_undefined_flag=$lt_allow_undefined_flag
adamc@1132 13349
adamc@1132 13350 # Flag that enforces no undefined symbols.
adamc@1132 13351 no_undefined_flag=$lt_no_undefined_flag
adamc@1132 13352
adamc@1132 13353 # Flag to hardcode \$libdir into a binary during linking.
adamc@1132 13354 # This must work even if \$libdir does not exist
adamc@1132 13355 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
adamc@1132 13356
adamc@1132 13357 # If ld is used when linking, flag to hardcode \$libdir into a binary
adamc@1132 13358 # during linking. This must work even if \$libdir does not exist.
adamc@1132 13359 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
adamc@1132 13360
adamc@1132 13361 # Whether we need a single "-rpath" flag with a separated argument.
adamc@1132 13362 hardcode_libdir_separator=$lt_hardcode_libdir_separator
adamc@1132 13363
adamc@1132 13364 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
adamc@1132 13365 # DIR into the resulting binary.
adamc@1132 13366 hardcode_direct=$hardcode_direct
adamc@1132 13367
adamc@1132 13368 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
adamc@1132 13369 # DIR into the resulting binary and the resulting library dependency is
adamc@1132 13370 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
adamc@1132 13371 # library is relocated.
adamc@1132 13372 hardcode_direct_absolute=$hardcode_direct_absolute
adamc@1132 13373
adamc@1132 13374 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
adamc@1132 13375 # into the resulting binary.
adamc@1132 13376 hardcode_minus_L=$hardcode_minus_L
adamc@1132 13377
adamc@1132 13378 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
adamc@1132 13379 # into the resulting binary.
adamc@1132 13380 hardcode_shlibpath_var=$hardcode_shlibpath_var
adamc@1132 13381
adamc@1132 13382 # Set to "yes" if building a shared library automatically hardcodes DIR
adamc@1132 13383 # into the library and all subsequent libraries and executables linked
adamc@1132 13384 # against it.
adamc@1132 13385 hardcode_automatic=$hardcode_automatic
adamc@1132 13386
adamc@1132 13387 # Set to yes if linker adds runtime paths of dependent libraries
adamc@1132 13388 # to runtime path list.
adamc@1132 13389 inherit_rpath=$inherit_rpath
adamc@1132 13390
adamc@1132 13391 # Whether libtool must link a program against all its dependency libraries.
adamc@1132 13392 link_all_deplibs=$link_all_deplibs
adamc@1132 13393
adamc@1132 13394 # Fix the shell variable \$srcfile for the compiler.
adamc@1132 13395 fix_srcfile_path=$lt_fix_srcfile_path
adamc@1132 13396
adamc@1132 13397 # Set to "yes" if exported symbols are required.
adamc@1132 13398 always_export_symbols=$always_export_symbols
adamc@1132 13399
adamc@1132 13400 # The commands to list exported symbols.
adamc@1132 13401 export_symbols_cmds=$lt_export_symbols_cmds
adamc@1132 13402
adamc@1132 13403 # Symbols that should not be listed in the preloaded symbols.
adamc@1132 13404 exclude_expsyms=$lt_exclude_expsyms
adamc@1132 13405
adamc@1132 13406 # Symbols that must always be exported.
adamc@1132 13407 include_expsyms=$lt_include_expsyms
adamc@1132 13408
adamc@1132 13409 # Commands necessary for linking programs (against libraries) with templates.
adamc@1132 13410 prelink_cmds=$lt_prelink_cmds
adamc@1132 13411
adamc@1132 13412 # Specify filename containing input files.
adamc@1132 13413 file_list_spec=$lt_file_list_spec
adamc@1132 13414
adamc@1132 13415 # How to hardcode a shared library path into an executable.
adamc@1132 13416 hardcode_action=$hardcode_action
adamc@1132 13417
adamc@1132 13418 # ### END LIBTOOL CONFIG
adamc@1132 13419
adamc@1132 13420 _LT_EOF
adamc@1132 13421
adamc@1132 13422 case $host_os in
adamc@1132 13423 aix3*)
adamc@1132 13424 cat <<\_LT_EOF >> "$cfgfile"
adamc@1132 13425 # AIX sometimes has problems with the GCC collect2 program. For some
adamc@1132 13426 # reason, if we set the COLLECT_NAMES environment variable, the problems
adamc@1132 13427 # vanish in a puff of smoke.
adamc@1132 13428 if test "X${COLLECT_NAMES+set}" != Xset; then
adamc@1132 13429 COLLECT_NAMES=
adamc@1132 13430 export COLLECT_NAMES
adamc@1132 13431 fi
adamc@1132 13432 _LT_EOF
adamc@1132 13433 ;;
adamc@1132 13434 esac
adamc@1132 13435
adamc@1132 13436
adamc@1132 13437 ltmain="$ac_aux_dir/ltmain.sh"
adamc@1132 13438
adamc@1132 13439
adamc@1132 13440 # We use sed instead of cat because bash on DJGPP gets confused if
adamc@1132 13441 # if finds mixed CR/LF and LF-only lines. Since sed operates in
adamc@1132 13442 # text mode, it properly converts lines to CR/LF. This bash problem
adamc@1132 13443 # is reportedly fixed, but why not run on old versions too?
adamc@1132 13444 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
adamc@1132 13445 || (rm -f "$cfgfile"; exit 1)
adamc@1132 13446
adamc@1132 13447 case $xsi_shell in
adamc@1132 13448 yes)
adamc@1132 13449 cat << \_LT_EOF >> "$cfgfile"
adamc@1132 13450
adamc@1132 13451 # func_dirname file append nondir_replacement
adamc@1132 13452 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
adamc@1132 13453 # otherwise set result to NONDIR_REPLACEMENT.
adamc@1132 13454 func_dirname ()
adamc@1132 13455 {
adamc@1132 13456 case ${1} in
adamc@1132 13457 */*) func_dirname_result="${1%/*}${2}" ;;
adamc@1132 13458 * ) func_dirname_result="${3}" ;;
adamc@1132 13459 esac
adamc@1132 13460 }
adamc@1132 13461
adamc@1132 13462 # func_basename file
adamc@1132 13463 func_basename ()
adamc@1132 13464 {
adamc@1132 13465 func_basename_result="${1##*/}"
adamc@1132 13466 }
adamc@1132 13467
adamc@1132 13468 # func_dirname_and_basename file append nondir_replacement
adamc@1132 13469 # perform func_basename and func_dirname in a single function
adamc@1132 13470 # call:
adamc@1132 13471 # dirname: Compute the dirname of FILE. If nonempty,
adamc@1132 13472 # add APPEND to the result, otherwise set result
adamc@1132 13473 # to NONDIR_REPLACEMENT.
adamc@1132 13474 # value returned in "$func_dirname_result"
adamc@1132 13475 # basename: Compute filename of FILE.
adamc@1132 13476 # value retuned in "$func_basename_result"
adamc@1132 13477 # Implementation must be kept synchronized with func_dirname
adamc@1132 13478 # and func_basename. For efficiency, we do not delegate to
adamc@1132 13479 # those functions but instead duplicate the functionality here.
adamc@1132 13480 func_dirname_and_basename ()
adamc@1132 13481 {
adamc@1132 13482 case ${1} in
adamc@1132 13483 */*) func_dirname_result="${1%/*}${2}" ;;
adamc@1132 13484 * ) func_dirname_result="${3}" ;;
adamc@1132 13485 esac
adamc@1132 13486 func_basename_result="${1##*/}"
adamc@1132 13487 }
adamc@1132 13488
adamc@1132 13489 # func_stripname prefix suffix name
adamc@1132 13490 # strip PREFIX and SUFFIX off of NAME.
adamc@1132 13491 # PREFIX and SUFFIX must not contain globbing or regex special
adamc@1132 13492 # characters, hashes, percent signs, but SUFFIX may contain a leading
adamc@1132 13493 # dot (in which case that matches only a dot).
adamc@1132 13494 func_stripname ()
adamc@1132 13495 {
adamc@1132 13496 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
adamc@1132 13497 # positional parameters, so assign one to ordinary parameter first.
adamc@1132 13498 func_stripname_result=${3}
adamc@1132 13499 func_stripname_result=${func_stripname_result#"${1}"}
adamc@1132 13500 func_stripname_result=${func_stripname_result%"${2}"}
adamc@1132 13501 }
adamc@1132 13502
adamc@1132 13503 # func_opt_split
adamc@1132 13504 func_opt_split ()
adamc@1132 13505 {
adamc@1132 13506 func_opt_split_opt=${1%%=*}
adamc@1132 13507 func_opt_split_arg=${1#*=}
adamc@1132 13508 }
adamc@1132 13509
adamc@1132 13510 # func_lo2o object
adamc@1132 13511 func_lo2o ()
adamc@1132 13512 {
adamc@1132 13513 case ${1} in
adamc@1132 13514 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
adamc@1132 13515 *) func_lo2o_result=${1} ;;
adamc@1132 13516 esac
adamc@1132 13517 }
adamc@1132 13518
adamc@1132 13519 # func_xform libobj-or-source
adamc@1132 13520 func_xform ()
adamc@1132 13521 {
adamc@1132 13522 func_xform_result=${1%.*}.lo
adamc@1132 13523 }
adamc@1132 13524
adamc@1132 13525 # func_arith arithmetic-term...
adamc@1132 13526 func_arith ()
adamc@1132 13527 {
adamc@1132 13528 func_arith_result=$(( $* ))
adamc@1132 13529 }
adamc@1132 13530
adamc@1132 13531 # func_len string
adamc@1132 13532 # STRING may not start with a hyphen.
adamc@1132 13533 func_len ()
adamc@1132 13534 {
adamc@1132 13535 func_len_result=${#1}
adamc@1132 13536 }
adamc@1132 13537
adamc@1132 13538 _LT_EOF
adamc@1132 13539 ;;
adamc@1132 13540 *) # Bourne compatible functions.
adamc@1132 13541 cat << \_LT_EOF >> "$cfgfile"
adamc@1132 13542
adamc@1132 13543 # func_dirname file append nondir_replacement
adamc@1132 13544 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
adamc@1132 13545 # otherwise set result to NONDIR_REPLACEMENT.
adamc@1132 13546 func_dirname ()
adamc@1132 13547 {
adamc@1132 13548 # Extract subdirectory from the argument.
adamc@1132 13549 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
adamc@1132 13550 if test "X$func_dirname_result" = "X${1}"; then
adamc@1132 13551 func_dirname_result="${3}"
adamc@1132 13552 else
adamc@1132 13553 func_dirname_result="$func_dirname_result${2}"
adamc@1132 13554 fi
adamc@1132 13555 }
adamc@1132 13556
adamc@1132 13557 # func_basename file
adamc@1132 13558 func_basename ()
adamc@1132 13559 {
adamc@1132 13560 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
adamc@1132 13561 }
adamc@1132 13562
adamc@1132 13563
adamc@1132 13564 # func_stripname prefix suffix name
adamc@1132 13565 # strip PREFIX and SUFFIX off of NAME.
adamc@1132 13566 # PREFIX and SUFFIX must not contain globbing or regex special
adamc@1132 13567 # characters, hashes, percent signs, but SUFFIX may contain a leading
adamc@1132 13568 # dot (in which case that matches only a dot).
adamc@1132 13569 # func_strip_suffix prefix name
adamc@1132 13570 func_stripname ()
adamc@1132 13571 {
adamc@1132 13572 case ${2} in
adamc@1132 13573 .*) func_stripname_result=`$ECHO "X${3}" \
adamc@1132 13574 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
adamc@1132 13575 *) func_stripname_result=`$ECHO "X${3}" \
adamc@1132 13576 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
adamc@1132 13577 esac
adamc@1132 13578 }
adamc@1132 13579
adamc@1132 13580 # sed scripts:
adamc@1132 13581 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
adamc@1132 13582 my_sed_long_arg='1s/^-[^=]*=//'
adamc@1132 13583
adamc@1132 13584 # func_opt_split
adamc@1132 13585 func_opt_split ()
adamc@1132 13586 {
adamc@1132 13587 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
adamc@1132 13588 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
adamc@1132 13589 }
adamc@1132 13590
adamc@1132 13591 # func_lo2o object
adamc@1132 13592 func_lo2o ()
adamc@1132 13593 {
adamc@1132 13594 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
adamc@1132 13595 }
adamc@1132 13596
adamc@1132 13597 # func_xform libobj-or-source
adamc@1132 13598 func_xform ()
adamc@1132 13599 {
adamc@1132 13600 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
adamc@1132 13601 }
adamc@1132 13602
adamc@1132 13603 # func_arith arithmetic-term...
adamc@1132 13604 func_arith ()
adamc@1132 13605 {
adamc@1132 13606 func_arith_result=`expr "$@"`
adamc@1132 13607 }
adamc@1132 13608
adamc@1132 13609 # func_len string
adamc@1132 13610 # STRING may not start with a hyphen.
adamc@1132 13611 func_len ()
adamc@1132 13612 {
adamc@1132 13613 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
adamc@1132 13614 }
adamc@1132 13615
adamc@1132 13616 _LT_EOF
adamc@1132 13617 esac
adamc@1132 13618
adamc@1132 13619 case $lt_shell_append in
adamc@1132 13620 yes)
adamc@1132 13621 cat << \_LT_EOF >> "$cfgfile"
adamc@1132 13622
adamc@1132 13623 # func_append var value
adamc@1132 13624 # Append VALUE to the end of shell variable VAR.
adamc@1132 13625 func_append ()
adamc@1132 13626 {
adamc@1132 13627 eval "$1+=\$2"
adamc@1132 13628 }
adamc@1132 13629 _LT_EOF
adamc@1132 13630 ;;
adamc@1132 13631 *)
adamc@1132 13632 cat << \_LT_EOF >> "$cfgfile"
adamc@1132 13633
adamc@1132 13634 # func_append var value
adamc@1132 13635 # Append VALUE to the end of shell variable VAR.
adamc@1132 13636 func_append ()
adamc@1132 13637 {
adamc@1132 13638 eval "$1=\$$1\$2"
adamc@1132 13639 }
adamc@1132 13640
adamc@1132 13641 _LT_EOF
adamc@1132 13642 ;;
adamc@1132 13643 esac
adamc@1132 13644
adamc@1132 13645
adamc@1132 13646 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
adamc@1132 13647 || (rm -f "$cfgfile"; exit 1)
adamc@1132 13648
adamc@1132 13649 mv -f "$cfgfile" "$ofile" ||
adamc@1132 13650 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
adamc@1132 13651 chmod +x "$ofile"
adamc@1132 13652
adamc@1132 13653 ;;
adamc@378 13654
adamc@378 13655 esac
adamc@378 13656 done # for ac_tag
adamc@378 13657
adamc@378 13658
adamc@1095 13659 as_fn_exit 0
adamc@378 13660 _ACEOF
adamc@378 13661 ac_clean_files=$ac_clean_files_save
adamc@378 13662
adamc@1095 13663 test $ac_write_fail = 0 ||
adam@1315 13664 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
adamc@1095 13665
adamc@378 13666
adamc@378 13667 # configure is writing to config.log, and then calls config.status.
adamc@378 13668 # config.status does its own redirection, appending to config.log.
adamc@378 13669 # Unfortunately, on DOS this fails, as config.log is still kept open
adamc@378 13670 # by configure, so config.status won't be able to write to it; its
adamc@378 13671 # output is simply discarded. So we exec the FD to /dev/null,
adamc@378 13672 # effectively closing config.log, so it can be properly (re)opened and
adamc@378 13673 # appended to by config.status. When coming back to configure, we
adamc@378 13674 # need to make the FD available again.
adamc@378 13675 if test "$no_create" != yes; then
adamc@378 13676 ac_cs_success=:
adamc@378 13677 ac_config_status_args=
adamc@378 13678 test "$silent" = yes &&
adamc@378 13679 ac_config_status_args="$ac_config_status_args --quiet"
adamc@378 13680 exec 5>/dev/null
adamc@378 13681 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
adamc@378 13682 exec 5>>config.log
adamc@378 13683 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
adamc@378 13684 # would make configure fail if this is the last instruction.
adam@1315 13685 $ac_cs_success || as_fn_exit 1
adamc@1095 13686 fi
adamc@1095 13687 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
adamc@1095 13688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
adamc@1095 13689 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
adamc@378 13690 fi
adamc@378 13691
adamc@378 13692
adamc@378 13693 cat <<EOF
adamc@378 13694
adamc@378 13695 Ur/Web configuration:
adam@1317 13696 bin directory: BIN $BIN
adam@1317 13697 lib directory: LIB $LIB
adam@1317 13698 include directory: INCLUDE $INCLUDE
adam@1317 13699 site-lisp directory: SITELISP $SITELISP
adam@1317 13700 Extra GCC args: GCCARGS $GCCARGS
adamc@378 13701 EOF