11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.69 for pcap 1.10.1-PRE-GIT .
3+ # Generated by GNU Autoconf 2.69 for pcap 1.10.1.
44#
55#
66# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577# Identity of this package.
578578PACKAGE_NAME=' pcap'
579579PACKAGE_TARNAME=' pcap'
580- PACKAGE_VERSION=' 1.10.1-PRE-GIT '
581- PACKAGE_STRING=' pcap 1.10.1-PRE-GIT '
580+ PACKAGE_VERSION=' 1.10.1'
581+ PACKAGE_STRING=' pcap 1.10.1'
582582PACKAGE_BUGREPORT=' '
583583PACKAGE_URL=' '
584584
@@ -718,6 +718,7 @@ infodir
718718docdir
719719oldincludedir
720720includedir
721+ runstatedir
721722localstatedir
722723sharedstatedir
723724sysconfdir
@@ -816,6 +817,7 @@ datadir='${datarootdir}'
816817sysconfdir=' ${prefix}/etc'
817818sharedstatedir=' ${prefix}/com'
818819localstatedir=' ${prefix}/var'
820+ runstatedir=' ${localstatedir}/run'
819821includedir=' ${prefix}/include'
820822oldincludedir=' /usr/include'
821823docdir=' ${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1068,6 +1070,15 @@ do
10681070 | -silent | --silent | --silen | --sile | --sil)
10691071 silent=yes ;;
10701072
1073+ -runstatedir | --runstatedir | --runstatedi | --runstated \
1074+ | --runstate | --runstat | --runsta | --runst | --runs \
1075+ | --run | --ru | --r)
1076+ ac_prev=runstatedir ;;
1077+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1078+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1079+ | --run=* | --ru=* | --r=* )
1080+ runstatedir=$ac_optarg ;;
1081+
10711082 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10721083 ac_prev=sbindir ;;
10731084 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
12051216for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
12061217 datadir sysconfdir sharedstatedir localstatedir includedir \
12071218 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208- libdir localedir mandir
1219+ libdir localedir mandir runstatedir
12091220do
12101221 eval ac_val=\$ $ac_var
12111222 # Remove trailing slashes.
@@ -1318,7 +1329,7 @@ if test "$ac_init_help" = "long"; then
13181329 # Omit some internal or obsolete options to make the list less imposing.
13191330 # This message is too long to be a string in the A/UX 3.1 sh.
13201331 cat << _ACEOF
1321- \` configure' configures pcap 1.10.1-PRE-GIT to adapt to many kinds of systems.
1332+ \` configure' configures pcap 1.10.1 to adapt to many kinds of systems.
13221333
13231334Usage: $0 [OPTION]... [VAR=VALUE]...
13241335
@@ -1358,6 +1369,7 @@ Fine tuning of the installation directories:
13581369 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13591370 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13601371 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1372+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13611373 --libdir=DIR object code libraries [EPREFIX/lib]
13621374 --includedir=DIR C header files [PREFIX/include]
13631375 --oldincludedir=DIR C header files for non-gcc [/usr/include]
13841396
13851397if test -n " $ac_init_help " ; then
13861398 case $ac_init_help in
1387- short | recursive ) echo " Configuration of pcap 1.10.1-PRE-GIT :" ;;
1399+ short | recursive ) echo " Configuration of pcap 1.10.1:" ;;
13881400 esac
13891401 cat << \_ACEOF
13901402
15181530test -n "$ac_init_help" && exit $ac_status
15191531if $ac_init_version; then
15201532 cat <<\_ACEOF
1521- pcap configure 1.10.1-PRE-GIT
1533+ pcap configure 1.10.1
15221534generated by GNU Autoconf 2.69
15231535
15241536Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2032,7 +2044,7 @@ cat >config.log <<_ACEOF
20322044This file contains any messages produced by compilers while
20332045running configure, to aid debugging if configure makes a mistake.
20342046
2035- It was created by pcap $as_me 1.10.1-PRE-GIT , which was
2047+ It was created by pcap $as_me 1.10.1, which was
20362048generated by GNU Autoconf 2.69. Invocation command line was
20372049
20382050 $ $0 $@
@@ -4592,7 +4604,7 @@ else
45924604 We can't simply define LARGE_OFF_T to be 9223372036854775807,
45934605 since some C++ compilers masquerading as C compilers
45944606 incorrectly reject 9223372036854775807. */
4595- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
4607+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
45964608 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
45974609 && LARGE_OFF_T % 2147483647 == 1)
45984610 ? 1 : -1];
@@ -4638,7 +4650,7 @@ else
46384650 We can't simply define LARGE_OFF_T to be 9223372036854775807,
46394651 since some C++ compilers masquerading as C compilers
46404652 incorrectly reject 9223372036854775807. */
4641- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
4653+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
46424654 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
46434655 && LARGE_OFF_T % 2147483647 == 1)
46444656 ? 1 : -1];
@@ -4662,7 +4674,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46624674 We can't simply define LARGE_OFF_T to be 9223372036854775807,
46634675 since some C++ compilers masquerading as C compilers
46644676 incorrectly reject 9223372036854775807. */
4665- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
4677+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
46664678 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
46674679 && LARGE_OFF_T % 2147483647 == 1)
46684680 ? 1 : -1];
@@ -4707,7 +4719,7 @@ else
47074719 We can't simply define LARGE_OFF_T to be 9223372036854775807,
47084720 since some C++ compilers masquerading as C compilers
47094721 incorrectly reject 9223372036854775807. */
4710- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
4722+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
47114723 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
47124724 && LARGE_OFF_T % 2147483647 == 1)
47134725 ? 1 : -1];
@@ -4731,7 +4743,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47314743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
47324744 since some C++ compilers masquerading as C compilers
47334745 incorrectly reject 9223372036854775807. */
4734- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
4746+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
47354747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
47364748 && LARGE_OFF_T % 2147483647 == 1)
47374749 ? 1 : -1];
@@ -12514,7 +12526,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1251412526# report actual input values of CONFIG_FILES etc. instead of their
1251512527# values after options handling.
1251612528ac_log="
12517- This file was extended by pcap $as_me 1.10.1-PRE-GIT , which was
12529+ This file was extended by pcap $as_me 1.10.1, which was
1251812530generated by GNU Autoconf 2.69. Invocation command line was
1251912531
1252012532 CONFIG_FILES = $CONFIG_FILES
@@ -12580,7 +12592,7 @@ _ACEOF
1258012592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1258112593ac_cs_config=" ` $as_echo " $ac_configure_args " | sed 's/^ //; s/[\\ " " \`\$ ]/\\\\ &/g'` "
1258212594ac_cs_version=" \\
12583- pcap config.status 1.10.1-PRE-GIT
12595+ pcap config.status 1.10.1
1258412596configured by $0 , generated by GNU Autoconf 2.69,
1258512597 with options \\ " \$ ac_cs_config\\ "
1258612598
0 commit comments