|
1 | 1 | #! /bin/sh |
2 | 2 | # Guess values for system-dependent variables and create Makefiles. |
3 | | -# Generated by GNU Autoconf 2.69 for rrdtool 1.5.3. |
| 3 | +# Generated by GNU Autoconf 2.69 for rrdtool 1.5.4. |
4 | 4 | # |
5 | 5 | # |
6 | 6 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
@@ -587,8 +587,8 @@ MAKEFLAGS= |
587 | 587 | # Identity of this package. |
588 | 588 | PACKAGE_NAME='rrdtool' |
589 | 589 | PACKAGE_TARNAME='rrdtool' |
590 | | -PACKAGE_VERSION='1.5.3' |
591 | | -PACKAGE_STRING='rrdtool 1.5.3' |
| 590 | +PACKAGE_VERSION='1.5.4' |
| 591 | +PACKAGE_STRING='rrdtool 1.5.4' |
592 | 592 | PACKAGE_BUGREPORT='' |
593 | 593 | PACKAGE_URL='' |
594 | 594 |
|
@@ -700,6 +700,8 @@ PERLCC |
700 | 700 | POD2HTML |
701 | 701 | POD2MAN |
702 | 702 | PERL |
| 703 | +ENABLE_RPATH_FALSE |
| 704 | +ENABLE_RPATH_TRUE |
703 | 705 | ALL_LIBS |
704 | 706 | CORE_LIBS |
705 | 707 | PKGCONFIG |
@@ -1479,7 +1481,7 @@ if test "$ac_init_help" = "long"; then |
1479 | 1481 | # Omit some internal or obsolete options to make the list less imposing. |
1480 | 1482 | # This message is too long to be a string in the A/UX 3.1 sh. |
1481 | 1483 | cat <<_ACEOF |
1482 | | -\`configure' configures rrdtool 1.5.3 to adapt to many kinds of systems. |
| 1484 | +\`configure' configures rrdtool 1.5.4 to adapt to many kinds of systems. |
1483 | 1485 |
|
1484 | 1486 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1485 | 1487 |
|
|
1550 | 1552 |
|
1551 | 1553 | if test -n "$ac_init_help"; then |
1552 | 1554 | case $ac_init_help in |
1553 | | - short | recursive ) echo "Configuration of rrdtool 1.5.3:";; |
| 1555 | + short | recursive ) echo "Configuration of rrdtool 1.5.4:";; |
1554 | 1556 | esac |
1555 | 1557 | cat <<\_ACEOF |
1556 | 1558 |
|
|
1734 | 1736 | test -n "$ac_init_help" && exit $ac_status |
1735 | 1737 | if $ac_init_version; then |
1736 | 1738 | cat <<\_ACEOF |
1737 | | -rrdtool configure 1.5.3 |
| 1739 | +rrdtool configure 1.5.4 |
1738 | 1740 | generated by GNU Autoconf 2.69 |
1739 | 1741 |
|
1740 | 1742 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2439,7 +2441,7 @@ cat >config.log <<_ACEOF |
2439 | 2441 | This file contains any messages produced by compilers while |
2440 | 2442 | running configure, to aid debugging if configure makes a mistake. |
2441 | 2443 |
|
2442 | | -It was created by rrdtool $as_me 1.5.3, which was |
| 2444 | +It was created by rrdtool $as_me 1.5.4, which was |
2443 | 2445 | generated by GNU Autoconf 2.69. Invocation command line was |
2444 | 2446 |
|
2445 | 2447 | $ $0 $@ |
|
4795 | 4797 |
|
4796 | 4798 | # Define the identity of the package. |
4797 | 4799 | PACKAGE='rrdtool' |
4798 | | - VERSION='1.5.3' |
| 4800 | + VERSION='1.5.4' |
4799 | 4801 |
|
4800 | 4802 |
|
4801 | 4803 | cat >>confdefs.h <<_ACEOF |
@@ -20681,6 +20683,15 @@ $as_echo "" >&6; } |
20681 | 20683 | $as_echo "${T_MD}Prep for Building Language Bindings${T_ME}" >&6; } |
20682 | 20684 |
|
20683 | 20685 |
|
| 20686 | + if test "x$enable_rpath" = "xyes"; then |
| 20687 | + ENABLE_RPATH_TRUE= |
| 20688 | + ENABLE_RPATH_FALSE='#' |
| 20689 | +else |
| 20690 | + ENABLE_RPATH_TRUE='#' |
| 20691 | + ENABLE_RPATH_FALSE= |
| 20692 | +fi |
| 20693 | + |
| 20694 | + |
20684 | 20695 | PATH=$PATH:/usr/perl5/bin |
20685 | 20696 | export PATH |
20686 | 20697 | # Extract the first word of "perl", so it can be a program name with args. |
@@ -22367,6 +22378,10 @@ if test -z "${BUILD_RRDRESTORE_TRUE}" && test -z "${BUILD_RRDRESTORE_FALSE}"; th |
22367 | 22378 | as_fn_error $? "conditional \"BUILD_RRDRESTORE\" was never defined. |
22368 | 22379 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
22369 | 22380 | fi |
| 22381 | +if test -z "${ENABLE_RPATH_TRUE}" && test -z "${ENABLE_RPATH_FALSE}"; then |
| 22382 | + as_fn_error $? "conditional \"ENABLE_RPATH\" was never defined. |
| 22383 | +Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 22384 | +fi |
22370 | 22385 | if test -z "${LUA_NEED_OUR_COMPAT51_TRUE}" && test -z "${LUA_NEED_OUR_COMPAT51_FALSE}"; then |
22371 | 22386 | as_fn_error $? "conditional \"LUA_NEED_OUR_COMPAT51\" was never defined. |
22372 | 22387 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
@@ -22792,7 +22807,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
22792 | 22807 | # report actual input values of CONFIG_FILES etc. instead of their |
22793 | 22808 | # values after options handling. |
22794 | 22809 | ac_log=" |
22795 | | -This file was extended by rrdtool $as_me 1.5.3, which was |
| 22810 | +This file was extended by rrdtool $as_me 1.5.4, which was |
22796 | 22811 | generated by GNU Autoconf 2.69. Invocation command line was |
22797 | 22812 |
|
22798 | 22813 | CONFIG_FILES = $CONFIG_FILES |
@@ -22858,7 +22873,7 @@ _ACEOF |
22858 | 22873 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
22859 | 22874 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
22860 | 22875 | ac_cs_version="\\ |
22861 | | -rrdtool config.status 1.5.3 |
| 22876 | +rrdtool config.status 1.5.4 |
22862 | 22877 | configured by $0, generated by GNU Autoconf 2.69, |
22863 | 22878 | with options \\"\$ac_cs_config\\" |
22864 | 22879 |
|
@@ -25007,6 +25022,10 @@ if test -z "${BUILD_RRDRESTORE_TRUE}" && test -z "${BUILD_RRDRESTORE_FALSE}"; th |
25007 | 25022 | as_fn_error $? "conditional \"BUILD_RRDRESTORE\" was never defined. |
25008 | 25023 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
25009 | 25024 | fi |
| 25025 | +if test -z "${ENABLE_RPATH_TRUE}" && test -z "${ENABLE_RPATH_FALSE}"; then |
| 25026 | + as_fn_error $? "conditional \"ENABLE_RPATH\" was never defined. |
| 25027 | +Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 25028 | +fi |
25010 | 25029 | if test -z "${LUA_NEED_OUR_COMPAT51_TRUE}" && test -z "${LUA_NEED_OUR_COMPAT51_FALSE}"; then |
25011 | 25030 | as_fn_error $? "conditional \"LUA_NEED_OUR_COMPAT51\" was never defined. |
25012 | 25031 | Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
@@ -25440,7 +25459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
25440 | 25459 | # report actual input values of CONFIG_FILES etc. instead of their |
25441 | 25460 | # values after options handling. |
25442 | 25461 | ac_log=" |
25443 | | -This file was extended by rrdtool $as_me 1.5.3, which was |
| 25462 | +This file was extended by rrdtool $as_me 1.5.4, which was |
25444 | 25463 | generated by GNU Autoconf 2.69. Invocation command line was |
25445 | 25464 |
|
25446 | 25465 | CONFIG_FILES = $CONFIG_FILES |
@@ -25506,7 +25525,7 @@ _ACEOF |
25506 | 25525 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
25507 | 25526 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
25508 | 25527 | ac_cs_version="\\ |
25509 | | -rrdtool config.status 1.5.3 |
| 25528 | +rrdtool config.status 1.5.4 |
25510 | 25529 | configured by $0, generated by GNU Autoconf 2.69, |
25511 | 25530 | with options \\"\$ac_cs_config\\" |
25512 | 25531 |
|
|
0 commit comments