|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.69 for tcpdump 4.99.1-PRE-GIT. |
| 3 | +# Generated by GNU Autoconf 2.69 for tcpdump 4.99.1. |
4 | 4 | #
|
5 | 5 | #
|
6 | 6 | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
@@ -577,8 +577,8 @@ MAKEFLAGS=
|
577 | 577 | # Identity of this package.
|
578 | 578 | PACKAGE_NAME='tcpdump'
|
579 | 579 | PACKAGE_TARNAME='tcpdump'
|
580 |
| -PACKAGE_VERSION='4.99.1-PRE-GIT' |
581 |
| -PACKAGE_STRING='tcpdump 4.99.1-PRE-GIT' |
| 580 | +PACKAGE_VERSION='4.99.1' |
| 581 | +PACKAGE_STRING='tcpdump 4.99.1' |
582 | 582 | PACKAGE_BUGREPORT=''
|
583 | 583 | PACKAGE_URL=''
|
584 | 584 |
|
@@ -676,6 +676,7 @@ infodir
|
676 | 676 | docdir
|
677 | 677 | oldincludedir
|
678 | 678 | includedir
|
| 679 | +runstatedir |
679 | 680 | localstatedir
|
680 | 681 | sharedstatedir
|
681 | 682 | sysconfdir
|
@@ -756,6 +757,7 @@ datadir='${datarootdir}'
|
756 | 757 | sysconfdir='${prefix}/etc'
|
757 | 758 | sharedstatedir='${prefix}/com'
|
758 | 759 | localstatedir='${prefix}/var'
|
| 760 | +runstatedir='${localstatedir}/run' |
759 | 761 | includedir='${prefix}/include'
|
760 | 762 | oldincludedir='/usr/include'
|
761 | 763 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
@@ -1008,6 +1010,15 @@ do
|
1008 | 1010 | | -silent | --silent | --silen | --sile | --sil)
|
1009 | 1011 | silent=yes ;;
|
1010 | 1012 |
|
| 1013 | + -runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1014 | + | --runstate | --runstat | --runsta | --runst | --runs \ |
| 1015 | + | --run | --ru | --r) |
| 1016 | + ac_prev=runstatedir ;; |
| 1017 | + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1018 | + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1019 | + | --run=* | --ru=* | --r=*) |
| 1020 | + runstatedir=$ac_optarg ;; |
| 1021 | + |
1011 | 1022 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
1012 | 1023 | ac_prev=sbindir ;;
|
1013 | 1024 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
|
1145 | 1156 | for ac_var inexec_prefix prefix bindir sbindir libexecdir datarootdir \
|
1146 | 1157 | datadir sysconfdir sharedstatedir localstatedir includedir \
|
1147 | 1158 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
1148 |
| -libdir localedir mandir |
| 1159 | +libdir localedir mandir runstatedir |
1149 | 1160 | do
|
1150 | 1161 | eval ac_val=\$$ac_var
|
1151 | 1162 | # Remove trailing slashes.
|
@@ -1258,7 +1269,7 @@ if test "$ac_init_help" = "long"; then
|
1258 | 1269 | # Omit some internal or obsolete options to make the list less imposing.
|
1259 | 1270 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1260 | 1271 | cat <<_ACEOF
|
1261 |
| -\`configure' configures tcpdump 4.99.1-PRE-GIT to adapt to many kinds of systems. |
| 1272 | +\`configure' configures tcpdump 4.99.1 to adapt to many kinds of systems. |
1262 | 1273 |
|
1263 | 1274 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1264 | 1275 |
|
@@ -1298,6 +1309,7 @@ Fine tuning of the installation directories:
|
1298 | 1309 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
1299 | 1310 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
1300 | 1311 | --localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
| 1312 | + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
1301 | 1313 | --libdir=DIR object code libraries [EPREFIX/lib]
|
1302 | 1314 | --includedir=DIR C header files [PREFIX/include]
|
1303 | 1315 | --oldincludedir=DIR C header files for non-gcc [/usr/include]
|
|
1323 | 1335 |
|
1324 | 1336 | if test -n "$ac_init_help"; then
|
1325 | 1337 | case $ac_init_help in
|
1326 |
| - short | recursive ) echo "Configuration of tcpdump 4.99.1-PRE-GIT:";; |
| 1338 | + short | recursive ) echo "Configuration of tcpdump 4.99.1:";; |
1327 | 1339 | esac
|
1328 | 1340 | cat <<\_ACEOF
|
1329 | 1341 |
|
|
1427 | 1439 | test -n "$ac_init_help" && exit $ac_status
|
1428 | 1440 | if $ac_init_version; then
|
1429 | 1441 | cat <<\_ACEOF
|
1430 |
| -tcpdump configure 4.99.1-PRE-GIT |
| 1442 | +tcpdump configure 4.99.1 |
1431 | 1443 | generated by GNU Autoconf 2.69
|
1432 | 1444 |
|
1433 | 1445 | Copyright (C) 2012 Free Software Foundation, Inc.
|
@@ -1892,7 +1904,7 @@ cat >config.log <<_ACEOF
|
1892 | 1904 | This file contains any messages produced by compilers while
|
1893 | 1905 | running configure, to aid debugging if configure makes a mistake.
|
1894 | 1906 |
|
1895 |
| -It was created by tcpdump $as_me 4.99.1-PRE-GIT, which was |
| 1907 | +It was created by tcpdump $as_me 4.99.1, which was |
1896 | 1908 | generated by GNU Autoconf 2.69. Invocation command line was
|
1897 | 1909 |
|
1898 | 1910 | $ $0 $@
|
@@ -8425,7 +8437,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
8425 | 8437 | # report actual input values of CONFIG_FILES etc. instead of their
|
8426 | 8438 | # values after options handling.
|
8427 | 8439 | ac_log="
|
8428 |
| -This file was extended by tcpdump $as_me 4.99.1-PRE-GIT, which was |
| 8440 | +This file was extended by tcpdump $as_me 4.99.1, which was |
8429 | 8441 | generated by GNU Autoconf 2.69. Invocation command line was
|
8430 | 8442 |
|
8431 | 8443 | CONFIG_FILES = $CONFIG_FILES
|
@@ -8491,7 +8503,7 @@ _ACEOF
|
8491 | 8503 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
8492 | 8504 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
8493 | 8505 | ac_cs_version="\\
|
8494 |
| -tcpdump config.status 4.99.1-PRE-GIT |
| 8506 | +tcpdump config.status 4.99.1 |
8495 | 8507 | configured by $0, generated by GNU Autoconf 2.69,
|
8496 | 8508 | with options \\"\$ac_cs_config\\"
|
8497 | 8509 |
|
|
0 commit comments