|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.71 for log4cplus 2.0.7. |
| 3 | +# Generated by GNU Autoconf 2.71 for log4cplus 2.0.8. |
4 | 4 | #
|
5 | 5 | #
|
6 | 6 | # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
@@ -618,8 +618,8 @@ MAKEFLAGS=
|
618 | 618 | # Identity of this package.
|
619 | 619 | PACKAGE_NAME='log4cplus'
|
620 | 620 | PACKAGE_TARNAME='log4cplus'
|
621 |
| -PACKAGE_VERSION='2.0.7' |
622 |
| -PACKAGE_STRING='log4cplus 2.0.7' |
| 621 | +PACKAGE_VERSION='2.0.8' |
| 622 | +PACKAGE_STRING='log4cplus 2.0.8' |
623 | 623 | PACKAGE_BUGREPORT=''
|
624 | 624 | PACKAGE_URL=''
|
625 | 625 |
|
@@ -1454,7 +1454,7 @@ if test "$ac_init_help" = "long"; then
|
1454 | 1454 | # Omit some internal or obsolete options to make the list less imposing.
|
1455 | 1455 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1456 | 1456 | cat <<_ACEOF
|
1457 |
| -\`configure' configures log4cplus 2.0.7 to adapt to many kinds of systems. |
| 1457 | +\`configure' configures log4cplus 2.0.8 to adapt to many kinds of systems. |
1458 | 1458 |
|
1459 | 1459 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1460 | 1460 |
|
|
1526 | 1526 |
|
1527 | 1527 | if test -n "$ac_init_help"; then
|
1528 | 1528 | case $ac_init_help in
|
1529 |
| - short | recursive ) echo "Configuration of log4cplus 2.0.7:";; |
| 1529 | + short | recursive ) echo "Configuration of log4cplus 2.0.8:";; |
1530 | 1530 | esac
|
1531 | 1531 | cat <<\_ACEOF
|
1532 | 1532 |
|
|
1688 | 1688 | test -n "$ac_init_help" && exit $ac_status
|
1689 | 1689 | if $ac_init_version; then
|
1690 | 1690 | cat <<\_ACEOF
|
1691 |
| -log4cplus configure 2.0.7 |
| 1691 | +log4cplus configure 2.0.8 |
1692 | 1692 | generated by GNU Autoconf 2.71
|
1693 | 1693 |
|
1694 | 1694 | Copyright (C) 2021 Free Software Foundation, Inc.
|
@@ -2125,7 +2125,7 @@ cat >config.log <<_ACEOF
|
2125 | 2125 | This file contains any messages produced by compilers while
|
2126 | 2126 | running configure, to aid debugging if configure makes a mistake.
|
2127 | 2127 |
|
2128 |
| -It was created by log4cplus $as_me 2.0.7, which was |
| 2128 | +It was created by log4cplus $as_me 2.0.8, which was |
2129 | 2129 | generated by GNU Autoconf 2.71. Invocation command line was
|
2130 | 2130 |
|
2131 | 2131 | $ $0$ac_configure_args_raw
|
|
3727 | 3727 |
|
3728 | 3728 | # Define the identity of the package.
|
3729 | 3729 | PACKAGE='log4cplus'
|
3730 |
| - VERSION='2.0.7' |
| 3730 | + VERSION='2.0.8' |
3731 | 3731 |
|
3732 | 3732 |
|
3733 | 3733 | # Some tools Automake needs.
|
@@ -5279,7 +5279,7 @@ esac
|
5279 | 5279 | # ? :+1 : ? == just some internal changes, nothing breaks but might work
|
5280 | 5280 | # better
|
5281 | 5281 | # CURRENT : REVISION : AGE
|
5282 |
| -LT_VERSION=7:6:4 |
| 5282 | +LT_VERSION=7:7:4 |
5283 | 5283 | LT_RELEASE=2.0
|
5284 | 5284 |
|
5285 | 5285 |
|
@@ -7394,6 +7394,138 @@ fi
|
7394 | 7394 | { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxxflags_gcc_option__Wcpp14_compat" >&5
|
7395 | 7395 | printf "%s\n" "$ax_cv_cxxflags_gcc_option__Wcpp14_compat" >&6; }
|
7396 | 7396 | var=$ax_cv_cxxflags_gcc_option__Wcpp14_compat
|
| 7397 | +case ".$var" in |
| 7398 | + .ok|.ok,*) ;; |
| 7399 | + .|.no|.no,*) ;; |
| 7400 | + *) |
| 7401 | + if echo " $CXXFLAGS " | grep " $var " 2>&1 >/dev/null |
| 7402 | + then { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CXXFLAGS does contain \$var"; } >&5 |
| 7403 | + (: CXXFLAGS does contain $var) 2>&5 |
| 7404 | + ac_status=$? |
| 7405 | + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7406 | + test $ac_status = 0; } |
| 7407 | + else { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CXXFLAGS=\"\$CXXFLAGS \$var\""; } >&5 |
| 7408 | + (: CXXFLAGS="$CXXFLAGS $var") 2>&5 |
| 7409 | + ac_status=$? |
| 7410 | + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7411 | + test $ac_status = 0; } |
| 7412 | + CXXFLAGS="$CXXFLAGS $var" |
| 7413 | + fi |
| 7414 | + ;; |
| 7415 | +esac |
| 7416 | + |
| 7417 | + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking CXXFLAGS for gcc -Wc++17-compat" >&5 |
| 7418 | +printf %s "checking CXXFLAGS for gcc -Wc++17-compat... " >&6; } |
| 7419 | +if test ${ax_cv_cxxflags_gcc_option__Wcpp17_compat+y} |
| 7420 | +then : |
| 7421 | + printf %s "(cached) " >&6 |
| 7422 | +else $as_nop |
| 7423 | + ax_cv_cxxflags_gcc_option__Wcpp17_compat="no, unknown" |
| 7424 | + ac_ext=cpp |
| 7425 | +ac_cpp='$CXXCPP $CPPFLAGS' |
| 7426 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7427 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7428 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 7429 | + |
| 7430 | + ac_save_CXXFLAGS="$CXXFLAGS" |
| 7431 | +for ac_arg in "-pedantic -Werror % -Wc++17-compat" "-pedantic % -Wc++17-compat %% no, obsolete" # |
| 7432 | +do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` |
| 7433 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7434 | +/* end confdefs.h. */ |
| 7435 | +int zero; |
| 7436 | +int |
| 7437 | +main (void) |
| 7438 | +{ |
| 7439 | +zero = 0; return zero; |
| 7440 | + ; |
| 7441 | + return 0; |
| 7442 | +} |
| 7443 | +_ACEOF |
| 7444 | +if ac_fn_cxx_try_link "$LINENO" |
| 7445 | +then : |
| 7446 | + ax_cv_cxxflags_gcc_option__Wcpp17_compat=`echo $ac_arg | sed -e 's,.*% *,,'`; break |
| 7447 | +fi |
| 7448 | +rm -f core conftest.err conftest.$ac_objext conftest.beam \ |
| 7449 | + conftest$ac_exeext conftest.$ac_ext |
| 7450 | +done |
| 7451 | + CXXFLAGS="$ac_save_CXXFLAGS" |
| 7452 | + ac_ext=cpp |
| 7453 | +ac_cpp='$CXXCPP $CPPFLAGS' |
| 7454 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7455 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7456 | +ac_compiler_
E377
gnu=$ac_cv_cxx_compiler_gnu |
| 7457 | + |
| 7458 | + |
| 7459 | +fi |
| 7460 | +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxxflags_gcc_option__Wcpp17_compat" >&5 |
| 7461 | +printf "%s\n" "$ax_cv_cxxflags_gcc_option__Wcpp17_compat" >&6; } |
| 7462 | +var=$ax_cv_cxxflags_gcc_option__Wcpp17_compat |
| 7463 | +case ".$var" in |
| 7464 | + .ok|.ok,*) ;; |
| 7465 | + .|.no|.no,*) ;; |
| 7466 | + *) |
| 7467 | + if echo " $CXXFLAGS " | grep " $var " 2>&1 >/dev/null |
| 7468 | + then { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CXXFLAGS does contain \$var"; } >&5 |
| 7469 | + (: CXXFLAGS does contain $var) 2>&5 |
| 7470 | + ac_status=$? |
| 7471 | + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7472 | + test $ac_status = 0; } |
| 7473 | + else { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: : CXXFLAGS=\"\$CXXFLAGS \$var\""; } >&5 |
| 7474 | + (: CXXFLAGS="$CXXFLAGS $var") 2>&5 |
| 7475 | + ac_status=$? |
| 7476 | + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 7477 | + test $ac_status = 0; } |
| 7478 | + CXXFLAGS="$CXXFLAGS $var" |
| 7479 | + fi |
| 7480 | + ;; |
| 7481 | +esac |
| 7482 | + |
| 7483 | + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking CXXFLAGS for gcc -Wc++20-compat" >&5 |
| 7484 | +printf %s "checking CXXFLAGS for gcc -Wc++20-compat... " >&6; } |
| 7485 | +if test ${ax_cv_cxxflags_gcc_option__Wcpp20_compat+y} |
| 7486 | +then : |
| 7487 | + printf %s "(cached) " >&6 |
| 7488 | +else $as_nop |
| 7489 | + ax_cv_cxxflags_gcc_option__Wcpp20_compat="no, unknown" |
| 7490 | + ac_ext=cpp |
| 7491 | +ac_cpp='$CXXCPP $CPPFLAGS' |
| 7492 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7493 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7494 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 7495 | + |
| 7496 | + ac_save_CXXFLAGS="$CXXFLAGS" |
| 7497 | +for ac_arg in "-pedantic -Werror % -Wc++20-compat" "-pedantic % -Wc++20-compat %% no, obsolete" # |
| 7498 | +do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` |
| 7499 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 7500 | +/* end confdefs.h. */ |
| 7501 | +int zero; |
| 7502 | +int |
| 7503 | +main (void) |
| 7504 | +{ |
| 7505 | +zero = 0; return zero; |
| 7506 | + ; |
| 7507 | + return 0; |
| 7508 | +} |
| 7509 | +_ACEOF |
| 7510 | +if ac_fn_cxx_try_link "$LINENO" |
| 7511 | +then : |
| 7512 | + ax_cv_cxxflags_gcc_option__Wcpp20_compat=`echo $ac_arg | sed -e 's,.*% *,,'`; break |
| 7513 | +fi |
| 7514 | +rm -f core conftest.err conftest.$ac_objext conftest.beam \ |
| 7515 | + conftest$ac_exeext conftest.$ac_ext |
| 7516 | +done |
| 7517 | + CXXFLAGS="$ac_save_CXXFLAGS" |
| 7518 | + ac_ext=cpp |
| 7519 | +ac_cpp='$CXXCPP $CPPFLAGS' |
| 7520 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 7521 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 7522 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| 7523 | + |
| 7524 | + |
| 7525 | +fi |
| 7526 | +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ax_cv_cxxflags_gcc_option__Wcpp20_compat" >&5 |
| 7527 | +printf "%s\n" "$ax_cv_cxxflags_gcc_option__Wcpp20_compat" >&6; } |
| 7528 | +var=$ax_cv_cxxflags_gcc_option__Wcpp20_compat |
7397 | 7529 | case ".$var" in
|
7398 | 7530 | .ok|.ok,*) ;;
|
7399 | 7531 | .|.no|.no,*) ;;
|
@@ -25515,7 +25647,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
25515 | 25647 | # report actual input values of CONFIG_FILES etc. instead of their
|
25516 | 25648 | # values after options handling.
|
25517 | 25649 | ac_log="
|
25518 |
| -This file was extended by log4cplus $as_me 2.0.7, which was |
| 25650 | +This file was extended by log4cplus $as_me 2.0.8, which was |
25519 | 25651 | generated by GNU Autoconf 2.71. Invocation command line was
|
25520 | 25652 |
|
25521 | 25653 | CONFIG_FILES = $CONFIG_FILES
|
@@ -25583,7 +25715,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
25583 | 25715 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
25584 | 25716 | ac_cs_config='$ac_cs_config_escaped'
|
25585 | 25717 | ac_cs_version="\\
|
25586 |
| -log4cplus config.status 2.0.7 |
| 25718 | +log4cplus config.status 2.0.8 |
25587 | 25719 | configured by $0, generated by GNU Autoconf 2.71,
|
25588 | 25720 | with options \\"\$ac_cs_config\\"
|
25589 | 25721 |
|
|
0 commit comments