|
1 | 1 | #! /bin/sh |
2 | | -# From configure.ac Revision: 2.4.3.2 . |
| 2 | +# From configure.ac Revision: 2.4.3.3 . |
3 | 3 | # Guess values for system-dependent variables and create Makefiles. |
4 | | -# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.2. |
| 4 | +# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.3. |
5 | 5 | # |
6 | 6 | # Report bugs to <https://github.com/Tripwire/tripwire-open-source/issues>. |
7 | 7 | # |
@@ -584,8 +584,8 @@ MAKEFLAGS= |
584 | 584 | # Identity of this package. |
585 | 585 | PACKAGE_NAME='tripwire' |
586 | 586 | PACKAGE_TARNAME='tripwire' |
587 | | -PACKAGE_VERSION='2.4.3.2' |
588 | | -PACKAGE_STRING='tripwire 2.4.3.2' |
| 587 | +PACKAGE_VERSION='2.4.3.3' |
| 588 | +PACKAGE_STRING='tripwire 2.4.3.3' |
589 | 589 | PACKAGE_BUGREPORT='https://github.com/Tripwire/tripwire-open-source/issues' |
590 | 590 | PACKAGE_URL='https://github.com/Tripwire/tripwire-open-source' |
591 | 591 |
|
@@ -724,6 +724,7 @@ infodir |
724 | 724 | docdir |
725 | 725 | oldincludedir |
726 | 726 | includedir |
| 727 | +runstatedir |
727 | 728 | localstatedir |
728 | 729 | sharedstatedir |
729 | 730 | sysconfdir |
@@ -808,6 +809,7 @@ datadir='${datarootdir}' |
808 | 809 | sysconfdir='${prefix}/etc' |
809 | 810 | sharedstatedir='${prefix}/com' |
810 | 811 | localstatedir='${prefix}/var' |
| 812 | +runstatedir='${localstatedir}/run' |
811 | 813 | includedir='${prefix}/include' |
812 | 814 | oldincludedir='/usr/include' |
813 | 815 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
@@ -1060,6 +1062,15 @@ do |
1060 | 1062 | | -silent | --silent | --silen | --sile | --sil) |
1061 | 1063 | silent=yes ;; |
1062 | 1064 |
|
| 1065 | + -runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1066 | + | --runstate | --runstat | --runsta | --runst | --runs \ |
| 1067 | + | --run | --ru | --r) |
| 1068 | + ac_prev=runstatedir ;; |
| 1069 | + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1070 | + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1071 | + | --run=* | --ru=* | --r=*) |
| 1072 | + runstatedir=$ac_optarg ;; |
| 1073 | + |
1063 | 1074 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
1064 | 1075 | ac_prev=sbindir ;; |
1065 | 1076 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
1197 | 1208 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
1198 | 1209 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
1199 | 1210 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
1200 | | - libdir localedir mandir |
| 1211 | + libdir localedir mandir runstatedir |
1201 | 1212 | do |
1202 | 1213 | eval ac_val=\$$ac_var |
1203 | 1214 | # Remove trailing slashes. |
@@ -1310,7 +1321,7 @@ if test "$ac_init_help" = "long"; then |
1310 | 1321 | # Omit some internal or obsolete options to make the list less imposing. |
1311 | 1322 | # This message is too long to be a string in the A/UX 3.1 sh. |
1312 | 1323 | cat <<_ACEOF |
1313 | | -\`configure' configures tripwire 2.4.3.2 to adapt to many kinds of systems. |
| 1324 | +\`configure' configures tripwire 2.4.3.3 to adapt to many kinds of systems. |
1314 | 1325 |
|
1315 | 1326 | Usage: $0 [OPTION]... [VAR=VALUE]... |
1316 | 1327 |
|
@@ -1350,6 +1361,7 @@ Fine tuning of the installation directories: |
1350 | 1361 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
1351 | 1362 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
1352 | 1363 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1364 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1353 | 1365 | --libdir=DIR object code libraries [EPREFIX/lib] |
1354 | 1366 | --includedir=DIR C header files [PREFIX/include] |
1355 | 1367 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|
1381 | 1393 |
|
1382 | 1394 | if test -n "$ac_init_help"; then |
1383 | 1395 | case $ac_init_help in |
1384 | | - short | recursive ) echo "Configuration of tripwire 2.4.3.2:";; |
| 1396 | + short | recursive ) echo "Configuration of tripwire 2.4.3.3:";; |
1385 | 1397 | esac |
1386 | 1398 | cat <<\_ACEOF |
1387 | 1399 |
|
|
1492 | 1504 | test -n "$ac_init_help" && exit $ac_status |
1493 | 1505 | if $ac_init_version; then |
1494 | 1506 | cat <<\_ACEOF |
1495 | | -tripwire configure 2.4.3.2 |
| 1507 | +tripwire configure 2.4.3.3 |
1496 | 1508 | generated by GNU Autoconf 2.69 |
1497 | 1509 |
|
1498 | 1510 | Copyright (C) 2012 Free Software Foundation, Inc. |
@@ -2379,7 +2391,7 @@ cat >config.log <<_ACEOF |
2379 | 2391 | This file contains any messages produced by compilers while |
2380 | 2392 | running configure, to aid debugging if configure makes a mistake. |
2381 | 2393 |
|
2382 | | -It was created by tripwire $as_me 2.4.3.2, which was |
| 2394 | +It was created by tripwire $as_me 2.4.3.3, which was |
2383 | 2395 | generated by GNU Autoconf 2.69. Invocation command line was |
2384 | 2396 |
|
2385 | 2397 | $ $0 $@ |
|
3353 | 3365 |
|
3354 | 3366 | # Define the identity of the package. |
3355 | 3367 | PACKAGE='tripwire' |
3356 | | - VERSION='2.4.3.2' |
| 3368 | + VERSION='2.4.3.3' |
3357 | 3369 |
|
3358 | 3370 |
|
3359 | 3371 | cat >>confdefs.h <<_ACEOF |
@@ -7621,7 +7633,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
7621 | 7633 | # report actual input values of CONFIG_FILES etc. instead of their |
7622 | 7634 | # values after options handling. |
7623 | 7635 | ac_log=" |
7624 | | -This file was extended by tripwire $as_me 2.4.3.2, which was |
| 7636 | +This file was extended by tripwire $as_me 2.4.3.3, which was |
7625 | 7637 | generated by GNU Autoconf 2.69. Invocation command line was |
7626 | 7638 |
|
7627 | 7639 | CONFIG_FILES = $CONFIG_FILES |
@@ -7688,7 +7700,7 @@ _ACEOF |
7688 | 7700 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7689 | 7701 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7690 | 7702 | ac_cs_version="\\ |
7691 | | -tripwire config.status 2.4.3.2 |
| 7703 | +tripwire config.status 2.4.3.3 |
7692 | 7704 | configured by $0, generated by GNU Autoconf 2.69, |
7693 | 7705 | with options \\"\$ac_cs_config\\" |
7694 | 7706 |
|
|
0 commit comments