|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.69 for LibCircle 0.0.3. |
| 3 | +# Generated by GNU Autoconf 2.69 for LibCircle 0.1.0-rc.1. |
4 | 4 | #
|
5 | 5 | # Report bugs to <[email protected]>.
|
6 | 6 | #
|
@@ -590,8 +590,8 @@ MAKEFLAGS=
|
590 | 590 | # Identity of this package.
|
591 | 591 | PACKAGE_NAME='LibCircle'
|
592 | 592 | PACKAGE_TARNAME='libcircle'
|
593 |
| -PACKAGE_VERSION='0.0.3' |
594 |
| -PACKAGE_STRING='LibCircle 0.0.3' |
| 593 | +PACKAGE_VERSION='0.1.0-rc.1' |
| 594 | +PACKAGE_STRING='LibCircle 0.1.0-rc.1' |
595 | 595 | PACKAGE_BUGREPORT= '[email protected]'
|
596 | 596 | PACKAGE_URL='http://github.com/hpc/libcircle'
|
597 | 597 |
|
@@ -1332,7 +1332,7 @@ if test "$ac_init_help" = "long"; then
|
1332 | 1332 | # Omit some internal or obsolete options to make the list less imposing.
|
1333 | 1333 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1334 | 1334 | cat <<_ACEOF
|
1335 |
| -\`configure' configures LibCircle 0.0.3 to adapt to many kinds of systems. |
| 1335 | +\`configure' configures LibCircle 0.1.0-rc.1 to adapt to many kinds of systems. |
1336 | 1336 |
|
1337 | 1337 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1338 | 1338 |
|
|
1402 | 1402 |
|
1403 | 1403 | if test -n "$ac_init_help"; then
|
1404 | 1404 | case $ac_init_help in
|
1405 |
| - short | recursive ) echo "Configuration of LibCircle 0.0.3:";; |
| 1405 | + short | recursive ) echo "Configuration of LibCircle 0.1.0-rc.1:";; |
1406 | 1406 | esac
|
1407 | 1407 | cat <<\_ACEOF
|
1408 | 1408 |
|
|
1516 | 1516 | test -n "$ac_init_help" && exit $ac_status
|
1517 | 1517 | if $ac_init_version; then
|
1518 | 1518 | cat <<\_ACEOF
|
1519 |
| -LibCircle configure 0.0.3 |
| 1519 | +LibCircle configure 0.1.0-rc.1 |
1520 | 1520 | generated by GNU Autoconf 2.69
|
1521 | 1521 |
|
1522 | 1522 | Copyright (C) 2012 Free Software Foundation, Inc.
|
@@ -1939,7 +1939,7 @@ cat >config.log <<_ACEOF
|
1939 | 1939 | This file contains any messages produced by compilers while
|
1940 | 1940 | running configure, to aid debugging if configure makes a mistake.
|
1941 | 1941 |
|
1942 |
| -It was created by LibCircle $as_me 0.0.3, which was |
| 1942 | +It was created by LibCircle $as_me 0.1.0-rc.1, which was |
1943 | 1943 | generated by GNU Autoconf 2.69. Invocation command line was
|
1944 | 1944 |
|
1945 | 1945 | $ $0 $@
|
|
2758 | 2758 |
|
2759 | 2759 | # Define the identity of the package.
|
2760 | 2760 | PACKAGE='libcircle'
|
2761 |
| - VERSION='0.0.3' |
| 2761 | + VERSION='0.1.0-rc.1' |
2762 | 2762 |
|
2763 | 2763 |
|
2764 | 2764 | # Some tools Automake needs.
|
@@ -4809,7 +4809,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
4809 | 4809 | # report actual input values of CONFIG_FILES etc. instead of their
|
4810 | 4810 | # values after options handling.
|
4811 | 4811 | ac_log="
|
4812 |
| -This file was extended by LibCircle $as_me 0.0.3, which was |
| 4812 | +This file was extended by LibCircle $as_me 0.1.0-rc.1, which was |
4813 | 4813 | generated by GNU Autoconf 2.69. Invocation command line was
|
4814 | 4814 |
|
4815 | 4815 | CONFIG_FILES = $CONFIG_FILES
|
@@ -4876,7 +4876,7 @@ _ACEOF
|
4876 | 4876 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
4877 | 4877 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
4878 | 4878 | ac_cs_version="\\
|
4879 |
| -LibCircle config.status 0.0.3 |
| 4879 | +LibCircle config.status 0.1.0-rc.1 |
4880 | 4880 | configured by $0, generated by GNU Autoconf 2.69,
|
4881 | 4881 | with options \\"\$ac_cs_config\\"
|
4882 | 4882 |
|
@@ -6626,7 +6626,8 @@ else
|
6626 | 6626 | ;;
|
6627 | 6627 | *)
|
6628 | 6628 | lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
6629 |
| - if test -n "$lt_cv_sys_max_cmd_len"; then |
| 6629 | + if test -n "$lt_cv_sys_max_cmd_len" && \ |
| 6630 | + test undefined != "$lt_cv_sys_max_cmd_len"; then |
6630 | 6631 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
6631 | 6632 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
6632 | 6633 | else
|
@@ -7027,10 +7028,6 @@ freebsd* | dragonfly*)
|
7027 | 7028 | fi
|
7028 | 7029 | ;;
|
7029 | 7030 |
|
7030 |
| -gnu*) |
7031 |
| - lt_cv_deplibs_check_method=pass_all |
7032 |
| - ;; |
7033 |
| -
|
7034 | 7031 | haiku*)
|
7035 | 7032 | lt_cv_deplibs_check_method=pass_all
|
7036 | 7033 | ;;
|
@@ -7069,7 +7066,7 @@ irix5* | irix6* | nonstopux*)
|
7069 | 7066 | ;;
|
7070 | 7067 |
|
7071 | 7068 | # This must be glibc/ELF.
|
7072 |
| -linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 7069 | +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) |
7073 | 7070 | lt_cv_deplibs_check_method=pass_all
|
7074 | 7071 | ;;
|
7075 | 7072 |
|
@@ -8167,7 +8164,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
|
8167 | 8164 | LD="${LD-ld} -m elf_i386_fbsd"
|
8168 | 8165 | ;;
|
8169 | 8166 | x86_64-*linux*)
|
8170 |
| - LD="${LD-ld} -m elf_i386" |
| 8167 | + case `/usr/bin/file conftest.o` in |
| 8168 | + *x86-64*) |
| 8169 | + LD="${LD-ld} -m elf32_x86_64" |
| 8170 | + ;; |
| 8171 | + *) |
| 8172 | + LD="${LD-ld} -m elf_i386" |
| 8173 | + ;; |
| 8174 | + esac |
8171 | 8175 | ;;
|
8172 | 8176 | ppc64-*linux*|powerpc64-*linux*)
|
8173 | 8177 | LD="${LD-ld} -m elf32ppclinux"
|
@@ -9996,7 +10000,7 @@ lt_prog_compiler_static=
|
9996 | 10000 | lt_prog_compiler_static='-non_shared'
|
9997 | 10001 | ;;
|
9998 | 10002 |
|
9999 |
| - linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 10003 | + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) |
10000 | 10004 | case $cc_basename in
|
10001 | 10005 | # old Intel for x86_64 which still supported -KPIC.
|
10002 | 10006 | ecc*)
|
@@ -12166,17 +12170,6 @@ freebsd* | dragonfly*)
|
12166 | 12170 | esac
|
12167 | 12171 | ;;
|
12168 | 12172 |
|
12169 |
| -gnu*) |
12170 |
| - version_type=linux # correct to gnu/linux during the next big refactor |
12171 |
| - need_lib_prefix=no |
12172 |
| - need_version=no |
12173 |
| - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' |
12174 |
| - soname_spec='${libname}${release}${shared_ext}$major' |
12175 |
| - shlibpath_var=LD_LIBRARY_PATH |
12176 |
| - shlibpath_overrides_runpath=no |
12177 |
| - hardcode_into_libs=yes |
12178 |
| - ;; |
12179 |
| -
|
12180 | 12173 | haiku*)
|
12181 | 12174 | version_type=linux # correct to gnu/linux during the next big refactor
|
12182 | 12175 | need_lib_prefix=no
|
@@ -12293,7 +12286,7 @@ linux*oldld* | linux*aout* | linux*coff*)
|
12293 | 12286 | ;;
|
12294 | 12287 |
|
12295 | 12288 | # This must be glibc/ELF.
|
12296 |
| -linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 12289 | +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) |
12297 | 12290 | version_type=linux # correct to gnu/linux during the next big refactor
|
12298 | 12291 | need_lib_prefix=no
|
12299 | 12292 | need_version=no
|
@@ -13527,9 +13520,9 @@ fi
|
13527 | 13520 |
|
13528 | 13521 |
|
13529 | 13522 | # Define the library version.
|
13530 |
| -LIBCIRCLE_SO_VERSION=0:2:0 |
| 13523 | +LIBCIRCLE_SO_VERSION=1:3:1 |
13531 | 13524 |
|
13532 |
| -LIBCIRCLE_API_VERSION=0.0.3 |
| 13525 | +LIBCIRCLE_API_VERSION=0.1.0 |
13533 | 13526 |
|
13534 | 13527 |
|
13535 | 13528 | # Check for MPI
|
@@ -14395,7 +14388,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
14395 | 14388 | # report actual input values of CONFIG_FILES etc. instead of their
|
14396 | 14389 | # values after options handling.
|
14397 | 14390 | ac_log="
|
14398 |
| -This file was extended by LibCircle $as_me 0.0.3, which was |
| 14391 | +This file was extended by LibCircle $as_me 0.1.0-rc.1, which was |
14399 | 14392 | generated by GNU Autoconf 2.69. Invocation command line was
|
14400 | 14393 |
|
14401 | 14394 | CONFIG_FILES = $CONFIG_FILES
|
@@ -14462,7 +14455,7 @@ _ACEOF
|
14462 | 14455 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
14463 | 14456 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
14464 | 14457 | ac_cs_version="\\
|
14465 |
| -LibCircle config.status 0.0.3 |
| 14458 | +LibCircle config.status 0.1.0-rc.1 |
14466 | 14459 | configured by $0, generated by GNU Autoconf 2.69,
|
14467 | 14460 | with options \\"\$ac_cs_config\\"
|
14468 | 14461 |
|
|
0 commit comments