| [1] | 1 | #! /bin/sh |
|---|
| 2 | # Guess values for system-dependent variables and create Makefiles. |
|---|
| 3 | # Generated by GNU Autoconf 2.63 for Multipole 1.0.0. |
|---|
| 4 | # |
|---|
| 5 | # Report bugs to <http://www.multipole.org>. |
|---|
| 6 | # |
|---|
| 7 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
|---|
| 8 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
|---|
| 9 | # This configure script is free software; the Free Software Foundation |
|---|
| 10 | # gives unlimited permission to copy, distribute and modify it. |
|---|
| 11 | ## --------------------- ## |
|---|
| 12 | ## M4sh Initialization. ## |
|---|
| 13 | ## --------------------- ## |
|---|
| 14 | |
|---|
| 15 | # Be more Bourne compatible |
|---|
| 16 | DUALCASE=1; export DUALCASE # for MKS sh |
|---|
| 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 18 | emulate sh |
|---|
| 19 | NULLCMD=: |
|---|
| 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|---|
| 21 | # is contrary to our usage. Disable this feature. |
|---|
| 22 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 23 | setopt NO_GLOB_SUBST |
|---|
| 24 | else |
|---|
| 25 | case `(set -o) 2>/dev/null` in |
|---|
| 26 | *posix*) set -o posix ;; |
|---|
| 27 | esac |
|---|
| 28 | |
|---|
| 29 | fi |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | # PATH needs CR |
|---|
| 35 | # Avoid depending upon Character Ranges. |
|---|
| 36 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|---|
| 37 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
|---|
| 38 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
|---|
| 39 | as_cr_digits='0123456789' |
|---|
| 40 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
|---|
| 41 | |
|---|
| 42 | as_nl=' |
|---|
| 43 | ' |
|---|
| 44 | export as_nl |
|---|
| 45 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
|---|
| 46 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
|---|
| 47 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 48 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
|---|
| 49 | if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
|---|
| 50 | as_echo='printf %s\n' |
|---|
| 51 | as_echo_n='printf %s' |
|---|
| 52 | else |
|---|
| 53 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
|---|
| 54 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
|---|
| 55 | as_echo_n='/usr/ucb/echo -n' |
|---|
| 56 | else |
|---|
| 57 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
|---|
| 58 | as_echo_n_body='eval |
|---|
| 59 | arg=$1; |
|---|
| 60 | case $arg in |
|---|
| 61 | *"$as_nl"*) |
|---|
| 62 | expr "X$arg" : "X\\(.*\\)$as_nl"; |
|---|
| 63 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
|---|
| 64 | esac; |
|---|
| 65 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
|---|
| 66 | ' |
|---|
| 67 | export as_echo_n_body |
|---|
| 68 | as_echo_n='sh -c $as_echo_n_body as_echo' |
|---|
| 69 | fi |
|---|
| 70 | export as_echo_body |
|---|
| 71 | as_echo='sh -c $as_echo_body as_echo' |
|---|
| 72 | fi |
|---|
| 73 | |
|---|
| 74 | # The user is always right. |
|---|
| 75 | if test "${PATH_SEPARATOR+set}" != set; then |
|---|
| 76 | PATH_SEPARATOR=: |
|---|
| 77 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
|---|
| 78 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
|---|
| 79 | PATH_SEPARATOR=';' |
|---|
| 80 | } |
|---|
| 81 | fi |
|---|
| 82 | |
|---|
| 83 | # Support unset when possible. |
|---|
| 84 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
|---|
| 85 | as_unset=unset |
|---|
| 86 | else |
|---|
| 87 | as_unset=false |
|---|
| 88 | fi |
|---|
| 89 | |
|---|
| 90 | |
|---|
| 91 | # IFS |
|---|
| 92 | # We need space, tab and new line, in precisely that order. Quoting is |
|---|
| 93 | # there to prevent editors from complaining about space-tab. |
|---|
| 94 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|---|
| 95 | # splitting by setting IFS to empty value.) |
|---|
| 96 | IFS=" "" $as_nl" |
|---|
| 97 | |
|---|
| 98 | # Find who we are. Look in the path if we contain no directory separator. |
|---|
| 99 | case $0 in |
|---|
| 100 | *[\\/]* ) as_myself=$0 ;; |
|---|
| 101 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 102 | for as_dir in $PATH |
|---|
| 103 | do |
|---|
| 104 | IFS=$as_save_IFS |
|---|
| 105 | test -z "$as_dir" && as_dir=. |
|---|
| 106 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|---|
| 107 | done |
|---|
| 108 | IFS=$as_save_IFS |
|---|
| 109 | |
|---|
| 110 | ;; |
|---|
| 111 | esac |
|---|
| 112 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
|---|
| 113 | # in which case we are not to be found in the path. |
|---|
| 114 | if test "x$as_myself" = x; then |
|---|
| 115 | as_myself=$0 |
|---|
| 116 | fi |
|---|
| 117 | if test ! -f "$as_myself"; then |
|---|
| 118 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|---|
| 119 | { (exit 1); exit 1; } |
|---|
| 120 | fi |
|---|
| 121 | |
|---|
| 122 | # Work around bugs in pre-3.0 UWIN ksh. |
|---|
| 123 | for as_var in ENV MAIL MAILPATH |
|---|
| 124 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 125 | done |
|---|
| 126 | PS1='$ ' |
|---|
| 127 | PS2='> ' |
|---|
| 128 | PS4='+ ' |
|---|
| 129 | |
|---|
| 130 | # NLS nuisances. |
|---|
| 131 | LC_ALL=C |
|---|
| 132 | export LC_ALL |
|---|
| 133 | LANGUAGE=C |
|---|
| 134 | export LANGUAGE |
|---|
| 135 | |
|---|
| 136 | # Required to use basename. |
|---|
| 137 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 138 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 139 | as_expr=expr |
|---|
| 140 | else |
|---|
| 141 | as_expr=false |
|---|
| 142 | fi |
|---|
| 143 | |
|---|
| 144 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
|---|
| 145 | as_basename=basename |
|---|
| 146 | else |
|---|
| 147 | as_basename=false |
|---|
| 148 | fi |
|---|
| 149 | |
|---|
| 150 | |
|---|
| 151 | # Name of the executable. |
|---|
| 152 | as_me=`$as_basename -- "$0" || |
|---|
| 153 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
|---|
| 154 | X"$0" : 'X\(//\)$' \| \ |
|---|
| 155 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 156 | $as_echo X/"$0" | |
|---|
| 157 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|---|
| 158 | s//\1/ |
|---|
| 159 | q |
|---|
| 160 | } |
|---|
| 161 | /^X\/\(\/\/\)$/{ |
|---|
| 162 | s//\1/ |
|---|
| 163 | q |
|---|
| 164 | } |
|---|
| 165 | /^X\/\(\/\).*/{ |
|---|
| 166 | s//\1/ |
|---|
| 167 | q |
|---|
| 168 | } |
|---|
| 169 | s/.*/./; q'` |
|---|
| 170 | |
|---|
| 171 | # CDPATH. |
|---|
| 172 | $as_unset CDPATH |
|---|
| 173 | |
|---|
| 174 | |
|---|
| 175 | if test "x$CONFIG_SHELL" = x; then |
|---|
| 176 | if (eval ":") 2>/dev/null; then |
|---|
| 177 | as_have_required=yes |
|---|
| 178 | else |
|---|
| 179 | as_have_required=no |
|---|
| 180 | fi |
|---|
| 181 | |
|---|
| 182 | if test $as_have_required = yes && (eval ": |
|---|
| 183 | (as_func_return () { |
|---|
| 184 | (exit \$1) |
|---|
| 185 | } |
|---|
| 186 | as_func_success () { |
|---|
| 187 | as_func_return 0 |
|---|
| 188 | } |
|---|
| 189 | as_func_failure () { |
|---|
| 190 | as_func_return 1 |
|---|
| 191 | } |
|---|
| 192 | as_func_ret_success () { |
|---|
| 193 | return 0 |
|---|
| 194 | } |
|---|
| 195 | as_func_ret_failure () { |
|---|
| 196 | return 1 |
|---|
| 197 | } |
|---|
| 198 | |
|---|
| 199 | exitcode=0 |
|---|
| 200 | if as_func_success; then |
|---|
| 201 | : |
|---|
| 202 | else |
|---|
| 203 | exitcode=1 |
|---|
| 204 | echo as_func_success failed. |
|---|
| 205 | fi |
|---|
| 206 | |
|---|
| 207 | if as_func_failure; then |
|---|
| 208 | exitcode=1 |
|---|
| 209 | echo as_func_failure succeeded. |
|---|
| 210 | fi |
|---|
| 211 | |
|---|
| 212 | if as_func_ret_success; then |
|---|
| 213 | : |
|---|
| 214 | else |
|---|
| 215 | exitcode=1 |
|---|
| 216 | echo as_func_ret_success failed. |
|---|
| 217 | fi |
|---|
| 218 | |
|---|
| 219 | if as_func_ret_failure; then |
|---|
| 220 | exitcode=1 |
|---|
| 221 | echo as_func_ret_failure succeeded. |
|---|
| 222 | fi |
|---|
| 223 | |
|---|
| 224 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
|---|
| 225 | : |
|---|
| 226 | else |
|---|
| 227 | exitcode=1 |
|---|
| 228 | echo positional parameters were not saved. |
|---|
| 229 | fi |
|---|
| 230 | |
|---|
| 231 | test \$exitcode = 0) || { (exit 1); exit 1; } |
|---|
| 232 | |
|---|
| 233 | ( |
|---|
| 234 | as_lineno_1=\$LINENO |
|---|
| 235 | as_lineno_2=\$LINENO |
|---|
| 236 | test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && |
|---|
| 237 | test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } |
|---|
| 238 | ") 2> /dev/null; then |
|---|
| 239 | : |
|---|
| 240 | else |
|---|
| 241 | as_candidate_shells= |
|---|
| 242 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 243 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
|---|
| 244 | do |
|---|
| 245 | IFS=$as_save_IFS |
|---|
| 246 | test -z "$as_dir" && as_dir=. |
|---|
| 247 | case $as_dir in |
|---|
| 248 | /*) |
|---|
| 249 | for as_base in sh bash ksh sh5; do |
|---|
| 250 | as_candidate_shells="$as_candidate_shells $as_dir/$as_base" |
|---|
| 251 | done;; |
|---|
| 252 | esac |
|---|
| 253 | done |
|---|
| 254 | IFS=$as_save_IFS |
|---|
| 255 | |
|---|
| 256 | |
|---|
| 257 | for as_shell in $as_candidate_shells $SHELL; do |
|---|
| 258 | # Try only shells that exist, to save several forks. |
|---|
| 259 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
|---|
| 260 | { ("$as_shell") 2> /dev/null <<\_ASEOF |
|---|
| 261 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 262 | emulate sh |
|---|
| 263 | NULLCMD=: |
|---|
| 264 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|---|
| 265 | # is contrary to our usage. Disable this feature. |
|---|
| 266 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 267 | setopt NO_GLOB_SUBST |
|---|
| 268 | else |
|---|
| 269 | case `(set -o) 2>/dev/null` in |
|---|
| 270 | *posix*) set -o posix ;; |
|---|
| 271 | esac |
|---|
| 272 | |
|---|
| 273 | fi |
|---|
| 274 | |
|---|
| 275 | |
|---|
| 276 | : |
|---|
| 277 | _ASEOF |
|---|
| 278 | }; then |
|---|
| 279 | CONFIG_SHELL=$as_shell |
|---|
| 280 | as_have_required=yes |
|---|
| 281 | if { "$as_shell" 2> /dev/null <<\_ASEOF |
|---|
| 282 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 283 | emulate sh |
|---|
| 284 | NULLCMD=: |
|---|
| 285 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
|---|
| 286 | # is contrary to our usage. Disable this feature. |
|---|
| 287 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 288 | setopt NO_GLOB_SUBST |
|---|
| 289 | else |
|---|
| 290 | case `(set -o) 2>/dev/null` in |
|---|
| 291 | *posix*) set -o posix ;; |
|---|
| 292 | esac |
|---|
| 293 | |
|---|
| 294 | fi |
|---|
| 295 | |
|---|
| 296 | |
|---|
| 297 | : |
|---|
| 298 | (as_func_return () { |
|---|
| 299 | (exit $1) |
|---|
| 300 | } |
|---|
| 301 | as_func_success () { |
|---|
| 302 | as_func_return 0 |
|---|
| 303 | } |
|---|
| 304 | as_func_failure () { |
|---|
| 305 | as_func_return 1 |
|---|
| 306 | } |
|---|
| 307 | as_func_ret_success () { |
|---|
| 308 | return 0 |
|---|
| 309 | } |
|---|
| 310 | as_func_ret_failure () { |
|---|
| 311 | return 1 |
|---|
| 312 | } |
|---|
| 313 | |
|---|
| 314 | exitcode=0 |
|---|
| 315 | if as_func_success; then |
|---|
| 316 | : |
|---|
| 317 | else |
|---|
| 318 | exitcode=1 |
|---|
| 319 | echo as_func_success failed. |
|---|
| 320 | fi |
|---|
| 321 | |
|---|
| 322 | if as_func_failure; then |
|---|
| 323 | exitcode=1 |
|---|
| 324 | echo as_func_failure succeeded. |
|---|
| 325 | fi |
|---|
| 326 | |
|---|
| 327 | if as_func_ret_success; then |
|---|
| 328 | : |
|---|
| 329 | else |
|---|
| 330 | exitcode=1 |
|---|
| 331 | echo as_func_ret_success failed. |
|---|
| 332 | fi |
|---|
| 333 | |
|---|
| 334 | if as_func_ret_failure; then |
|---|
| 335 | exitcode=1 |
|---|
| 336 | echo as_func_ret_failure succeeded. |
|---|
| 337 | fi |
|---|
| 338 | |
|---|
| 339 | if ( set x; as_func_ret_success y && test x = "$1" ); then |
|---|
| 340 | : |
|---|
| 341 | else |
|---|
| 342 | exitcode=1 |
|---|
| 343 | echo positional parameters were not saved. |
|---|
| 344 | fi |
|---|
| 345 | |
|---|
| 346 | test $exitcode = 0) || { (exit 1); exit 1; } |
|---|
| 347 | |
|---|
| 348 | ( |
|---|
| 349 | as_lineno_1=$LINENO |
|---|
| 350 | as_lineno_2=$LINENO |
|---|
| 351 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 352 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } |
|---|
| 353 | |
|---|
| 354 | _ASEOF |
|---|
| 355 | }; then |
|---|
| 356 | break |
|---|
| 357 | fi |
|---|
| 358 | |
|---|
| 359 | fi |
|---|
| 360 | |
|---|
| 361 | done |
|---|
| 362 | |
|---|
| 363 | if test "x$CONFIG_SHELL" != x; then |
|---|
| 364 | for as_var in BASH_ENV ENV |
|---|
| 365 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 366 | done |
|---|
| 367 | export CONFIG_SHELL |
|---|
| 368 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
|---|
| 369 | fi |
|---|
| 370 | |
|---|
| 371 | |
|---|
| 372 | if test $as_have_required = no; then |
|---|
| 373 | echo This script requires a shell more modern than all the |
|---|
| 374 | echo shells that I found on your system. Please install a |
|---|
| 375 | echo modern shell, or manually run the script under such a |
|---|
| 376 | echo shell if you do have one. |
|---|
| 377 | { (exit 1); exit 1; } |
|---|
| 378 | fi |
|---|
| 379 | |
|---|
| 380 | |
|---|
| 381 | fi |
|---|
| 382 | |
|---|
| 383 | fi |
|---|
| 384 | |
|---|
| 385 | |
|---|
| 386 | |
|---|
| 387 | (eval "as_func_return () { |
|---|
| 388 | (exit \$1) |
|---|
| 389 | } |
|---|
| 390 | as_func_success () { |
|---|
| 391 | as_func_return 0 |
|---|
| 392 | } |
|---|
| 393 | as_func_failure () { |
|---|
| 394 | as_func_return 1 |
|---|
| 395 | } |
|---|
| 396 | as_func_ret_success () { |
|---|
| 397 | return 0 |
|---|
| 398 | } |
|---|
| 399 | as_func_ret_failure () { |
|---|
| 400 | return 1 |
|---|
| 401 | } |
|---|
| 402 | |
|---|
| 403 | exitcode=0 |
|---|
| 404 | if as_func_success; then |
|---|
| 405 | : |
|---|
| 406 | else |
|---|
| 407 | exitcode=1 |
|---|
| 408 | echo as_func_success failed. |
|---|
| 409 | fi |
|---|
| 410 | |
|---|
| 411 | if as_func_failure; then |
|---|
| 412 | exitcode=1 |
|---|
| 413 | echo as_func_failure succeeded. |
|---|
| 414 | fi |
|---|
| 415 | |
|---|
| 416 | if as_func_ret_success; then |
|---|
| 417 | : |
|---|
| 418 | else |
|---|
| 419 | exitcode=1 |
|---|
| 420 | echo as_func_ret_success failed. |
|---|
| 421 | fi |
|---|
| 422 | |
|---|
| 423 | if as_func_ret_failure; then |
|---|
| 424 | exitcode=1 |
|---|
| 425 | echo as_func_ret_failure succeeded. |
|---|
| 426 | fi |
|---|
| 427 | |
|---|
| 428 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
|---|
| 429 | : |
|---|
| 430 | else |
|---|
| 431 | exitcode=1 |
|---|
| 432 | echo positional parameters were not saved. |
|---|
| 433 | fi |
|---|
| 434 | |
|---|
| 435 | test \$exitcode = 0") || { |
|---|
| 436 | echo No shell found that supports shell functions. |
|---|
| 437 | echo Please tell bug-autoconf@gnu.org about your system, |
|---|
| 438 | echo including any error possibly output before this message. |
|---|
| 439 | echo This can help us improve future autoconf versions. |
|---|
| 440 | echo Configuration will now proceed without shell functions. |
|---|
| 441 | } |
|---|
| 442 | |
|---|
| 443 | |
|---|
| 444 | |
|---|
| 445 | as_lineno_1=$LINENO |
|---|
| 446 | as_lineno_2=$LINENO |
|---|
| 447 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 448 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
|---|
| 449 | |
|---|
| 450 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
|---|
| 451 | # uniformly replaced by the line number. The first 'sed' inserts a |
|---|
| 452 | # line-number line after each line using $LINENO; the second 'sed' |
|---|
| 453 | # does the real work. The second script uses 'N' to pair each |
|---|
| 454 | # line-number line with the line containing $LINENO, and appends |
|---|
| 455 | # trailing '-' during substitution so that $LINENO is not a special |
|---|
| 456 | # case at line end. |
|---|
| 457 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
|---|
| 458 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
|---|
| 459 | # E. McMahon (1931-1989) for sed's syntax. :-) |
|---|
| 460 | sed -n ' |
|---|
| 461 | p |
|---|
| 462 | /[$]LINENO/= |
|---|
| 463 | ' <$as_myself | |
|---|
| 464 | sed ' |
|---|
| 465 | s/[$]LINENO.*/&-/ |
|---|
| 466 | t lineno |
|---|
| 467 | b |
|---|
| 468 | :lineno |
|---|
| 469 | N |
|---|
| 470 | :loop |
|---|
| 471 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
|---|
| 472 | t loop |
|---|
| 473 | s/-\n.*// |
|---|
| 474 | ' >$as_me.lineno && |
|---|
| 475 | chmod +x "$as_me.lineno" || |
|---|
| 476 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
|---|
| 477 | { (exit 1); exit 1; }; } |
|---|
| 478 | |
|---|
| 479 | # Don't try to exec as it changes $[0], causing all sort of problems |
|---|
| 480 | # (the dirname of $[0] is not the place where we might find the |
|---|
| 481 | # original and so on. Autoconf is especially sensitive to this). |
|---|
| 482 | . "./$as_me.lineno" |
|---|
| 483 | # Exit status is that of the last command. |
|---|
| 484 | exit |
|---|
| 485 | } |
|---|
| 486 | |
|---|
| 487 | |
|---|
| 488 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|---|
| 489 | as_dirname=dirname |
|---|
| 490 | else |
|---|
| 491 | as_dirname=false |
|---|
| 492 | fi |
|---|
| 493 | |
|---|
| 494 | ECHO_C= ECHO_N= ECHO_T= |
|---|
| 495 | case `echo -n x` in |
|---|
| 496 | -n*) |
|---|
| 497 | case `echo 'x\c'` in |
|---|
| 498 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|---|
| 499 | *) ECHO_C='\c';; |
|---|
| 500 | esac;; |
|---|
| 501 | *) |
|---|
| 502 | ECHO_N='-n';; |
|---|
| 503 | esac |
|---|
| 504 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 505 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 506 | as_expr=expr |
|---|
| 507 | else |
|---|
| 508 | as_expr=false |
|---|
| 509 | fi |
|---|
| 510 | |
|---|
| 511 | rm -f conf$$ conf$$.exe conf$$.file |
|---|
| 512 | if test -d conf$$.dir; then |
|---|
| 513 | rm -f conf$$.dir/conf$$.file |
|---|
| 514 | else |
|---|
| 515 | rm -f conf$$.dir |
|---|
| 516 | mkdir conf$$.dir 2>/dev/null |
|---|
| 517 | fi |
|---|
| 518 | if (echo >conf$$.file) 2>/dev/null; then |
|---|
| 519 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
|---|
| 520 | as_ln_s='ln -s' |
|---|
| 521 | # ... but there are two gotchas: |
|---|
| 522 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|---|
| 523 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|---|
| 524 | # In both cases, we have to default to `cp -p'. |
|---|
| 525 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|---|
| 526 | as_ln_s='cp -p' |
|---|
| 527 | elif ln conf$$.file conf$$ 2>/dev/null; then |
|---|
| 528 | as_ln_s=ln |
|---|
| 529 | else |
|---|
| 530 | as_ln_s='cp -p' |
|---|
| 531 | fi |
|---|
| 532 | else |
|---|
| 533 | as_ln_s='cp -p' |
|---|
| 534 | fi |
|---|
| 535 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|---|
| 536 | rmdir conf$$.dir 2>/dev/null |
|---|
| 537 | |
|---|
| 538 | if mkdir -p . 2>/dev/null; then |
|---|
| 539 | as_mkdir_p=: |
|---|
| 540 | else |
|---|
| 541 | test -d ./-p && rmdir ./-p |
|---|
| 542 | as_mkdir_p=false |
|---|
| 543 | fi |
|---|
| 544 | |
|---|
| 545 | if test -x / >/dev/null 2>&1; then |
|---|
| 546 | as_test_x='test -x' |
|---|
| 547 | else |
|---|
| 548 | if ls -dL / >/dev/null 2>&1; then |
|---|
| 549 | as_ls_L_option=L |
|---|
| 550 | else |
|---|
| 551 | as_ls_L_option= |
|---|
| 552 | fi |
|---|
| 553 | as_test_x=' |
|---|
| 554 | eval sh -c '\'' |
|---|
| 555 | if test -d "$1"; then |
|---|
| 556 | test -d "$1/."; |
|---|
| 557 | else |
|---|
| 558 | case $1 in |
|---|
| 559 | -*)set "./$1";; |
|---|
| 560 | esac; |
|---|
| 561 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
|---|
| 562 | ???[sx]*):;;*)false;;esac;fi |
|---|
| 563 | '\'' sh |
|---|
| 564 | ' |
|---|
| 565 | fi |
|---|
| 566 | as_executable_p=$as_test_x |
|---|
| 567 | |
|---|
| 568 | # Sed expression to map a string onto a valid CPP name. |
|---|
| 569 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 570 | |
|---|
| 571 | # Sed expression to map a string onto a valid variable name. |
|---|
| 572 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 573 | |
|---|
| 574 | |
|---|
| 575 | |
|---|
| 576 | exec 7<&0 </dev/null 6>&1 |
|---|
| 577 | |
|---|
| 578 | # Name of the host. |
|---|
| 579 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
|---|
| 580 | # so uname gets run too. |
|---|
| 581 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 582 | |
|---|
| 583 | # |
|---|
| 584 | # Initializations. |
|---|
| 585 | # |
|---|
| 586 | ac_default_prefix=/usr/local |
|---|
| 587 | ac_clean_files= |
|---|
| 588 | ac_config_libobj_dir=. |
|---|
| 589 | LIBOBJS= |
|---|
| 590 | cross_compiling=no |
|---|
| 591 | subdirs= |
|---|
| 592 | MFLAGS= |
|---|
| 593 | MAKEFLAGS= |
|---|
| 594 | SHELL=${CONFIG_SHELL-/bin/sh} |
|---|
| 595 | |
|---|
| 596 | # Identity of this package. |
|---|
| 597 | PACKAGE_NAME='Multipole' |
|---|
| 598 | PACKAGE_TARNAME='Multipole' |
|---|
| 599 | PACKAGE_VERSION='1.0.0' |
|---|
| 600 | PACKAGE_STRING='Multipole 1.0.0' |
|---|
| 601 | PACKAGE_BUGREPORT='http://www.multipole.org' |
|---|
| 602 | |
|---|
| 603 | ac_unique_file="multipole.h" |
|---|
| 604 | # Factoring default headers for most tests. |
|---|
| 605 | ac_includes_default="\ |
|---|
| 606 | #include <stdio.h> |
|---|
| 607 | #ifdef HAVE_SYS_TYPES_H |
|---|
| 608 | # include <sys/types.h> |
|---|
| 609 | #endif |
|---|
| 610 | #ifdef HAVE_SYS_STAT_H |
|---|
| 611 | # include <sys/stat.h> |
|---|
| 612 | #endif |
|---|
| 613 | #ifdef STDC_HEADERS |
|---|
| 614 | # include <stdlib.h> |
|---|
| 615 | # include <stddef.h> |
|---|
| 616 | #else |
|---|
| 617 | # ifdef HAVE_STDLIB_H |
|---|
| 618 | # include <stdlib.h> |
|---|
| 619 | # endif |
|---|
| 620 | #endif |
|---|
| 621 | #ifdef HAVE_STRING_H |
|---|
| 622 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 623 | # include <memory.h> |
|---|
| 624 | # endif |
|---|
| 625 | # include <string.h> |
|---|
| 626 | #endif |
|---|
| 627 | #ifdef HAVE_STRINGS_H |
|---|
| 628 | # include <strings.h> |
|---|
| 629 | #endif |
|---|
| 630 | #ifdef HAVE_INTTYPES_H |
|---|
| 631 | # include <inttypes.h> |
|---|
| 632 | #endif |
|---|
| 633 | #ifdef HAVE_STDINT_H |
|---|
| 634 | # include <stdint.h> |
|---|
| 635 | #endif |
|---|
| 636 | #ifdef HAVE_UNISTD_H |
|---|
| 637 | # include <unistd.h> |
|---|
| 638 | #endif" |
|---|
| 639 | |
|---|
| 640 | ac_subst_vars='am__EXEEXT_FALSE |
|---|
| 641 | am__EXEEXT_TRUE |
|---|
| 642 | LTLIBOBJS |
|---|
| 643 | LIBOBJS |
|---|
| 644 | EGREP |
|---|
| 645 | GREP |
|---|
| 646 | RANLIB |
|---|
| 647 | LN_S |
|---|
| 648 | CPP |
|---|
| 649 | am__fastdepCC_FALSE |
|---|
| 650 | am__fastdepCC_TRUE |
|---|
| 651 | CCDEPMODE |
|---|
| 652 | ac_ct_CC |
|---|
| 653 | CFLAGS |
|---|
| 654 | CC |
|---|
| 655 | am__fastdepCXX_FALSE |
|---|
| 656 | am__fastdepCXX_TRUE |
|---|
| 657 | CXXDEPMODE |
|---|
| 658 | AMDEPBACKSLASH |
|---|
| 659 | AMDEP_FALSE |
|---|
| 660 | AMDEP_TRUE |
|---|
| 661 | am__quote |
|---|
| 662 | am__include |
|---|
| 663 | DEPDIR |
|---|
| 664 | OBJEXT |
|---|
| 665 | EXEEXT |
|---|
| 666 | ac_ct_CXX |
|---|
| 667 | CPPFLAGS |
|---|
| 668 | LDFLAGS |
|---|
| 669 | CXXFLAGS |
|---|
| 670 | CXX |
|---|
| 671 | am__untar |
|---|
| 672 | am__tar |
|---|
| 673 | AMTAR |
|---|
| 674 | am__leading_dot |
|---|
| 675 | SET_MAKE |
|---|
| 676 | AWK |
|---|
| 677 | mkdir_p |
|---|
| 678 | MKDIR_P |
|---|
| 679 | INSTALL_STRIP_PROGRAM |
|---|
| 680 | STRIP |
|---|
| 681 | install_sh |
|---|
| 682 | MAKEINFO |
|---|
| 683 | AUTOHEADER |
|---|
| 684 | AUTOMAKE |
|---|
| 685 | AUTOCONF |
|---|
| 686 | ACLOCAL |
|---|
| 687 | VERSION |
|---|
| 688 | PACKAGE |
|---|
| 689 | CYGPATH_W |
|---|
| 690 | am__isrc |
|---|
| 691 | INSTALL_DATA |
|---|
| 692 | INSTALL_SCRIPT |
|---|
| 693 | INSTALL_PROGRAM |
|---|
| 694 | target_os |
|---|
| 695 | target_vendor |
|---|
| 696 | target_cpu |
|---|
| 697 | target |
|---|
| 698 | host_os |
|---|
| 699 | host_vendor |
|---|
| 700 | host_cpu |
|---|
| 701 | host |
|---|
| 702 | build_os |
|---|
| 703 | build_vendor |
|---|
| 704 | build_cpu |
|---|
| 705 | build |
|---|
| 706 | target_alias |
|---|
| 707 | host_alias |
|---|
| 708 | build_alias |
|---|
| 709 | LIBS |
|---|
| 710 | ECHO_T |
|---|
| 711 | ECHO_N |
|---|
| 712 | ECHO_C |
|---|
| 713 | DEFS |
|---|
| 714 | mandir |
|---|
| 715 | localedir |
|---|
| 716 | libdir |
|---|
| 717 | psdir |
|---|
| 718 | pdfdir |
|---|
| 719 | dvidir |
|---|
| 720 | htmldir |
|---|
| 721 | infodir |
|---|
| 722 | docdir |
|---|
| 723 | oldincludedir |
|---|
| 724 | includedir |
|---|
| 725 | localstatedir |
|---|
| 726 | sharedstatedir |
|---|
| 727 | sysconfdir |
|---|
| 728 | datadir |
|---|
| 729 | datarootdir |
|---|
| 730 | libexecdir |
|---|
| 731 | sbindir |
|---|
| 732 | bindir |
|---|
| 733 | program_transform_name |
|---|
| 734 | prefix |
|---|
| 735 | exec_prefix |
|---|
| 736 | PACKAGE_BUGREPORT |
|---|
| 737 | PACKAGE_STRING |
|---|
| 738 | PACKAGE_VERSION |
|---|
| 739 | PACKAGE_TARNAME |
|---|
| 740 | PACKAGE_NAME |
|---|
| 741 | PATH_SEPARATOR |
|---|
| 742 | SHELL' |
|---|
| 743 | ac_subst_files='' |
|---|
| 744 | ac_user_opts=' |
|---|
| 745 | enable_option_checking |
|---|
| 746 | enable_dependency_tracking |
|---|
| 747 | ' |
|---|
| 748 | ac_precious_vars='build_alias |
|---|
| 749 | host_alias |
|---|
| 750 | target_alias |
|---|
| 751 | CXX |
|---|
| 752 | CXXFLAGS |
|---|
| 753 | LDFLAGS |
|---|
| 754 | LIBS |
|---|
| 755 | CPPFLAGS |
|---|
| 756 | CCC |
|---|
| 757 | CC |
|---|
| 758 | CFLAGS |
|---|
| 759 | CPP' |
|---|
| 760 | |
|---|
| 761 | |
|---|
| 762 | # Initialize some variables set by options. |
|---|
| 763 | ac_init_help= |
|---|
| 764 | ac_init_version=false |
|---|
| 765 | ac_unrecognized_opts= |
|---|
| 766 | ac_unrecognized_sep= |
|---|
| 767 | # The variables have the same names as the options, with |
|---|
| 768 | # dashes changed to underlines. |
|---|
| 769 | cache_file=/dev/null |
|---|
| 770 | exec_prefix=NONE |
|---|
| 771 | no_create= |
|---|
| 772 | no_recursion= |
|---|
| 773 | prefix=NONE |
|---|
| 774 | program_prefix=NONE |
|---|
| 775 | program_suffix=NONE |
|---|
| 776 | program_transform_name=s,x,x, |
|---|
| 777 | silent= |
|---|
| 778 | site= |
|---|
| 779 | srcdir= |
|---|
| 780 | verbose= |
|---|
| 781 | x_includes=NONE |
|---|
| 782 | x_libraries=NONE |
|---|
| 783 | |
|---|
| 784 | # Installation directory options. |
|---|
| 785 | # These are left unexpanded so users can "make install exec_prefix=/foo" |
|---|
| 786 | # and all the variables that are supposed to be based on exec_prefix |
|---|
| 787 | # by default will actually change. |
|---|
| 788 | # Use braces instead of parens because sh, perl, etc. also accept them. |
|---|
| 789 | # (The list follows the same order as the GNU Coding Standards.) |
|---|
| 790 | bindir='${exec_prefix}/bin' |
|---|
| 791 | sbindir='${exec_prefix}/sbin' |
|---|
| 792 | libexecdir='${exec_prefix}/libexec' |
|---|
| 793 | datarootdir='${prefix}/share' |
|---|
| 794 | datadir='${datarootdir}' |
|---|
| 795 | sysconfdir='${prefix}/etc' |
|---|
| 796 | sharedstatedir='${prefix}/com' |
|---|
| 797 | localstatedir='${prefix}/var' |
|---|
| 798 | includedir='${prefix}/include' |
|---|
| 799 | oldincludedir='/usr/include' |
|---|
| 800 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|---|
| 801 | infodir='${datarootdir}/info' |
|---|
| 802 | htmldir='${docdir}' |
|---|
| 803 | dvidir='${docdir}' |
|---|
| 804 | pdfdir='${docdir}' |
|---|
| 805 | psdir='${docdir}' |
|---|
| 806 | libdir='${exec_prefix}/lib' |
|---|
| 807 | localedir='${datarootdir}/locale' |
|---|
| 808 | mandir='${datarootdir}/man' |
|---|
| 809 | |
|---|
| 810 | ac_prev= |
|---|
| 811 | ac_dashdash= |
|---|
| 812 | for ac_option |
|---|
| 813 | do |
|---|
| 814 | # If the previous option needs an argument, assign it. |
|---|
| 815 | if test -n "$ac_prev"; then |
|---|
| 816 | eval $ac_prev=\$ac_option |
|---|
| 817 | ac_prev= |
|---|
| 818 | continue |
|---|
| 819 | fi |
|---|
| 820 | |
|---|
| 821 | case $ac_option in |
|---|
| 822 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
|---|
| 823 | *) ac_optarg=yes ;; |
|---|
| 824 | esac |
|---|
| 825 | |
|---|
| 826 | # Accept the important Cygnus configure options, so we can diagnose typos. |
|---|
| 827 | |
|---|
| 828 | case $ac_dashdash$ac_option in |
|---|
| 829 | --) |
|---|
| 830 | ac_dashdash=yes ;; |
|---|
| 831 | |
|---|
| 832 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
|---|
| 833 | ac_prev=bindir ;; |
|---|
| 834 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
|---|
| 835 | bindir=$ac_optarg ;; |
|---|
| 836 | |
|---|
| 837 | -build | --build | --buil | --bui | --bu) |
|---|
| 838 | ac_prev=build_alias ;; |
|---|
| 839 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
|---|
| 840 | build_alias=$ac_optarg ;; |
|---|
| 841 | |
|---|
| 842 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
|---|
| 843 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
|---|
| 844 | ac_prev=cache_file ;; |
|---|
| 845 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
|---|
| 846 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
|---|
| 847 | cache_file=$ac_optarg ;; |
|---|
| 848 | |
|---|
| 849 | --config-cache | -C) |
|---|
| 850 | cache_file=config.cache ;; |
|---|
| 851 | |
|---|
| 852 | -datadir | --datadir | --datadi | --datad) |
|---|
| 853 | ac_prev=datadir ;; |
|---|
| 854 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
|---|
| 855 | datadir=$ac_optarg ;; |
|---|
| 856 | |
|---|
| 857 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
|---|
| 858 | | --dataroo | --dataro | --datar) |
|---|
| 859 | ac_prev=datarootdir ;; |
|---|
| 860 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
|---|
| 861 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
|---|
| 862 | datarootdir=$ac_optarg ;; |
|---|
| 863 | |
|---|
| 864 | -disable-* | --disable-*) |
|---|
| 865 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
|---|
| 866 | # Reject names that are not valid shell variable names. |
|---|
| 867 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|---|
| 868 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
|---|
| 869 | { (exit 1); exit 1; }; } |
|---|
| 870 | ac_useropt_orig=$ac_useropt |
|---|
| 871 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|---|
| 872 | case $ac_user_opts in |
|---|
| 873 | *" |
|---|
| 874 | "enable_$ac_useropt" |
|---|
| 875 | "*) ;; |
|---|
| 876 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" |
|---|
| 877 | ac_unrecognized_sep=', ';; |
|---|
| 878 | esac |
|---|
| 879 | eval enable_$ac_useropt=no ;; |
|---|
| 880 | |
|---|
| 881 | -docdir | --docdir | --docdi | --doc | --do) |
|---|
| 882 | ac_prev=docdir ;; |
|---|
| 883 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
|---|
| 884 | docdir=$ac_optarg ;; |
|---|
| 885 | |
|---|
| 886 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
|---|
| 887 | ac_prev=dvidir ;; |
|---|
| 888 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
|---|
| 889 | dvidir=$ac_optarg ;; |
|---|
| 890 | |
|---|
| 891 | -enable-* | --enable-*) |
|---|
| 892 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
|---|
| 893 | # Reject names that are not valid shell variable names. |
|---|
| 894 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|---|
| 895 | { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 |
|---|
| 896 | { (exit 1); exit 1; }; } |
|---|
| 897 | ac_useropt_orig=$ac_useropt |
|---|
| 898 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|---|
| 899 | case $ac_user_opts in |
|---|
| 900 | *" |
|---|
| 901 | "enable_$ac_useropt" |
|---|
| 902 | "*) ;; |
|---|
| 903 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" |
|---|
| 904 | ac_unrecognized_sep=', ';; |
|---|
| 905 | esac |
|---|
| 906 | eval enable_$ac_useropt=\$ac_optarg ;; |
|---|
| 907 | |
|---|
| 908 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
|---|
| 909 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
|---|
| 910 | | --exec | --exe | --ex) |
|---|
| 911 | ac_prev=exec_prefix ;; |
|---|
| 912 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
|---|
| 913 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
|---|
| 914 | | --exec=* | --exe=* | --ex=*) |
|---|
| 915 | exec_prefix=$ac_optarg ;; |
|---|
| 916 | |
|---|
| 917 | -gas | --gas | --ga | --g) |
|---|
| 918 | # Obsolete; use --with-gas. |
|---|
| 919 | with_gas=yes ;; |
|---|
| 920 | |
|---|
| 921 | -help | --help | --hel | --he | -h) |
|---|
| 922 | ac_init_help=long ;; |
|---|
| 923 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) |
|---|
| 924 | ac_init_help=recursive ;; |
|---|
| 925 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) |
|---|
| 926 | ac_init_help=short ;; |
|---|
| 927 | |
|---|
| 928 | -host | --host | --hos | --ho) |
|---|
| 929 | ac_prev=host_alias ;; |
|---|
| 930 | -host=* | --host=* | --hos=* | --ho=*) |
|---|
| 931 | host_alias=$ac_optarg ;; |
|---|
| 932 | |
|---|
| 933 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
|---|
| 934 | ac_prev=htmldir ;; |
|---|
| 935 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
|---|
| 936 | | --ht=*) |
|---|
| 937 | htmldir=$ac_optarg ;; |
|---|
| 938 | |
|---|
| 939 | -includedir | --includedir | --includedi | --included | --include \ |
|---|
| 940 | | --includ | --inclu | --incl | --inc) |
|---|
| 941 | ac_prev=includedir ;; |
|---|
| 942 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
|---|
| 943 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
|---|
| 944 | includedir=$ac_optarg ;; |
|---|
| 945 | |
|---|
| 946 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
|---|
| 947 | ac_prev=infodir ;; |
|---|
| 948 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
|---|
| 949 | infodir=$ac_optarg ;; |
|---|
| 950 | |
|---|
| 951 | -libdir | --libdir | --libdi | --libd) |
|---|
| 952 | ac_prev=libdir ;; |
|---|
| 953 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
|---|
| 954 | libdir=$ac_optarg ;; |
|---|
| 955 | |
|---|
| 956 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
|---|
| 957 | | --libexe | --libex | --libe) |
|---|
| 958 | ac_prev=libexecdir ;; |
|---|
| 959 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
|---|
| 960 | | --libexe=* | --libex=* | --libe=*) |
|---|
| 961 | libexecdir=$ac_optarg ;; |
|---|
| 962 | |
|---|
| 963 | -localedir | --localedir | --localedi | --localed | --locale) |
|---|
| 964 | ac_prev=localedir ;; |
|---|
| 965 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
|---|
| 966 | localedir=$ac_optarg ;; |
|---|
| 967 | |
|---|
| 968 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
|---|
| 969 | | --localstate | --localstat | --localsta | --localst | --locals) |
|---|
| 970 | ac_prev=localstatedir ;; |
|---|
| 971 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
|---|
| 972 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
|---|
| 973 | localstatedir=$ac_optarg ;; |
|---|
| 974 | |
|---|
| 975 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
|---|
| 976 | ac_prev=mandir ;; |
|---|
| 977 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
|---|
| 978 | mandir=$ac_optarg ;; |
|---|
| 979 | |
|---|
| 980 | -nfp | --nfp | --nf) |
|---|
| 981 | # Obsolete; use --without-fp. |
|---|
| 982 | with_fp=no ;; |
|---|
| 983 | |
|---|
| 984 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
|---|
| 985 | | --no-cr | --no-c | -n) |
|---|
| 986 | no_create=yes ;; |
|---|
| 987 | |
|---|
| 988 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
|---|
| 989 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
|---|
| 990 | no_recursion=yes ;; |
|---|
| 991 | |
|---|
| 992 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
|---|
| 993 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
|---|
| 994 | | --oldin | --oldi | --old | --ol | --o) |
|---|
| 995 | ac_prev=oldincludedir ;; |
|---|
| 996 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
|---|
| 997 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
|---|
| 998 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
|---|
| 999 | oldincludedir=$ac_optarg ;; |
|---|
| 1000 | |
|---|
| 1001 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
|---|
| 1002 | ac_prev=prefix ;; |
|---|
| 1003 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
|---|
| 1004 | prefix=$ac_optarg ;; |
|---|
| 1005 | |
|---|
| 1006 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
|---|
| 1007 | | --program-pre | --program-pr | --program-p) |
|---|
| 1008 | ac_prev=program_prefix ;; |
|---|
| 1009 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
|---|
| 1010 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
|---|
| 1011 | program_prefix=$ac_optarg ;; |
|---|
| 1012 | |
|---|
| 1013 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
|---|
| 1014 | | --program-suf | --program-su | --program-s) |
|---|
| 1015 | ac_prev=program_suffix ;; |
|---|
| 1016 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
|---|
| 1017 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
|---|
| 1018 | program_suffix=$ac_optarg ;; |
|---|
| 1019 | |
|---|
| 1020 | -program-transform-name | --program-transform-name \ |
|---|
| 1021 | | --program-transform-nam | --program-transform-na \ |
|---|
| 1022 | | --program-transform-n | --program-transform- \ |
|---|
| 1023 | | --program-transform | --program-transfor \ |
|---|
| 1024 | | --program-transfo | --program-transf \ |
|---|
| 1025 | | --program-trans | --program-tran \ |
|---|
| 1026 | | --progr-tra | --program-tr | --program-t) |
|---|
| 1027 | ac_prev=program_transform_name ;; |
|---|
| 1028 | -program-transform-name=* | --program-transform-name=* \ |
|---|
| 1029 | | --program-transform-nam=* | --program-transform-na=* \ |
|---|
| 1030 | | --program-transform-n=* | --program-transform-=* \ |
|---|
| 1031 | | --program-transform=* | --program-transfor=* \ |
|---|
| 1032 | | --program-transfo=* | --program-transf=* \ |
|---|
| 1033 | | --program-trans=* | --program-tran=* \ |
|---|
| 1034 | | --progr-tra=* | --program-tr=* | --program-t=*) |
|---|
| 1035 | program_transform_name=$ac_optarg ;; |
|---|
| 1036 | |
|---|
| 1037 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
|---|
| 1038 | ac_prev=pdfdir ;; |
|---|
| 1039 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
|---|
| 1040 | pdfdir=$ac_optarg ;; |
|---|
| 1041 | |
|---|
| 1042 | -psdir | --psdir | --psdi | --psd | --ps) |
|---|
| 1043 | ac_prev=psdir ;; |
|---|
| 1044 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
|---|
| 1045 | psdir=$ac_optarg ;; |
|---|
| 1046 | |
|---|
| 1047 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 1048 | | -silent | --silent | --silen | --sile | --sil) |
|---|
| 1049 | silent=yes ;; |
|---|
| 1050 | |
|---|
| 1051 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
|---|
| 1052 | ac_prev=sbindir ;; |
|---|
| 1053 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|---|
| 1054 | | --sbi=* | --sb=*) |
|---|
| 1055 | sbindir=$ac_optarg ;; |
|---|
| 1056 | |
|---|
| 1057 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
|---|
| 1058 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
|---|
| 1059 | | --sharedst | --shareds | --shared | --share | --shar \ |
|---|
| 1060 | | --sha | --sh) |
|---|
| 1061 | ac_prev=sharedstatedir ;; |
|---|
| 1062 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
|---|
| 1063 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
|---|
| 1064 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
|---|
| 1065 | | --sha=* | --sh=*) |
|---|
| 1066 | sharedstatedir=$ac_optarg ;; |
|---|
| 1067 | |
|---|
| 1068 | -site | --site | --sit) |
|---|
| 1069 | ac_prev=site ;; |
|---|
| 1070 | -site=* | --site=* | --sit=*) |
|---|
| 1071 | site=$ac_optarg ;; |
|---|
| 1072 | |
|---|
| 1073 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
|---|
| 1074 | ac_prev=srcdir ;; |
|---|
| 1075 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
|---|
| 1076 | srcdir=$ac_optarg ;; |
|---|
| 1077 | |
|---|
| 1078 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
|---|
| 1079 | | --syscon | --sysco | --sysc | --sys | --sy) |
|---|
| 1080 | ac_prev=sysconfdir ;; |
|---|
| 1081 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
|---|
| 1082 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
|---|
| 1083 | sysconfdir=$ac_optarg ;; |
|---|
| 1084 | |
|---|
| 1085 | -target | --target | --targe | --targ | --tar | --ta | --t) |
|---|
| 1086 | ac_prev=target_alias ;; |
|---|
| 1087 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
|---|
| 1088 | target_alias=$ac_optarg ;; |
|---|
| 1089 | |
|---|
| 1090 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
|---|
| 1091 | verbose=yes ;; |
|---|
| 1092 | |
|---|
| 1093 | -version | --version | --versio | --versi | --vers | -V) |
|---|
| 1094 | ac_init_version=: ;; |
|---|
| 1095 | |
|---|
| 1096 | -with-* | --with-*) |
|---|
| 1097 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
|---|
| 1098 | # Reject names that are not valid shell variable names. |
|---|
| 1099 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|---|
| 1100 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
|---|
| 1101 | { (exit 1); exit 1; }; } |
|---|
| 1102 | ac_useropt_orig=$ac_useropt |
|---|
| 1103 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|---|
| 1104 | case $ac_user_opts in |
|---|
| 1105 | *" |
|---|
| 1106 | "with_$ac_useropt" |
|---|
| 1107 | "*) ;; |
|---|
| 1108 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" |
|---|
| 1109 | ac_unrecognized_sep=', ';; |
|---|
| 1110 | esac |
|---|
| 1111 | eval with_$ac_useropt=\$ac_optarg ;; |
|---|
| 1112 | |
|---|
| 1113 | -without-* | --without-*) |
|---|
| 1114 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
|---|
| 1115 | # Reject names that are not valid shell variable names. |
|---|
| 1116 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
|---|
| 1117 | { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 |
|---|
| 1118 | { (exit 1); exit 1; }; } |
|---|
| 1119 | ac_useropt_orig=$ac_useropt |
|---|
| 1120 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
|---|
| 1121 | case $ac_user_opts in |
|---|
| 1122 | *" |
|---|
| 1123 | "with_$ac_useropt" |
|---|
| 1124 | "*) ;; |
|---|
| 1125 | *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" |
|---|
| 1126 | ac_unrecognized_sep=', ';; |
|---|
| 1127 | esac |
|---|
| 1128 | eval with_$ac_useropt=no ;; |
|---|
| 1129 | |
|---|
| 1130 | --x) |
|---|
| 1131 | # Obsolete; use --with-x. |
|---|
| 1132 | with_x=yes ;; |
|---|
| 1133 | |
|---|
| 1134 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
|---|
| 1135 | | --x-incl | --x-inc | --x-in | --x-i) |
|---|
| 1136 | ac_prev=x_includes ;; |
|---|
| 1137 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
|---|
| 1138 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
|---|
| 1139 | x_includes=$ac_optarg ;; |
|---|
| 1140 | |
|---|
| 1141 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
|---|
| 1142 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
|---|
| 1143 | ac_prev=x_libraries ;; |
|---|
| 1144 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
|---|
| 1145 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
|---|
| 1146 | x_libraries=$ac_optarg ;; |
|---|
| 1147 | |
|---|
| 1148 | -*) { $as_echo "$as_me: error: unrecognized option: $ac_option |
|---|
| 1149 | Try \`$0 --help' for more information." >&2 |
|---|
| 1150 | { (exit 1); exit 1; }; } |
|---|
| 1151 | ;; |
|---|
| 1152 | |
|---|
| 1153 | *=*) |
|---|
| 1154 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
|---|
| 1155 | # Reject names that are not valid shell variable names. |
|---|
| 1156 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
|---|
| 1157 | { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
|---|
| 1158 | { (exit 1); exit 1; }; } |
|---|
| 1159 | eval $ac_envvar=\$ac_optarg |
|---|
| 1160 | export $ac_envvar ;; |
|---|
| 1161 | |
|---|
| 1162 | *) |
|---|
| 1163 | # FIXME: should be removed in autoconf 3.0. |
|---|
| 1164 | $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
|---|
| 1165 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|---|
| 1166 | $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
|---|
| 1167 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
|---|
| 1168 | ;; |
|---|
| 1169 | |
|---|
| 1170 | esac |
|---|
| 1171 | done |
|---|
| 1172 | |
|---|
| 1173 | if test -n "$ac_prev"; then |
|---|
| 1174 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
|---|
| 1175 | { $as_echo "$as_me: error: missing argument to $ac_option" >&2 |
|---|
| 1176 | { (exit 1); exit 1; }; } |
|---|
| 1177 | fi |
|---|
| 1178 | |
|---|
| 1179 | if test -n "$ac_unrecognized_opts"; then |
|---|
| 1180 | case $enable_option_checking in |
|---|
| 1181 | no) ;; |
|---|
| 1182 | fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 |
|---|
| 1183 | { (exit 1); exit 1; }; } ;; |
|---|
| 1184 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
|---|
| 1185 | esac |
|---|
| 1186 | fi |
|---|
| 1187 | |
|---|
| 1188 | # Check all directory arguments for consistency. |
|---|
| 1189 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
|---|
| 1190 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
|---|
| 1191 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
|---|
| 1192 | libdir localedir mandir |
|---|
| 1193 | do |
|---|
| 1194 | eval ac_val=\$$ac_var |
|---|
| 1195 | # Remove trailing slashes. |
|---|
| 1196 | case $ac_val in |
|---|
| 1197 | */ ) |
|---|
| 1198 | ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` |
|---|
| 1199 | eval $ac_var=\$ac_val;; |
|---|
| 1200 | esac |
|---|
| 1201 | # Be sure to have absolute directory names. |
|---|
| 1202 | case $ac_val in |
|---|
| 1203 | [\\/$]* | ?:[\\/]* ) continue;; |
|---|
| 1204 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
|---|
| 1205 | esac |
|---|
| 1206 | { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
|---|
| 1207 | { (exit 1); exit 1; }; } |
|---|
| 1208 | done |
|---|
| 1209 | |
|---|
| 1210 | # There might be people who depend on the old broken behavior: `$host' |
|---|
| 1211 | # used to hold the argument of --host etc. |
|---|
| 1212 | # FIXME: To remove some day. |
|---|
| 1213 | build=$build_alias |
|---|
| 1214 | host=$host_alias |
|---|
| 1215 | target=$target_alias |
|---|
| 1216 | |
|---|
| 1217 | # FIXME: To remove some day. |
|---|
| 1218 | if test "x$host_alias" != x; then |
|---|
| 1219 | if test "x$build_alias" = x; then |
|---|
| 1220 | cross_compiling=maybe |
|---|
| 1221 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
|---|
| 1222 | If a cross compiler is detected then cross compile mode will be used." >&2 |
|---|
| 1223 | elif test "x$build_alias" != "x$host_alias"; then |
|---|
| 1224 | cross_compiling=yes |
|---|
| 1225 | fi |
|---|
| 1226 | fi |
|---|
| 1227 | |
|---|
| 1228 | ac_tool_prefix= |
|---|
| 1229 | test -n "$host_alias" && ac_tool_prefix=$host_alias- |
|---|
| 1230 | |
|---|
| 1231 | test "$silent" = yes && exec 6>/dev/null |
|---|
| 1232 | |
|---|
| 1233 | |
|---|
| 1234 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
|---|
| 1235 | ac_ls_di=`ls -di .` && |
|---|
| 1236 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
|---|
| 1237 | { $as_echo "$as_me: error: working directory cannot be determined" >&2 |
|---|
| 1238 | { (exit 1); exit 1; }; } |
|---|
| 1239 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
|---|
| 1240 | { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 |
|---|
| 1241 | { (exit 1); exit 1; }; } |
|---|
| 1242 | |
|---|
| 1243 | |
|---|
| 1244 | # Find the source files, if location was not specified. |
|---|
| 1245 | if test -z "$srcdir"; then |
|---|
| 1246 | ac_srcdir_defaulted=yes |
|---|
| 1247 | # Try the directory containing this script, then the parent directory. |
|---|
| 1248 | ac_confdir=`$as_dirname -- "$as_myself" || |
|---|
| 1249 | $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1250 | X"$as_myself" : 'X\(//\)[^/]' \| \ |
|---|
| 1251 | X"$as_myself" : 'X\(//\)$' \| \ |
|---|
| 1252 | X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1253 | $as_echo X"$as_myself" | |
|---|
| 1254 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1255 | s//\1/ |
|---|
| 1256 | q |
|---|
| 1257 | } |
|---|
| 1258 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1259 | s//\1/ |
|---|
| 1260 | q |
|---|
| 1261 | } |
|---|
| 1262 | /^X\(\/\/\)$/{ |
|---|
| 1263 | s//\1/ |
|---|
| 1264 | q |
|---|
| 1265 | } |
|---|
| 1266 | /^X\(\/\).*/{ |
|---|
| 1267 | s//\1/ |
|---|
| 1268 | q |
|---|
| 1269 | } |
|---|
| 1270 | s/.*/./; q'` |
|---|
| 1271 | srcdir=$ac_confdir |
|---|
| 1272 | if test ! -r "$srcdir/$ac_unique_file"; then |
|---|
| 1273 | srcdir=.. |
|---|
| 1274 | fi |
|---|
| 1275 | else |
|---|
| 1276 | ac_srcdir_defaulted=no |
|---|
| 1277 | fi |
|---|
| 1278 | if test ! -r "$srcdir/$ac_unique_file"; then |
|---|
| 1279 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
|---|
| 1280 | { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
|---|
| 1281 | { (exit 1); exit 1; }; } |
|---|
| 1282 | fi |
|---|
| 1283 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
|---|
| 1284 | ac_abs_confdir=`( |
|---|
| 1285 | cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 |
|---|
| 1286 | { (exit 1); exit 1; }; } |
|---|
| 1287 | pwd)` |
|---|
| 1288 | # When building in place, set srcdir=. |
|---|
| 1289 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
|---|
| 1290 | srcdir=. |
|---|
| 1291 | fi |
|---|
| 1292 | # Remove unnecessary trailing slashes from srcdir. |
|---|
| 1293 | # Double slashes in file names in object file debugging info |
|---|
| 1294 | # mess up M-x gdb in Emacs. |
|---|
| 1295 | case $srcdir in |
|---|
| 1296 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
|---|
| 1297 | esac |
|---|
| 1298 | for ac_var in $ac_precious_vars; do |
|---|
| 1299 | eval ac_env_${ac_var}_set=\${${ac_var}+set} |
|---|
| 1300 | eval ac_env_${ac_var}_value=\$${ac_var} |
|---|
| 1301 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
|---|
| 1302 | eval ac_cv_env_${ac_var}_value=\$${ac_var} |
|---|
| 1303 | done |
|---|
| 1304 | |
|---|
| 1305 | # |
|---|
| 1306 | # Report the --help message. |
|---|
| 1307 | # |
|---|
| 1308 | if test "$ac_init_help" = "long"; then |
|---|
| 1309 | # Omit some internal or obsolete options to make the list less imposing. |
|---|
| 1310 | # This message is too long to be a string in the A/UX 3.1 sh. |
|---|
| 1311 | cat <<_ACEOF |
|---|
| 1312 | \`configure' configures Multipole 1.0.0 to adapt to many kinds of systems. |
|---|
| 1313 | |
|---|
| 1314 | Usage: $0 [OPTION]... [VAR=VALUE]... |
|---|
| 1315 | |
|---|
| 1316 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
|---|
| 1317 | VAR=VALUE. See below for descriptions of some of the useful variables. |
|---|
| 1318 | |
|---|
| 1319 | Defaults for the options are specified in brackets. |
|---|
| 1320 | |
|---|
| 1321 | Configuration: |
|---|
| 1322 | -h, --help display this help and exit |
|---|
| 1323 | --help=short display options specific to this package |
|---|
| 1324 | --help=recursive display the short help of all the included packages |
|---|
| 1325 | -V, --version display version information and exit |
|---|
| 1326 | -q, --quiet, --silent do not print \`checking...' messages |
|---|
| 1327 | --cache-file=FILE cache test results in FILE [disabled] |
|---|
| 1328 | -C, --config-cache alias for \`--cache-file=config.cache' |
|---|
| 1329 | -n, --no-create do not create output files |
|---|
| 1330 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
|---|
| 1331 | |
|---|
| 1332 | Installation directories: |
|---|
| 1333 | --prefix=PREFIX install architecture-independent files in PREFIX |
|---|
| 1334 | [$ac_default_prefix] |
|---|
| 1335 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
|---|
| 1336 | [PREFIX] |
|---|
| 1337 | |
|---|
| 1338 | By default, \`make install' will install all the files in |
|---|
| 1339 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
|---|
| 1340 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', |
|---|
| 1341 | for instance \`--prefix=\$HOME'. |
|---|
| 1342 | |
|---|
| 1343 | For better control, use the options below. |
|---|
| 1344 | |
|---|
| 1345 | Fine tuning of the installation directories: |
|---|
| 1346 | --bindir=DIR user executables [EPREFIX/bin] |
|---|
| 1347 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
|---|
| 1348 | --libexecdir=DIR program executables [EPREFIX/libexec] |
|---|
| 1349 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
|---|
| 1350 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
|---|
| 1351 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|---|
| 1352 | --libdir=DIR object code libraries [EPREFIX/lib] |
|---|
| 1353 | --includedir=DIR C header files [PREFIX/include] |
|---|
| 1354 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|---|
| 1355 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
|---|
| 1356 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
|---|
| 1357 | --infodir=DIR info documentation [DATAROOTDIR/info] |
|---|
| 1358 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
|---|
| 1359 | --mandir=DIR man documentation [DATAROOTDIR/man] |
|---|
| 1360 | --docdir=DIR documentation root [DATAROOTDIR/doc/Multipole] |
|---|
| 1361 | --htmldir=DIR html documentation [DOCDIR] |
|---|
| 1362 | --dvidir=DIR dvi documentation [DOCDIR] |
|---|
| 1363 | --pdfdir=DIR pdf documentation [DOCDIR] |
|---|
| 1364 | --psdir=DIR ps documentation [DOCDIR] |
|---|
| 1365 | _ACEOF |
|---|
| 1366 | |
|---|
| 1367 | cat <<\_ACEOF |
|---|
| 1368 | |
|---|
| 1369 | Program names: |
|---|
| 1370 | --program-prefix=PREFIX prepend PREFIX to installed program names |
|---|
| 1371 | --program-suffix=SUFFIX append SUFFIX to installed program names |
|---|
| 1372 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names |
|---|
| 1373 | |
|---|
| 1374 | System types: |
|---|
| 1375 | --build=BUILD configure for building on BUILD [guessed] |
|---|
| 1376 | --host=HOST cross-compile to build programs to run on HOST [BUILD] |
|---|
| 1377 | --target=TARGET configure for building compilers for TARGET [HOST] |
|---|
| 1378 | _ACEOF |
|---|
| 1379 | fi |
|---|
| 1380 | |
|---|
| 1381 | if test -n "$ac_init_help"; then |
|---|
| 1382 | case $ac_init_help in |
|---|
| 1383 | short | recursive ) echo "Configuration of Multipole 1.0.0:";; |
|---|
| 1384 | esac |
|---|
| 1385 | cat <<\_ACEOF |
|---|
| 1386 | |
|---|
| 1387 | Optional Features: |
|---|
| 1388 | --disable-option-checking ignore unrecognized --enable/--with options |
|---|
| 1389 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
|---|
| 1390 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
|---|
| 1391 | --disable-dependency-tracking speeds up one-time build |
|---|
| 1392 | --enable-dependency-tracking do not reject slow dependency extractors |
|---|
| 1393 | |
|---|
| 1394 | Some influential environment variables: |
|---|
| 1395 | CXX C++ compiler command |
|---|
| 1396 | CXXFLAGS C++ compiler flags |
|---|
| 1397 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
|---|
| 1398 | nonstandard directory <lib dir> |
|---|
| 1399 | LIBS libraries to pass to the linker, e.g. -l<library> |
|---|
| 1400 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
|---|
| 1401 | you have headers in a nonstandard directory <include dir> |
|---|
| 1402 | CC C compiler command |
|---|
| 1403 | CFLAGS C compiler flags |
|---|
| 1404 | CPP C preprocessor |
|---|
| 1405 | |
|---|
| 1406 | Use these variables to override the choices made by `configure' or to help |
|---|
| 1407 | it to find libraries and programs with nonstandard names/locations. |
|---|
| 1408 | |
|---|
| 1409 | Report bugs to <http://www.multipole.org>. |
|---|
| 1410 | _ACEOF |
|---|
| 1411 | ac_status=$? |
|---|
| 1412 | fi |
|---|
| 1413 | |
|---|
| 1414 | if test "$ac_init_help" = "recursive"; then |
|---|
| 1415 | # If there are subdirs, report their specific --help. |
|---|
| 1416 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
|---|
| 1417 | test -d "$ac_dir" || |
|---|
| 1418 | { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || |
|---|
| 1419 | continue |
|---|
| 1420 | ac_builddir=. |
|---|
| 1421 | |
|---|
| 1422 | case "$ac_dir" in |
|---|
| 1423 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1424 | *) |
|---|
| 1425 | ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` |
|---|
| 1426 | # A ".." for each directory in $ac_dir_suffix. |
|---|
| 1427 | ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` |
|---|
| 1428 | case $ac_top_builddir_sub in |
|---|
| 1429 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1430 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|---|
| 1431 | esac ;; |
|---|
| 1432 | esac |
|---|
| 1433 | ac_abs_top_builddir=$ac_pwd |
|---|
| 1434 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|---|
| 1435 | # for backward compatibility: |
|---|
| 1436 | ac_top_builddir=$ac_top_build_prefix |
|---|
| 1437 | |
|---|
| 1438 | case $srcdir in |
|---|
| 1439 | .) # We are building in place. |
|---|
| 1440 | ac_srcdir=. |
|---|
| 1441 | ac_top_srcdir=$ac_top_builddir_sub |
|---|
| 1442 | ac_abs_top_srcdir=$ac_pwd ;; |
|---|
| 1443 | [\\/]* | ?:[\\/]* ) # Absolute name. |
|---|
| 1444 | ac_srcdir=$srcdir$ac_dir_suffix; |
|---|
| 1445 | ac_top_srcdir=$srcdir |
|---|
| 1446 | ac_abs_top_srcdir=$srcdir ;; |
|---|
| 1447 | *) # Relative name. |
|---|
| 1448 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|---|
| 1449 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
|---|
| 1450 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
|---|
| 1451 | esac |
|---|
| 1452 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|---|
| 1453 | |
|---|
| 1454 | cd "$ac_dir" || { ac_status=$?; continue; } |
|---|
| 1455 | # Check for guested configure. |
|---|
| 1456 | if test -f "$ac_srcdir/configure.gnu"; then |
|---|
| 1457 | echo && |
|---|
| 1458 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
|---|
| 1459 | elif test -f "$ac_srcdir/configure"; then |
|---|
| 1460 | echo && |
|---|
| 1461 | $SHELL "$ac_srcdir/configure" --help=recursive |
|---|
| 1462 | else |
|---|
| 1463 | $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
|---|
| 1464 | fi || ac_status=$? |
|---|
| 1465 | cd "$ac_pwd" || { ac_status=$?; break; } |
|---|
| 1466 | done |
|---|
| 1467 | fi |
|---|
| 1468 | |
|---|
| 1469 | test -n "$ac_init_help" && exit $ac_status |
|---|
| 1470 | if $ac_init_version; then |
|---|
| 1471 | cat <<\_ACEOF |
|---|
| 1472 | Multipole configure 1.0.0 |
|---|
| 1473 | generated by GNU Autoconf 2.63 |
|---|
| 1474 | |
|---|
| 1475 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
|---|
| 1476 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
|---|
| 1477 | This configure script is free software; the Free Software Foundation |
|---|
| 1478 | gives unlimited permission to copy, distribute and modify it. |
|---|
| 1479 | _ACEOF |
|---|
| 1480 | exit |
|---|
| 1481 | fi |
|---|
| 1482 | cat >config.log <<_ACEOF |
|---|
| 1483 | This file contains any messages produced by compilers while |
|---|
| 1484 | running configure, to aid debugging if configure makes a mistake. |
|---|
| 1485 | |
|---|
| 1486 | It was created by Multipole $as_me 1.0.0, which was |
|---|
| 1487 | generated by GNU Autoconf 2.63. Invocation command line was |
|---|
| 1488 | |
|---|
| 1489 | $ $0 $@ |
|---|
| 1490 | |
|---|
| 1491 | _ACEOF |
|---|
| 1492 | exec 5>>config.log |
|---|
| 1493 | { |
|---|
| 1494 | cat <<_ASUNAME |
|---|
| 1495 | ## --------- ## |
|---|
| 1496 | ## Platform. ## |
|---|
| 1497 | ## --------- ## |
|---|
| 1498 | |
|---|
| 1499 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 1500 | uname -m = `(uname -m) 2>/dev/null || echo unknown` |
|---|
| 1501 | uname -r = `(uname -r) 2>/dev/null || echo unknown` |
|---|
| 1502 | uname -s = `(uname -s) 2>/dev/null || echo unknown` |
|---|
| 1503 | uname -v = `(uname -v) 2>/dev/null || echo unknown` |
|---|
| 1504 | |
|---|
| 1505 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
|---|
| 1506 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` |
|---|
| 1507 | |
|---|
| 1508 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
|---|
| 1509 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
|---|
| 1510 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
|---|
| 1511 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
|---|
| 1512 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
|---|
| 1513 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
|---|
| 1514 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
|---|
| 1515 | |
|---|
| 1516 | _ASUNAME |
|---|
| 1517 | |
|---|
| 1518 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 1519 | for as_dir in $PATH |
|---|
| 1520 | do |
|---|
| 1521 | IFS=$as_save_IFS |
|---|
| 1522 | test -z "$as_dir" && as_dir=. |
|---|
| 1523 | $as_echo "PATH: $as_dir" |
|---|
| 1524 | done |
|---|
| 1525 | IFS=$as_save_IFS |
|---|
| 1526 | |
|---|
| 1527 | } >&5 |
|---|
| 1528 | |
|---|
| 1529 | cat >&5 <<_ACEOF |
|---|
| 1530 | |
|---|
| 1531 | |
|---|
| 1532 | ## ----------- ## |
|---|
| 1533 | ## Core tests. ## |
|---|
| 1534 | ## ----------- ## |
|---|
| 1535 | |
|---|
| 1536 | _ACEOF |
|---|
| 1537 | |
|---|
| 1538 | |
|---|
| 1539 | # Keep a trace of the command line. |
|---|
| 1540 | # Strip out --no-create and --no-recursion so they do not pile up. |
|---|
| 1541 | # Strip out --silent because we don't want to record it for future runs. |
|---|
| 1542 | # Also quote any args containing shell meta-characters. |
|---|
| 1543 | # Make two passes to allow for proper duplicate-argument suppression. |
|---|
| 1544 | ac_configure_args= |
|---|
| 1545 | ac_configure_args0= |
|---|
| 1546 | ac_configure_args1= |
|---|
| 1547 | ac_must_keep_next=false |
|---|
| 1548 | for ac_pass in 1 2 |
|---|
| 1549 | do |
|---|
| 1550 | for ac_arg |
|---|
| 1551 | do |
|---|
| 1552 | case $ac_arg in |
|---|
| 1553 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
|---|
| 1554 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 1555 | | -silent | --silent | --silen | --sile | --sil) |
|---|
| 1556 | continue ;; |
|---|
| 1557 | *\'*) |
|---|
| 1558 | ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 1559 | esac |
|---|
| 1560 | case $ac_pass in |
|---|
| 1561 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
|---|
| 1562 | 2) |
|---|
| 1563 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" |
|---|
| 1564 | if test $ac_must_keep_next = true; then |
|---|
| 1565 | ac_must_keep_next=false # Got value, back to normal. |
|---|
| 1566 | else |
|---|
| 1567 | case $ac_arg in |
|---|
| 1568 | *=* | --config-cache | -C | -disable-* | --disable-* \ |
|---|
| 1569 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
|---|
| 1570 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
|---|
| 1571 | | -with-* | --with-* | -without-* | --without-* | --x) |
|---|
| 1572 | case "$ac_configure_args0 " in |
|---|
| 1573 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
|---|
| 1574 | esac |
|---|
| 1575 | ;; |
|---|
| 1576 | -* ) ac_must_keep_next=true ;; |
|---|
| 1577 | esac |
|---|
| 1578 | fi |
|---|
| 1579 | ac_configure_args="$ac_configure_args '$ac_arg'" |
|---|
| 1580 | ;; |
|---|
| 1581 | esac |
|---|
| 1582 | done |
|---|
| 1583 | done |
|---|
| 1584 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } |
|---|
| 1585 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } |
|---|
| 1586 | |
|---|
| 1587 | # When interrupted or exit'd, cleanup temporary files, and complete |
|---|
| 1588 | # config.log. We remove comments because anyway the quotes in there |
|---|
| 1589 | # would cause problems or look ugly. |
|---|
| 1590 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
|---|
| 1591 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
|---|
| 1592 | trap 'exit_status=$? |
|---|
| 1593 | # Save into config.log some information that might help in debugging. |
|---|
| 1594 | { |
|---|
| 1595 | echo |
|---|
| 1596 | |
|---|
| 1597 | cat <<\_ASBOX |
|---|
| 1598 | ## ---------------- ## |
|---|
| 1599 | ## Cache variables. ## |
|---|
| 1600 | ## ---------------- ## |
|---|
| 1601 | _ASBOX |
|---|
| 1602 | echo |
|---|
| 1603 | # The following way of writing the cache mishandles newlines in values, |
|---|
| 1604 | ( |
|---|
| 1605 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
|---|
| 1606 | eval ac_val=\$$ac_var |
|---|
| 1607 | case $ac_val in #( |
|---|
| 1608 | *${as_nl}*) |
|---|
| 1609 | case $ac_var in #( |
|---|
| 1610 | *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 |
|---|
| 1611 | $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
|---|
| 1612 | esac |
|---|
| 1613 | case $ac_var in #( |
|---|
| 1614 | _ | IFS | as_nl) ;; #( |
|---|
| 1615 | BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
|---|
| 1616 | *) $as_unset $ac_var ;; |
|---|
| 1617 | esac ;; |
|---|
| 1618 | esac |
|---|
| 1619 | done |
|---|
| 1620 | (set) 2>&1 | |
|---|
| 1621 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
|---|
| 1622 | *${as_nl}ac_space=\ *) |
|---|
| 1623 | sed -n \ |
|---|
| 1624 | "s/'\''/'\''\\\\'\'''\''/g; |
|---|
| 1625 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" |
|---|
| 1626 | ;; #( |
|---|
| 1627 | *) |
|---|
| 1628 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
|---|
| 1629 | ;; |
|---|
| 1630 | esac | |
|---|
| 1631 | sort |
|---|
| 1632 | ) |
|---|
| 1633 | echo |
|---|
| 1634 | |
|---|
| 1635 | cat <<\_ASBOX |
|---|
| 1636 | ## ----------------- ## |
|---|
| 1637 | ## Output variables. ## |
|---|
| 1638 | ## ----------------- ## |
|---|
| 1639 | _ASBOX |
|---|
| 1640 | echo |
|---|
| 1641 | for ac_var in $ac_subst_vars |
|---|
| 1642 | do |
|---|
| 1643 | eval ac_val=\$$ac_var |
|---|
| 1644 | case $ac_val in |
|---|
| 1645 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
|---|
| 1646 | esac |
|---|
| 1647 | $as_echo "$ac_var='\''$ac_val'\''" |
|---|
| 1648 | done | sort |
|---|
| 1649 | echo |
|---|
| 1650 | |
|---|
| 1651 | if test -n "$ac_subst_files"; then |
|---|
| 1652 | cat <<\_ASBOX |
|---|
| 1653 | ## ------------------- ## |
|---|
| 1654 | ## File substitutions. ## |
|---|
| 1655 | ## ------------------- ## |
|---|
| 1656 | _ASBOX |
|---|
| 1657 | echo |
|---|
| 1658 | for ac_var in $ac_subst_files |
|---|
| 1659 | do |
|---|
| 1660 | eval ac_val=\$$ac_var |
|---|
| 1661 | case $ac_val in |
|---|
| 1662 | *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
|---|
| 1663 | esac |
|---|
| 1664 | $as_echo "$ac_var='\''$ac_val'\''" |
|---|
| 1665 | done | sort |
|---|
| 1666 | echo |
|---|
| 1667 | fi |
|---|
| 1668 | |
|---|
| 1669 | if test -s confdefs.h; then |
|---|
| 1670 | cat <<\_ASBOX |
|---|
| 1671 | ## ----------- ## |
|---|
| 1672 | ## confdefs.h. ## |
|---|
| 1673 | ## ----------- ## |
|---|
| 1674 | _ASBOX |
|---|
| 1675 | echo |
|---|
| 1676 | cat confdefs.h |
|---|
| 1677 | echo |
|---|
| 1678 | fi |
|---|
| 1679 | test "$ac_signal" != 0 && |
|---|
| 1680 | $as_echo "$as_me: caught signal $ac_signal" |
|---|
| 1681 | $as_echo "$as_me: exit $exit_status" |
|---|
| 1682 | } >&5 |
|---|
| 1683 | rm -f core *.core core.conftest.* && |
|---|
| 1684 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
|---|
| 1685 | exit $exit_status |
|---|
| 1686 | ' 0 |
|---|
| 1687 | for ac_signal in 1 2 13 15; do |
|---|
| 1688 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal |
|---|
| 1689 | done |
|---|
| 1690 | ac_signal=0 |
|---|
| 1691 | |
|---|
| 1692 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
|---|
| 1693 | rm -f -r conftest* confdefs.h |
|---|
| 1694 | |
|---|
| 1695 | # Predefined preprocessor variables. |
|---|
| 1696 | |
|---|
| 1697 | cat >>confdefs.h <<_ACEOF |
|---|
| 1698 | #define PACKAGE_NAME "$PACKAGE_NAME" |
|---|
| 1699 | _ACEOF |
|---|
| 1700 | |
|---|
| 1701 | |
|---|
| 1702 | cat >>confdefs.h <<_ACEOF |
|---|
| 1703 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" |
|---|
| 1704 | _ACEOF |
|---|
| 1705 | |
|---|
| 1706 | |
|---|
| 1707 | cat >>confdefs.h <<_ACEOF |
|---|
| 1708 | #define PACKAGE_VERSION "$PACKAGE_VERSION" |
|---|
| 1709 | _ACEOF |
|---|
| 1710 | |
|---|
| 1711 | |
|---|
| 1712 | cat >>confdefs.h <<_ACEOF |
|---|
| 1713 | #define PACKAGE_STRING "$PACKAGE_STRING" |
|---|
| 1714 | _ACEOF |
|---|
| 1715 | |
|---|
| 1716 | |
|---|
| 1717 | cat >>confdefs.h <<_ACEOF |
|---|
| 1718 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
|---|
| 1719 | _ACEOF |
|---|
| 1720 | |
|---|
| 1721 | |
|---|
| 1722 | # Let the site file select an alternate cache file if it wants to. |
|---|
| 1723 | # Prefer an explicitly selected file to automatically selected ones. |
|---|
| 1724 | ac_site_file1=NONE |
|---|
| 1725 | ac_site_file2=NONE |
|---|
| 1726 | if test -n "$CONFIG_SITE"; then |
|---|
| 1727 | ac_site_file1=$CONFIG_SITE |
|---|
| 1728 | elif test "x$prefix" != xNONE; then |
|---|
| 1729 | ac_site_file1=$prefix/share/config.site |
|---|
| 1730 | ac_site_file2=$prefix/etc/config.site |
|---|
| 1731 | else |
|---|
| 1732 | ac_site_file1=$ac_default_prefix/share/config.site |
|---|
| 1733 | ac_site_file2=$ac_default_prefix/etc/config.site |
|---|
| 1734 | fi |
|---|
| 1735 | for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
|---|
| 1736 | do |
|---|
| 1737 | test "x$ac_site_file" = xNONE && continue |
|---|
| 1738 | if test -r "$ac_site_file"; then |
|---|
| 1739 | { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
|---|
| 1740 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
|---|
| 1741 | sed 's/^/| /' "$ac_site_file" >&5 |
|---|
| 1742 | . "$ac_site_file" |
|---|
| 1743 | fi |
|---|
| 1744 | done |
|---|
| 1745 | |
|---|
| 1746 | if test -r "$cache_file"; then |
|---|
| 1747 | # Some versions of bash will fail to source /dev/null (special |
|---|
| 1748 | # files actually), so we avoid doing that. |
|---|
| 1749 | if test -f "$cache_file"; then |
|---|
| 1750 | { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
|---|
| 1751 | $as_echo "$as_me: loading cache $cache_file" >&6;} |
|---|
| 1752 | case $cache_file in |
|---|
| 1753 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
|---|
| 1754 | *) . "./$cache_file";; |
|---|
| 1755 | esac |
|---|
| 1756 | fi |
|---|
| 1757 | else |
|---|
| 1758 | { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
|---|
| 1759 | $as_echo "$as_me: creating cache $cache_file" >&6;} |
|---|
| 1760 | >$cache_file |
|---|
| 1761 | fi |
|---|
| 1762 | |
|---|
| 1763 | # Check that the precious variables saved in the cache have kept the same |
|---|
| 1764 | # value. |
|---|
| 1765 | ac_cache_corrupted=false |
|---|
| 1766 | for ac_var in $ac_precious_vars; do |
|---|
| 1767 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
|---|
| 1768 | eval ac_new_set=\$ac_env_${ac_var}_set |
|---|
| 1769 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
|---|
| 1770 | eval ac_new_val=\$ac_env_${ac_var}_value |
|---|
| 1771 | case $ac_old_set,$ac_new_set in |
|---|
| 1772 | set,) |
|---|
| 1773 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
|---|
| 1774 | $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
|---|
| 1775 | ac_cache_corrupted=: ;; |
|---|
| 1776 | ,set) |
|---|
| 1777 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
|---|
| 1778 | $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
|---|
| 1779 | ac_cache_corrupted=: ;; |
|---|
| 1780 | ,);; |
|---|
| 1781 | *) |
|---|
| 1782 | if test "x$ac_old_val" != "x$ac_new_val"; then |
|---|
| 1783 | # differences in whitespace do not lead to failure. |
|---|
| 1784 | ac_old_val_w=`echo x $ac_old_val` |
|---|
| 1785 | ac_new_val_w=`echo x $ac_new_val` |
|---|
| 1786 | if test "$ac_old_val_w" != "$ac_new_val_w"; then |
|---|
| 1787 | { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
|---|
| 1788 | $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
|---|
| 1789 | ac_cache_corrupted=: |
|---|
| 1790 | else |
|---|
| 1791 | { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 |
|---|
| 1792 | $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} |
|---|
| 1793 | eval $ac_var=\$ac_old_val |
|---|
| 1794 | fi |
|---|
| 1795 | { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 |
|---|
| 1796 | $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} |
|---|
| 1797 | { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 |
|---|
| 1798 | $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} |
|---|
| 1799 | fi;; |
|---|
| 1800 | esac |
|---|
| 1801 | # Pass precious variables to config.status. |
|---|
| 1802 | if test "$ac_new_set" = set; then |
|---|
| 1803 | case $ac_new_val in |
|---|
| 1804 | *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
|---|
| 1805 | *) ac_arg=$ac_var=$ac_new_val ;; |
|---|
| 1806 | esac |
|---|
| 1807 | case " $ac_configure_args " in |
|---|
| 1808 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
|---|
| 1809 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
|---|
| 1810 | esac |
|---|
| 1811 | fi |
|---|
| 1812 | done |
|---|
| 1813 | if $ac_cache_corrupted; then |
|---|
| 1814 | { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|---|
| 1815 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|---|
| 1816 | { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
|---|
| 1817 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
|---|
| 1818 | { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
|---|
| 1819 | $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
|---|
| 1820 | { (exit 1); exit 1; }; } |
|---|
| 1821 | fi |
|---|
| 1822 | |
|---|
| 1823 | |
|---|
| 1824 | |
|---|
| 1825 | |
|---|
| 1826 | |
|---|
| 1827 | |
|---|
| 1828 | |
|---|
| 1829 | |
|---|
| 1830 | |
|---|
| 1831 | |
|---|
| 1832 | |
|---|
| 1833 | |
|---|
| 1834 | |
|---|
| 1835 | |
|---|
| 1836 | |
|---|
| 1837 | |
|---|
| 1838 | |
|---|
| 1839 | |
|---|
| 1840 | |
|---|
| 1841 | |
|---|
| 1842 | |
|---|
| 1843 | |
|---|
| 1844 | |
|---|
| 1845 | |
|---|
| 1846 | |
|---|
| 1847 | ac_ext=c |
|---|
| 1848 | ac_cpp='$CPP $CPPFLAGS' |
|---|
| 1849 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|---|
| 1850 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|---|
| 1851 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|---|
| 1852 | |
|---|
| 1853 | |
|---|
| 1854 | |
|---|
| 1855 | ac_config_headers="$ac_config_headers config/config.h" |
|---|
| 1856 | |
|---|
| 1857 | |
|---|
| 1858 | ac_aux_dir= |
|---|
| 1859 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
|---|
| 1860 | if test -f "$ac_dir/install-sh"; then |
|---|
| 1861 | ac_aux_dir=$ac_dir |
|---|
| 1862 | ac_install_sh="$ac_aux_dir/install-sh -c" |
|---|
| 1863 | break |
|---|
| 1864 | elif test -f "$ac_dir/install.sh"; then |
|---|
| 1865 | ac_aux_dir=$ac_dir |
|---|
| 1866 | ac_install_sh="$ac_aux_dir/install.sh -c" |
|---|
| 1867 | break |
|---|
| 1868 | elif test -f "$ac_dir/shtool"; then |
|---|
| 1869 | ac_aux_dir=$ac_dir |
|---|
| 1870 | ac_install_sh="$ac_aux_dir/shtool install -c" |
|---|
| 1871 | break |
|---|
| 1872 | fi |
|---|
| 1873 | done |
|---|
| 1874 | if test -z "$ac_aux_dir"; then |
|---|
| 1875 | { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 |
|---|
| 1876 | $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} |
|---|
| 1877 | { (exit 1); exit 1; }; } |
|---|
| 1878 | fi |
|---|
| 1879 | |
|---|
| 1880 | # These three variables are undocumented and unsupported, |
|---|
| 1881 | # and are intended to be withdrawn in a future Autoconf release. |
|---|
| 1882 | # They can cause serious problems if a builder's source tree is in a directory |
|---|
| 1883 | # whose full name contains unusual characters. |
|---|
| 1884 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
|---|
| 1885 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
|---|
| 1886 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
|---|
| 1887 | |
|---|
| 1888 | |
|---|
| 1889 | # Make sure we can run config.sub. |
|---|
| 1890 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
|---|
| 1891 | { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
|---|
| 1892 | $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
|---|
| 1893 | { (exit 1); exit 1; }; } |
|---|
| 1894 | |
|---|
| 1895 | { $as_echo "$as_me:$LINENO: checking build system type" >&5 |
|---|
| 1896 | $as_echo_n "checking build system type... " >&6; } |
|---|
| 1897 | if test "${ac_cv_build+set}" = set; then |
|---|
| 1898 | $as_echo_n "(cached) " >&6 |
|---|
| 1899 | else |
|---|
| 1900 | ac_build_alias=$build_alias |
|---|
| 1901 | test "x$ac_build_alias" = x && |
|---|
| 1902 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
|---|
| 1903 | test "x$ac_build_alias" = x && |
|---|
| 1904 | { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
|---|
| 1905 | $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
|---|
| 1906 | { (exit 1); exit 1; }; } |
|---|
| 1907 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
|---|
| 1908 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
|---|
| 1909 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
|---|
| 1910 | { (exit 1); exit 1; }; } |
|---|
| 1911 | |
|---|
| 1912 | fi |
|---|
| 1913 | { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
|---|
| 1914 | $as_echo "$ac_cv_build" >&6; } |
|---|
| 1915 | case $ac_cv_build in |
|---|
| 1916 | *-*-*) ;; |
|---|
| 1917 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
|---|
| 1918 | $as_echo "$as_me: error: invalid value of canonical build" >&2;} |
|---|
| 1919 | { (exit 1); exit 1; }; };; |
|---|
| 1920 | esac |
|---|
| 1921 | build=$ac_cv_build |
|---|
| 1922 | ac_save_IFS=$IFS; IFS='-' |
|---|
| 1923 | set x $ac_cv_build |
|---|
| 1924 | shift |
|---|
| 1925 | build_cpu=$1 |
|---|
| 1926 | build_vendor=$2 |
|---|
| 1927 | shift; shift |
|---|
| 1928 | # Remember, the first character of IFS is used to create $*, |
|---|
| 1929 | # except with old shells: |
|---|
| 1930 | build_os=$* |
|---|
| 1931 | IFS=$ac_save_IFS |
|---|
| 1932 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
|---|
| 1933 | |
|---|
| 1934 | |
|---|
| 1935 | { $as_echo "$as_me:$LINENO: checking host system type" >&5 |
|---|
| 1936 | $as_echo_n "checking host system type... " >&6; } |
|---|
| 1937 | if test "${ac_cv_host+set}" = set; then |
|---|
| 1938 | $as_echo_n "(cached) " >&6 |
|---|
| 1939 | else |
|---|
| 1940 | if test "x$host_alias" = x; then |
|---|
| 1941 | ac_cv_host=$ac_cv_build |
|---|
| 1942 | else |
|---|
| 1943 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
|---|
| 1944 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
|---|
| 1945 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
|---|
| 1946 | { (exit 1); exit 1; }; } |
|---|
| 1947 | fi |
|---|
| 1948 | |
|---|
| 1949 | fi |
|---|
| 1950 | { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
|---|
| 1951 | $as_echo "$ac_cv_host" >&6; } |
|---|
| 1952 | case $ac_cv_host in |
|---|
| 1953 | *-*-*) ;; |
|---|
| 1954 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
|---|
| 1955 | $as_echo "$as_me: error: invalid value of canonical host" >&2;} |
|---|
| 1956 | { (exit 1); exit 1; }; };; |
|---|
| 1957 | esac |
|---|
| 1958 | host=$ac_cv_host |
|---|
| 1959 | ac_save_IFS=$IFS; IFS='-' |
|---|
| 1960 | set x $ac_cv_host |
|---|
| 1961 | shift |
|---|
| 1962 | host_cpu=$1 |
|---|
| 1963 | host_vendor=$2 |
|---|
| 1964 | shift; shift |
|---|
| 1965 | # Remember, the first character of IFS is used to create $*, |
|---|
| 1966 | # except with old shells: |
|---|
| 1967 | host_os=$* |
|---|
| 1968 | IFS=$ac_save_IFS |
|---|
| 1969 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
|---|
| 1970 | |
|---|
| 1971 | |
|---|
| 1972 | { $as_echo "$as_me:$LINENO: checking target system type" >&5 |
|---|
| 1973 | $as_echo_n "checking target system type... " >&6; } |
|---|
| 1974 | if test "${ac_cv_target+set}" = set; then |
|---|
| 1975 | $as_echo_n "(cached) " >&6 |
|---|
| 1976 | else |
|---|
| 1977 | if test "x$target_alias" = x; then |
|---|
| 1978 | ac_cv_target=$ac_cv_host |
|---|
| 1979 | else |
|---|
| 1980 | ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || |
|---|
| 1981 | { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 |
|---|
| 1982 | $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} |
|---|
| 1983 | { (exit 1); exit 1; }; } |
|---|
| 1984 | fi |
|---|
| 1985 | |
|---|
| 1986 | fi |
|---|
| 1987 | { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 |
|---|
| 1988 | $as_echo "$ac_cv_target" >&6; } |
|---|
| 1989 | case $ac_cv_target in |
|---|
| 1990 | *-*-*) ;; |
|---|
| 1991 | *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 |
|---|
| 1992 | $as_echo "$as_me: error: invalid value of canonical target" >&2;} |
|---|
| 1993 | { (exit 1); exit 1; }; };; |
|---|
| 1994 | esac |
|---|
| 1995 | target=$ac_cv_target |
|---|
| 1996 | ac_save_IFS=$IFS; IFS='-' |
|---|
| 1997 | set x $ac_cv_target |
|---|
| 1998 | shift |
|---|
| 1999 | target_cpu=$1 |
|---|
| 2000 | target_vendor=$2 |
|---|
| 2001 | shift; shift |
|---|
| 2002 | # Remember, the first character of IFS is used to create $*, |
|---|
| 2003 | # except with old shells: |
|---|
| 2004 | target_os=$* |
|---|
| 2005 | IFS=$ac_save_IFS |
|---|
| 2006 | case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac |
|---|
| 2007 | |
|---|
| 2008 | |
|---|
| 2009 | # The aliases save the names the user supplied, while $host etc. |
|---|
| 2010 | # will get canonicalized. |
|---|
| 2011 | test -n "$target_alias" && |
|---|
| 2012 | test "$program_prefix$program_suffix$program_transform_name" = \ |
|---|
| 2013 | NONENONEs,x,x, && |
|---|
| 2014 | program_prefix=${target_alias}- |
|---|
| 2015 | |
|---|
| 2016 | # Ensure that make can run correctly |
|---|
| 2017 | { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
|---|
| 2018 | $as_echo_n "checking whether build environment is sane... " >&6; } |
|---|
| 2019 | # Just in case |
|---|
| 2020 | sleep 1 |
|---|
| 2021 | echo timestamp > conftest.file |
|---|
| 2022 | # Reject unsafe characters in $srcdir or the absolute working directory |
|---|
| 2023 | # name. Accept space and tab only in the latter. |
|---|
| 2024 | am_lf=' |
|---|
| 2025 | ' |
|---|
| 2026 | case `pwd` in |
|---|
| 2027 | *[\\\"\#\$\&\'\`$am_lf]*) |
|---|
| 2028 | { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 |
|---|
| 2029 | $as_echo "$as_me: error: unsafe absolute working directory name" >&2;} |
|---|
| 2030 | { (exit 1); exit 1; }; };; |
|---|
| 2031 | esac |
|---|
| 2032 | case $srcdir in |
|---|
| 2033 | *[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
|---|
| 2034 | { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 |
|---|
| 2035 | $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} |
|---|
| 2036 | { (exit 1); exit 1; }; };; |
|---|
| 2037 | esac |
|---|
| 2038 | |
|---|
| 2039 | # Do `set' in a subshell so we don't clobber the current shell's |
|---|
| 2040 | # arguments. Must try -L first in case configure is actually a |
|---|
| 2041 | # symlink; some systems play weird games with the mod time of symlinks |
|---|
| 2042 | # (eg FreeBSD returns the mod time of the symlink's containing |
|---|
| 2043 | # directory). |
|---|
| 2044 | if ( |
|---|
| 2045 | set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
|---|
| 2046 | if test "$*" = "X"; then |
|---|
| 2047 | # -L didn't work. |
|---|
| 2048 | set X `ls -t "$srcdir/configure" conftest.file` |
|---|
| 2049 | fi |
|---|
| 2050 | rm -f conftest.file |
|---|
| 2051 | if test "$*" != "X $srcdir/configure conftest.file" \ |
|---|
| 2052 | && test "$*" != "X conftest.file $srcdir/configure"; then |
|---|
| 2053 | |
|---|
| 2054 | # If neither matched, then we have a broken ls. This can happen |
|---|
| 2055 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
|---|
| 2056 | # broken ls alias from the environment. This has actually |
|---|
| 2057 | # happened. Such a system could not be considered "sane". |
|---|
| 2058 | { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
|---|
| 2059 | alias in your environment" >&5 |
|---|
| 2060 | $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken |
|---|
| 2061 | alias in your environment" >&2;} |
|---|
| 2062 | { (exit 1); exit 1; }; } |
|---|
| 2063 | fi |
|---|
| 2064 | |
|---|
| 2065 | test "$2" = conftest.file |
|---|
| 2066 | ) |
|---|
| 2067 | then |
|---|
| 2068 | # Ok. |
|---|
| 2069 | : |
|---|
| 2070 | else |
|---|
| 2071 | { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
|---|
| 2072 | Check your system clock" >&5 |
|---|
| 2073 | $as_echo "$as_me: error: newly created file is older than distributed files! |
|---|
| 2074 | Check your system clock" >&2;} |
|---|
| 2075 | { (exit 1); exit 1; }; } |
|---|
| 2076 | fi |
|---|
| 2077 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
|---|
| 2078 | $as_echo "yes" >&6; } |
|---|
| 2079 | |
|---|
| 2080 | am__api_version='1.11' |
|---|
| 2081 | |
|---|
| 2082 | # Find a good install program. We prefer a C program (faster), |
|---|
| 2083 | # so one script is as good as another. But avoid the broken or |
|---|
| 2084 | # incompatible versions: |
|---|
| 2085 | # SysV /etc/install, /usr/sbin/install |
|---|
| 2086 | # SunOS /usr/etc/install |
|---|
| 2087 | # IRIX /sbin/install |
|---|
| 2088 | # AIX /bin/install |
|---|
| 2089 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
|---|
| 2090 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
|---|
| 2091 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
|---|
| 2092 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
|---|
| 2093 | # OS/2's system install, which has a completely different semantic |
|---|
| 2094 | # ./install, which can be erroneously created by make from ./install.sh. |
|---|
| 2095 | # Reject install programs that cannot install multiple files. |
|---|
| 2096 | { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
|---|
| 2097 | $as_echo_n "checking for a BSD-compatible install... " >&6; } |
|---|
| 2098 | if test -z "$INSTALL"; then |
|---|
| 2099 | if test "${ac_cv_path_install+set}" = set; then |
|---|
| 2100 | $as_echo_n "(cached) " >&6 |
|---|
| 2101 | else |
|---|
| 2102 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2103 | for as_dir in $PATH |
|---|
| 2104 | do |
|---|
| 2105 | IFS=$as_save_IFS |
|---|
| 2106 | test -z "$as_dir" && as_dir=. |
|---|
| 2107 | # Account for people who put trailing slashes in PATH elements. |
|---|
| 2108 | case $as_dir/ in |
|---|
| 2109 | ./ | .// | /cC/* | \ |
|---|
| 2110 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
|---|
| 2111 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
|---|
| 2112 | /usr/ucb/* ) ;; |
|---|
| 2113 | *) |
|---|
| 2114 | # OSF1 and SCO ODT 3.0 have their own names for install. |
|---|
| 2115 | # Don't use installbsd from OSF since it installs stuff as root |
|---|
| 2116 | # by default. |
|---|
| 2117 | for ac_prog in ginstall scoinst install; do |
|---|
| 2118 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2119 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
|---|
| 2120 | if test $ac_prog = install && |
|---|
| 2121 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|---|
| 2122 | # AIX install. It has an incompatible calling convention. |
|---|
| 2123 | : |
|---|
| 2124 | elif test $ac_prog = install && |
|---|
| 2125 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|---|
| 2126 | # program-specific install script used by HP pwplus--don't use. |
|---|
| 2127 | : |
|---|
| 2128 | else |
|---|
| 2129 | rm -rf conftest.one conftest.two conftest.dir |
|---|
| 2130 | echo one > conftest.one |
|---|
| 2131 | echo two > conftest.two |
|---|
| 2132 | mkdir conftest.dir |
|---|
| 2133 | if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
|---|
| 2134 | test -s conftest.one && test -s conftest.two && |
|---|
| 2135 | test -s conftest.dir/conftest.one && |
|---|
| 2136 | test -s conftest.dir/conftest.two |
|---|
| 2137 | then |
|---|
| 2138 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
|---|
| 2139 | break 3 |
|---|
| 2140 | fi |
|---|
| 2141 | fi |
|---|
| 2142 | fi |
|---|
| 2143 | done |
|---|
| 2144 | done |
|---|
| 2145 | ;; |
|---|
| 2146 | esac |
|---|
| 2147 | |
|---|
| 2148 | done |
|---|
| 2149 | IFS=$as_save_IFS |
|---|
| 2150 | |
|---|
| 2151 | rm -rf conftest.one conftest.two conftest.dir |
|---|
| 2152 | |
|---|
| 2153 | fi |
|---|
| 2154 | if test "${ac_cv_path_install+set}" = set; then |
|---|
| 2155 | INSTALL=$ac_cv_path_install |
|---|
| 2156 | else |
|---|
| 2157 | # As a last resort, use the slow shell script. Don't cache a |
|---|
| 2158 | # value for INSTALL within a source directory, because that will |
|---|
| 2159 | # break other packages using the cache if that directory is |
|---|
| 2160 | # removed, or if the value is a relative name. |
|---|
| 2161 | INSTALL=$ac_install_sh |
|---|
| 2162 | fi |
|---|
| 2163 | fi |
|---|
| 2164 | { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 |
|---|
| 2165 | $as_echo "$INSTALL" >&6; } |
|---|
| 2166 | |
|---|
| 2167 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
|---|
| 2168 | # It thinks the first close brace ends the variable substitution. |
|---|
| 2169 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
|---|
| 2170 | |
|---|
| 2171 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
|---|
| 2172 | |
|---|
| 2173 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
|---|
| 2174 | |
|---|
| 2175 | test "$program_prefix" != NONE && |
|---|
| 2176 | program_transform_name="s&^&$program_prefix&;$program_transform_name" |
|---|
| 2177 | # Use a double $ so make ignores it. |
|---|
| 2178 | test "$program_suffix" != NONE && |
|---|
| 2179 | program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
|---|
| 2180 | # Double any \ or $. |
|---|
| 2181 | # By default was `s,x,x', remove it if useless. |
|---|
| 2182 | ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
|---|
| 2183 | program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
|---|
| 2184 | |
|---|
| 2185 | # expand $ac_aux_dir to an absolute path |
|---|
| 2186 | am_aux_dir=`cd $ac_aux_dir && pwd` |
|---|
| 2187 | |
|---|
| 2188 | if test x"${MISSING+set}" != xset; then |
|---|
| 2189 | case $am_aux_dir in |
|---|
| 2190 | *\ * | *\ *) |
|---|
| 2191 | MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; |
|---|
| 2192 | *) |
|---|
| 2193 | MISSING="\${SHELL} $am_aux_dir/missing" ;; |
|---|
| 2194 | esac |
|---|
| 2195 | fi |
|---|
| 2196 | # Use eval to expand $SHELL |
|---|
| 2197 | if eval "$MISSING --run true"; then |
|---|
| 2198 | am_missing_run="$MISSING --run " |
|---|
| 2199 | else |
|---|
| 2200 | am_missing_run= |
|---|
| 2201 | { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 |
|---|
| 2202 | $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
|---|
| 2203 | fi |
|---|
| 2204 | |
|---|
| 2205 | if test x"${install_sh}" != xset; then |
|---|
| 2206 | case $am_aux_dir in |
|---|
| 2207 | *\ * | *\ *) |
|---|
| 2208 | install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
|---|
| 2209 | *) |
|---|
| 2210 | install_sh="\${SHELL} $am_aux_dir/install-sh" |
|---|
| 2211 | esac |
|---|
| 2212 | fi |
|---|
| 2213 | |
|---|
| 2214 | # Installed binaries are usually stripped using `strip' when the user |
|---|
| 2215 | # run `make install-strip'. However `strip' might not be the right |
|---|
| 2216 | # tool to use in cross-compilation environments, therefore Automake |
|---|
| 2217 | # will honor the `STRIP' environment variable to overrule this program. |
|---|
| 2218 | if test "$cross_compiling" != no; then |
|---|
| 2219 | if test -n "$ac_tool_prefix"; then |
|---|
| 2220 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
|---|
| 2221 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
|---|
| 2222 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
|---|
| 2223 | $as_echo_n "checking for $ac_word... " >&6; } |
|---|
| 2224 | if test "${ac_cv_prog_STRIP+set}" = set; then |
|---|
| 2225 | $as_echo_n "(cached) " >&6 |
|---|
| 2226 | else |
|---|
| 2227 | if test -n "$STRIP"; then |
|---|
| 2228 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
|---|
| 2229 | else |
|---|
| 2230 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2231 | for as_dir in $PATH |
|---|
| 2232 | do |
|---|
| 2233 | IFS=$as_save_IFS |
|---|
| 2234 | test -z "$as_dir" && as_dir=. |
|---|
| 2235 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2236 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 2237 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
|---|
| 2238 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 2239 | break 2 |
|---|
| 2240 | fi |
|---|
| 2241 | done |
|---|
| 2242 | done |
|---|
| 2243 | IFS=$as_save_IFS |
|---|
| 2244 | |
|---|
| 2245 | fi |
|---|
| 2246 | fi |
|---|
| 2247 | STRIP=$ac_cv_prog_STRIP |
|---|
| 2248 | if test -n "$STRIP"; then |
|---|
| 2249 | { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 |
|---|
| 2250 | $as_echo "$STRIP" >&6; } |
|---|
| 2251 | else |
|---|
| 2252 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2253 | $as_echo "no" >&6; } |
|---|
| 2254 | fi |
|---|
| 2255 | |
|---|
| 2256 | |
|---|
| 2257 | fi |
|---|
| 2258 | if test -z "$ac_cv_prog_STRIP"; then |
|---|
| 2259 | ac_ct_STRIP=$STRIP |
|---|
| 2260 | # Extract the first word of "strip", so it can be a program name with args. |
|---|
| 2261 | set dummy strip; ac_word=$2 |
|---|
| 2262 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
|---|
| 2263 | $as_echo_n "checking for $ac_word... " >&6; } |
|---|
| 2264 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
|---|
| 2265 | $as_echo_n "(cached) " >&6 |
|---|
| 2266 | else |
|---|
| 2267 | if test -n "$ac_ct_STRIP"; then |
|---|
| 2268 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
|---|
| 2269 | else |
|---|
| 2270 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2271 | for as_dir in $PATH |
|---|
| 2272 | do |
|---|
| 2273 | IFS=$as_save_IFS |
|---|
| 2274 | test -z "$as_dir" && as_dir=. |
|---|
| 2275 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2276 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 2277 | ac_cv_prog_ac_ct_STRIP="strip" |
|---|
| 2278 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 2279 | break 2 |
|---|
| 2280 | fi |
|---|
| 2281 | done |
|---|
| 2282 | done |
|---|
| 2283 | IFS=$as_save_IFS |
|---|
| 2284 | |
|---|
| 2285 | fi |
|---|
| 2286 | fi |
|---|
| 2287 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
|---|
| 2288 | if test -n "$ac_ct_STRIP"; then |
|---|
| 2289 | { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
|---|
| 2290 | $as_echo "$ac_ct_STRIP" >&6; } |
|---|
| 2291 | else |
|---|
| 2292 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2293 | $as_echo "no" >&6; } |
|---|
| 2294 | fi |
|---|
| 2295 | |
|---|
| 2296 | if test "x$ac_ct_STRIP" = x; then |
|---|
| 2297 | STRIP=":" |
|---|
| 2298 | else |
|---|
| 2299 | case $cross_compiling:$ac_tool_warned in |
|---|
| 2300 | yes:) |
|---|
| 2301 | { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
|---|
| 2302 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
|---|
| 2303 | ac_tool_warned=yes ;; |
|---|
| 2304 | esac |
|---|
| 2305 | STRIP=$ac_ct_STRIP |
|---|
| 2306 | fi |
|---|
| 2307 | else |
|---|
| 2308 | STRIP="$ac_cv_prog_STRIP" |
|---|
| 2309 | fi |
|---|
| 2310 | |
|---|
| 2311 | fi |
|---|
| 2312 | INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
|---|
| 2313 | |
|---|
| 2314 | { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
|---|
| 2315 | $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } |
|---|
| 2316 | if test -z "$MKDIR_P"; then |
|---|
| 2317 | if test "${ac_cv_path_mkdir+set}" = set; then |
|---|
| 2318 | $as_echo_n "(cached) " >&6 |
|---|
| 2319 | else |
|---|
| 2320 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2321 | for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
|---|
| 2322 | do |
|---|
| 2323 | IFS=$as_save_IFS |
|---|
| 2324 | test -z "$as_dir" && as_dir=. |
|---|
| 2325 | for ac_prog in mkdir gmkdir; do |
|---|
| 2326 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2327 | { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
|---|
| 2328 | case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
|---|
| 2329 | 'mkdir (GNU coreutils) '* | \ |
|---|
| 2330 | 'mkdir (coreutils) '* | \ |
|---|
| 2331 | 'mkdir (fileutils) '4.1*) |
|---|
| 2332 | ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext |
|---|
| 2333 | break 3;; |
|---|
| 2334 | esac |
|---|
| 2335 | done |
|---|
| 2336 | done |
|---|
| 2337 | done |
|---|
| 2338 | IFS=$as_save_IFS |
|---|
| 2339 | |
|---|
| 2340 | fi |
|---|
| 2341 | |
|---|
| 2342 | if test "${ac_cv_path_mkdir+set}" = set; then |
|---|
| 2343 | MKDIR_P="$ac_cv_path_mkdir -p" |
|---|
| 2344 | else |
|---|
| 2345 | # As a last resort, use the slow shell script. Don't cache a |
|---|
| 2346 | # value for MKDIR_P within a source directory, because that will |
|---|
| 2347 | # break other packages using the cache if that directory is |
|---|
| 2348 | # removed, or if the value is a relative name. |
|---|
| 2349 | test -d ./--version && rmdir ./--version |
|---|
| 2350 | MKDIR_P="$ac_install_sh -d" |
|---|
| 2351 | fi |
|---|
| 2352 | fi |
|---|
| 2353 | { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
|---|
| 2354 | $as_echo "$MKDIR_P" >&6; } |
|---|
| 2355 | |
|---|
| 2356 | mkdir_p="$MKDIR_P" |
|---|
| 2357 | case $mkdir_p in |
|---|
| 2358 | [\\/$]* | ?:[\\/]*) ;; |
|---|
| 2359 | */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|---|
| 2360 | esac |
|---|
| 2361 | |
|---|
| 2362 | for ac_prog in gawk mawk nawk awk |
|---|
| 2363 | do |
|---|
| 2364 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
|---|
| 2365 | set dummy $ac_prog; ac_word=$2 |
|---|
| 2366 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
|---|
| 2367 | $as_echo_n "checking for $ac_word... " >&6; } |
|---|
| 2368 | if test "${ac_cv_prog_AWK+set}" = set; then |
|---|
| 2369 | $as_echo_n "(cached) " >&6 |
|---|
| 2370 | else |
|---|
| 2371 | if test -n "$AWK"; then |
|---|
| 2372 | ac_cv_prog_AWK="$AWK" # Let the user override the test. |
|---|
| 2373 | else |
|---|
| 2374 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2375 | for as_dir in $PATH |
|---|
| 2376 | do |
|---|
| 2377 | IFS=$as_save_IFS |
|---|
| 2378 | test -z "$as_dir" && as_dir=. |
|---|
| 2379 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2380 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 2381 | ac_cv_prog_AWK="$ac_prog" |
|---|
| 2382 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 2383 | break 2 |
|---|
| 2384 | fi |
|---|
| 2385 | done |
|---|
| 2386 | done |
|---|
| 2387 | IFS=$as_save_IFS |
|---|
| 2388 | |
|---|
| 2389 | fi |
|---|
| 2390 | fi |
|---|
| 2391 | AWK=$ac_cv_prog_AWK |
|---|
| 2392 | if test -n "$AWK"; then |
|---|
| 2393 | { $as_echo "$as_me:$LINENO: result: $AWK" >&5 |
|---|
| 2394 | $as_echo "$AWK" >&6; } |
|---|
| 2395 | else |
|---|
| 2396 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2397 | $as_echo "no" >&6; } |
|---|
| 2398 | fi |
|---|
| 2399 | |
|---|
| 2400 | |
|---|
| 2401 | test -n "$AWK" && break |
|---|
| 2402 | done |
|---|
| 2403 | |
|---|
| 2404 | { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
|---|
| 2405 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
|---|
| 2406 | set x ${MAKE-make} |
|---|
| 2407 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
|---|
| 2408 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
|---|
| 2409 | $as_echo_n "(cached) " >&6 |
|---|
| 2410 | else |
|---|
| 2411 | cat >conftest.make <<\_ACEOF |
|---|
| 2412 | SHELL = /bin/sh |
|---|
| 2413 | all: |
|---|
| 2414 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
|---|
| 2415 | _ACEOF |
|---|
| 2416 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
|---|
| 2417 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
|---|
| 2418 | *@@@%%%=?*=@@@%%%*) |
|---|
| 2419 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
|---|
| 2420 | *) |
|---|
| 2421 | eval ac_cv_prog_make_${ac_make}_set=no;; |
|---|
| 2422 | esac |
|---|
| 2423 | rm -f conftest.make |
|---|
| 2424 | fi |
|---|
| 2425 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
|---|
| 2426 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
|---|
| 2427 | $as_echo "yes" >&6; } |
|---|
| 2428 | SET_MAKE= |
|---|
| 2429 | else |
|---|
| 2430 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2431 | $as_echo "no" >&6; } |
|---|
| 2432 | SET_MAKE="MAKE=${MAKE-make}" |
|---|
| 2433 | fi |
|---|
| 2434 | |
|---|
| 2435 | rm -rf .tst 2>/dev/null |
|---|
| 2436 | mkdir .tst 2>/dev/null |
|---|
| 2437 | if test -d .tst; then |
|---|
| 2438 | am__leading_dot=. |
|---|
| 2439 | else |
|---|
| 2440 | am__leading_dot=_ |
|---|
| 2441 | fi |
|---|
| 2442 | rmdir .tst 2>/dev/null |
|---|
| 2443 | |
|---|
| 2444 | if test "`cd $srcdir && pwd`" != "`pwd`"; then |
|---|
| 2445 | # Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
|---|
| 2446 | # is not polluted with repeated "-I." |
|---|
| 2447 | am__isrc=' -I$(srcdir)' |
|---|
| 2448 | # test to see if srcdir already configured |
|---|
| 2449 | if test -f $srcdir/config.status; then |
|---|
| 2450 | { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
|---|
| 2451 | $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
|---|
| 2452 | { (exit 1); exit 1; }; } |
|---|
| 2453 | fi |
|---|
| 2454 | fi |
|---|
| 2455 | |
|---|
| 2456 | # test whether we have cygpath |
|---|
| 2457 | if test -z "$CYGPATH_W"; then |
|---|
| 2458 | if (cygpath --version) >/dev/null 2>/dev/null; then |
|---|
| 2459 | CYGPATH_W='cygpath -w' |
|---|
| 2460 | else |
|---|
| 2461 | CYGPATH_W=echo |
|---|
| 2462 | fi |
|---|
| 2463 | fi |
|---|
| 2464 | |
|---|
| 2465 | |
|---|
| 2466 | # Define the identity of the package. |
|---|
| 2467 | PACKAGE='Multipole' |
|---|
| 2468 | VERSION='1.0.0' |
|---|
| 2469 | |
|---|
| 2470 | |
|---|
| 2471 | cat >>confdefs.h <<_ACEOF |
|---|
| 2472 | #define PACKAGE "$PACKAGE" |
|---|
| 2473 | _ACEOF |
|---|
| 2474 | |
|---|
| 2475 | |
|---|
| 2476 | cat >>confdefs.h <<_ACEOF |
|---|
| 2477 | #define VERSION "$VERSION" |
|---|
| 2478 | _ACEOF |
|---|
| 2479 | |
|---|
| 2480 | # Some tools Automake needs. |
|---|
| 2481 | |
|---|
| 2482 | ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} |
|---|
| 2483 | |
|---|
| 2484 | |
|---|
| 2485 | AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} |
|---|
| 2486 | |
|---|
| 2487 | |
|---|
| 2488 | AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} |
|---|
| 2489 | |
|---|
| 2490 | |
|---|
| 2491 | AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
|---|
| 2492 | |
|---|
| 2493 | |
|---|
| 2494 | MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|---|
| 2495 | |
|---|
| 2496 | # We need awk for the "check" target. The system "awk" is bad on |
|---|
| 2497 | # some platforms. |
|---|
| 2498 | # Always define AMTAR for backward compatibility. |
|---|
| 2499 | |
|---|
| 2500 | AMTAR=${AMTAR-"${am_missing_run}tar"} |
|---|
| 2501 | |
|---|
| 2502 | am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
|---|
| 2503 | |
|---|
| 2504 | |
|---|
| 2505 | |
|---|
| 2506 | |
|---|
| 2507 | |
|---|
| 2508 | |
|---|
| 2509 | # Checks for programs. |
|---|
| 2510 | ac_ext=cpp |
|---|
| 2511 | ac_cpp='$CXXCPP $CPPFLAGS' |
|---|
| 2512 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|---|
| 2513 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|---|
| 2514 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|---|
| 2515 | if test -z "$CXX"; then |
|---|
| 2516 | if test -n "$CCC"; then |
|---|
| 2517 | CXX=$CCC |
|---|
| 2518 | else |
|---|
| 2519 | if test -n "$ac_tool_prefix"; then |
|---|
| 2520 | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
|---|
| 2521 | do |
|---|
| 2522 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
|---|
| 2523 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
|---|
| 2524 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
|---|
| 2525 | $as_echo_n "checking for $ac_word... " >&6; } |
|---|
| 2526 | if test "${ac_cv_prog_CXX+set}" = set; then |
|---|
| 2527 | $as_echo_n "(cached) " >&6 |
|---|
| 2528 | else |
|---|
| 2529 | if test -n "$CXX"; then |
|---|
| 2530 | ac_cv_prog_CXX="$CXX" # Let the user override the test. |
|---|
| 2531 | else |
|---|
| 2532 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2533 | for as_dir in $PATH |
|---|
| 2534 | do |
|---|
| 2535 | IFS=$as_save_IFS |
|---|
| 2536 | test -z "$as_dir" && as_dir=. |
|---|
| 2537 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2538 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 2539 | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
|---|
| 2540 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 2541 | break 2 |
|---|
| 2542 | fi |
|---|
| 2543 | done |
|---|
| 2544 | done |
|---|
| 2545 | IFS=$as_save_IFS |
|---|
| 2546 | |
|---|
| 2547 | fi |
|---|
| 2548 | fi |
|---|
| 2549 | CXX=$ac_cv_prog_CXX |
|---|
| 2550 | if test -n "$CXX"; then |
|---|
| 2551 | { $as_echo "$as_me:$LINENO: result: $CXX" >&5 |
|---|
| 2552 | $as_echo "$CXX" >&6; } |
|---|
| 2553 | else |
|---|
| 2554 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2555 | $as_echo "no" >&6; } |
|---|
| 2556 | fi |
|---|
| 2557 | |
|---|
| 2558 | |
|---|
| 2559 | test -n "$CXX" && break |
|---|
| 2560 | done |
|---|
| 2561 | fi |
|---|
| 2562 | if test -z "$CXX"; then |
|---|
| 2563 | ac_ct_CXX=$CXX |
|---|
| 2564 | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
|---|
| 2565 | do |
|---|
| 2566 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
|---|
| 2567 | set dummy $ac_prog; ac_word=$2 |
|---|
| 2568 | { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 |
|---|
| 2569 | $as_echo_n "checking for $ac_word... " >&6; } |
|---|
| 2570 | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then |
|---|
| 2571 | $as_echo_n "(cached) " >&6 |
|---|
| 2572 | else |
|---|
| 2573 | if test -n "$ac_ct_CXX"; then |
|---|
| 2574 | ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
|---|
| 2575 | else |
|---|
| 2576 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 2577 | for as_dir in $PATH |
|---|
| 2578 | do |
|---|
| 2579 | IFS=$as_save_IFS |
|---|
| 2580 | test -z "$as_dir" && as_dir=. |
|---|
| 2581 | for ac_exec_ext in '' $ac_executable_extensions; do |
|---|
| 2582 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
|---|
| 2583 | ac_cv_prog_ac_ct_CXX="$ac_prog" |
|---|
| 2584 | $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
|---|
| 2585 | break 2 |
|---|
| 2586 | fi |
|---|
| 2587 | done |
|---|
| 2588 | done |
|---|
| 2589 | IFS=$as_save_IFS |
|---|
| 2590 | |
|---|
| 2591 | fi |
|---|
| 2592 | fi |
|---|
| 2593 | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX |
|---|
| 2594 | if test -n "$ac_ct_CXX"; then |
|---|
| 2595 | { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 |
|---|
| 2596 | $as_echo "$ac_ct_CXX" >&6; } |
|---|
| 2597 | else |
|---|
| 2598 | { $as_echo "$as_me:$LINENO: result: no" >&5 |
|---|
| 2599 | $as_echo "no" >&6; } |
|---|
| 2600 | fi |
|---|
| 2601 | |
|---|
| 2602 | |
|---|
| 2603 | test -n "$ac_ct_CXX" && break |
|---|
| 2604 | done |
|---|
| 2605 | |
|---|
| 2606 | if test "x$ac_ct_CXX" = x; then |
|---|
| 2607 | CXX="g++" |
|---|
| 2608 | else |
|---|
| 2609 | case $cross_compiling:$ac_tool_warned in |
|---|
| 2610 | yes:) |
|---|
| 2611 | { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 |
|---|
| 2612 | $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
|---|
| 2613 | ac_tool_warned=yes ;; |
|---|
| 2614 | esac |
|---|
| 2615 | CXX=$ac_ct_CXX |
|---|
| 2616 | fi |
|---|
| 2617 | fi |
|---|
| 2618 | |
|---|
| 2619 | fi |
|---|
| 2620 | fi |
|---|
| 2621 | # Provide some information about the compiler. |
|---|
| 2622 | $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 |
|---|
| 2623 | set X $ac_compile |
|---|
| 2624 | ac_compiler=$2 |
|---|
| 2625 | { (ac_try="$ac_compiler --version >&5" |
|---|
| 2626 | case "(($ac_try" in |
|---|
| 2627 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 2628 | *) ac_try_echo=$ac_try;; |
|---|
| 2629 | esac |
|---|
| 2630 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|---|
| 2631 | $as_echo "$ac_try_echo") >&5 |
|---|
| 2632 | (eval "$ac_compiler --version >&5") 2>&5 |
|---|
| 2633 | ac_status=$? |
|---|
| 2634 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 2635 | (exit $ac_status); } |
|---|
| 2636 | { (ac_try="$ac_compiler -v >&5" |
|---|
| 2637 | case "(($ac_try" in |
|---|
| 2638 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 2639 | *) ac_try_echo=$ac_try;; |
|---|
| 2640 | esac |
|---|
| 2641 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|---|
| 2642 | $as_echo "$ac_try_echo") >&5 |
|---|
| 2643 | (eval "$ac_compiler -v >&5") 2>&5 |
|---|
| 2644 | ac_status=$? |
|---|
| 2645 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 2646 | (exit $ac_status); } |
|---|
| 2647 | { (ac_try="$ac_compiler -V >&5" |
|---|
| 2648 | case "(($ac_try" in |
|---|
| 2649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 2650 | *) ac_try_echo=$ac_try;; |
|---|
| 2651 | esac |
|---|
| 2652 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|---|
| 2653 | $as_echo "$ac_try_echo") >&5 |
|---|
| 2654 | (eval "$ac_compiler -V >&5") 2>&5 |
|---|
| 2655 | ac_status=$? |
|---|
| 2656 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 2657 | (exit $ac_status); } |
|---|
| 2658 | |
|---|
| 2659 | cat >conftest.$ac_ext <<_ACEOF |
|---|
| 2660 | /* confdefs.h. */ |
|---|
| 2661 | _ACEOF |
|---|
| 2662 | cat confdefs.h >>conftest.$ac_ext |
|---|
| 2663 | cat >>conftest.$ac_ext <<_ACEOF |
|---|
| 2664 | /* end confdefs.h. */ |
|---|
| 2665 | |
|---|
| 2666 | int |
|---|
| 2667 | main () |
|---|
| 2668 | { |
|---|
| 2669 | |
|---|
| 2670 | ; |
|---|
| 2671 | return 0; |
|---|
| 2672 | } |
|---|
| 2673 | _ACEOF |
|---|
| 2674 | ac_clean_files_save=$ac_clean_files |
|---|
| 2675 | ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
|---|
| 2676 | # Try to create an executable without -o first, disregard a.out. |
|---|
| 2677 | # It will help us diagnose broken compilers, and finding out an intuition |
|---|
| 2678 | # of exeext. |
|---|
| 2679 | { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 |
|---|
| 2680 | $as_echo_n "checking for C++ compiler default output file name... " >&6; } |
|---|
| 2681 | ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
|---|
| 2682 | |
|---|
| 2683 | # The possible output files: |
|---|
| 2684 | ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" |
|---|
| 2685 | |
|---|
| 2686 | ac_rmfiles= |
|---|
| 2687 | for ac_file in $ac_files |
|---|
| 2688 | do |
|---|
| 2689 | case $ac_file in |
|---|
| 2690 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; |
|---|
| 2691 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
|---|
| 2692 | esac |
|---|
| 2693 | done |
|---|
| 2694 | rm -f $ac_rmfiles |
|---|
| 2695 | |
|---|
| 2696 | if { (ac_try="$ac_link_default" |
|---|
| 2697 | case "(($ac_try" in |
|---|
| 2698 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 2699 | *) ac_try_echo=$ac_try;; |
|---|
| 2700 | esac |
|---|
| 2701 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|---|
| 2702 | $as_echo "$ac_try_echo") >&5 |
|---|
| 2703 | (eval "$ac_link_default") 2>&5 |
|---|
| 2704 | ac_status=$? |
|---|
| 2705 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 2706 | (exit $ac_status); }; then |
|---|
| 2707 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
|---|
| 2708 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
|---|
| 2709 | # in a Makefile. We should not override ac_cv_exeext if it was cached, |
|---|
| 2710 | # so that the user can short-circuit this test for compilers unknown to |
|---|
| 2711 | # Autoconf. |
|---|
| 2712 | for ac_file in $ac_files '' |
|---|
| 2713 | do |
|---|
| 2714 | test -f "$ac_file" || continue |
|---|
| 2715 | case $ac_file in |
|---|
| 2716 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) |
|---|
| 2717 | ;; |
|---|
| 2718 | [ab].out ) |
|---|
| 2719 | # We found the default executable, but exeext='' is most |
|---|
| 2720 | # certainly right. |
|---|
| 2721 | break;; |
|---|
| 2722 | *.* ) |
|---|
| 2723 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
|---|
| 2724 | then :; else |
|---|
| 2725 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
|---|
| 2726 | fi |
|---|
| 2727 | # We set ac_cv_exeext here because the later test for it is not |
|---|
| 2728 | # safe: cross compilers may not add the suffix if given an `-o' |
|---|
| 2729 | # argument, so we may need to know it at that point already. |
|---|
| 2730 | # Even if this section looks crufty: it has the advantage of |
|---|
| 2731 | # actually working. |
|---|
| 2732 | break;; |
|---|
| 2733 | * ) |
|---|
| 2734 | break;; |
|---|
| 2735 | esac |
|---|
| 2736 | done |
|---|
| 2737 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
|---|
| 2738 | |
|---|
| 2739 | else |
|---|
| 2740 | ac_file='' |
|---|
| 2741 | fi |
|---|
| 2742 | |
|---|
| 2743 | { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 |
|---|
| 2744 | $as_echo "$ac_file" >&6; } |
|---|
| 2745 | if test -z "$ac_file"; then |
|---|
| 2746 | $as_echo "$as_me: failed program was:" >&5 |
|---|
| 2747 | sed 's/^/| /' conftest.$ac_ext >&5 |
|---|
| 2748 | |
|---|
| 2749 | { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|---|
| 2750 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|---|
| 2751 | { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables |
|---|
| 2752 | See \`config.log' for more details." >&5 |
|---|
| 2753 | $as_echo "$as_me: error: C++ compiler cannot create executables |
|---|
| 2754 | See \`config.log' for more details." >&2;} |
|---|
| 2755 | { (exit 77); exit 77; }; }; } |
|---|
| 2756 | fi |
|---|
| 2757 | |
|---|
| 2758 | ac_exeext=$ac_cv_exeext |
|---|
| 2759 | |
|---|
| 2760 | # Check that the compiler produces executables we can run. If not, either |
|---|
| 2761 | # the compiler is broken, or we cross compile. |
|---|
| 2762 | { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 |
|---|
| 2763 | $as_echo_n "checking whether the C++ compiler works... " >&6; } |
|---|
| 2764 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
|---|
| 2765 | # If not cross compiling, check that we can run a simple program. |
|---|
| 2766 | if test "$cross_compiling" != yes; then |
|---|
| 2767 | if { ac_try='./$ac_file' |
|---|
| 2768 | { (case "(($ac_try" in |
|---|
| 2769 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
|---|
| 2770 | *) ac_try_echo=$ac_try;; |
|---|
| 2771 | esac |
|---|
| 2772 | eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" |
|---|
| 2773 | $as_echo "$ac_try_echo") >&5 |
|---|
| 2774 | (eval "$ac_try") 2>&5 |
|---|
| 2775 | ac_status=$? |
|---|
| 2776 | $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
|---|
| 2777 | (exit $ac_status); }; }; then |
|---|
| 2778 | cross_compiling=no |
|---|
| 2779 | else |
|---|
| 2780 | if test "$cross_compiling" = maybe; then |
|---|
| 2781 | cross_compiling=yes |
|---|
| 2782 | else |
|---|
| 2783 | { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 |
|---|
| 2784 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|---|
| 2785 | { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs. |
|---|
| 2786 | If you meant to cross compile, use \`--host'. |
|---|
| 2787 | See \`config.log' for more details." >&5 |
|---|
| 2788 | $as_echo "$as_me: error: cannot run C++ compiled programs. |
|---|
| 2789 | If you meant to cross compile, use \`--host'. |
|---|
| 2790 | See \`config.log' for more details." >&2;} |
|---|
| 2791 | { (exit 1); exit 1; }; }; } |
|---|
| 2792 | fi |
|---|
| 2793 | fi |
|---|
| 2794 | fi |
|---|
| 2795 | { $as_echo "$as_me:$LINENO: result: yes" >&5 |
|---|
| 2796 | $as_echo "yes" >&6; } |
|---|
| 2797 | |
|---|
| 2798 | rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
|---|
| 2799 | ac_clean_files=$ac_clean_files_save |
|---|
|
|---|